generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MWPW-157460 Allow Ungated Marketo One Page Experience (#3071)
* MWPW-157460 Allow Ungated Marketo One Page Experience * update tests * remove unnecessary preference fix * cr - variables and remove try catch * remove error test html * add success type check Co-authored-by: Brandon Marshall <bmarshal@adobe.com> * fix syntax --------- Co-authored-by: Brandon Marshall <bmarshal@adobe.com>
- Loading branch information
1 parent
ac3a71d
commit 7255d63
Showing
3 changed files
with
154 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<div id="success-section" class="section hide-block form-success"> | ||
<div class="content" daa-lh="b1|content"><p>Form Success</p></div> | ||
<div class="section-metadata"> | ||
<div> | ||
<div>style</div> | ||
<div>hide block, form success</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="section container xxl spacing two-up resource-form"> | ||
<div class="columns contained"> | ||
<div class="row"> | ||
<div class="col"> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus mi id tincidunt pretium. Praesent a porta ex. | ||
Etiam eu metus urna. Etiam vulputate nibh nisi, sed gravida diam dictum id. Cras et justo metus. Morbi consectetur | ||
diam eu mi ultricies, molestie efficitur quam posuere. Integer iaculis euismod pulvinar.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="marketo"> | ||
<div> | ||
<div> | ||
<a | ||
href="https://milo.adobe.com/tools/marketo#eyJmaWVsZCB2aXNpYmlsaXR5LnBob25lIjoiaGlkZGVuIiwiZmllbGQgZmlsdGVycy5qb2Jfcm9sZSI6ImFsbCIsImZpZWxkIGZpbHRlcnMuZnVuY3Rpb25hbF9hcmVhIjoiYWxsIiwiZmllbGQgZmlsdGVycy5pbmR1c3RyeSI6ImFsbCIsImZpZWxkIGZpbHRlcnMucHJvZHVjdHMiOiJhbGwiLCJmaWVsZCB2aXNpYmlsaXR5LmRlbW8iOiJ2aXNpYmxlIiwicHJvZ3JhbS5jb3BhcnRuZXJuYW1lcyI6IiIsInByb2dyYW0uY2FtcGFpZ25pZHMuZXh0ZXJuYWwiOiIiLCJwcm9ncmFtLmNhbXBhaWduaWRzLnJldG91Y2giOiIiLCJwcm9ncmFtLmNhbXBhaWduaWRzLm9uc2l0ZSI6IiIsInByb2dyYW0uYWRkaXRpb25hbCBmb3JtX2lkIjoiIiwiZm9ybSBpZCI6IjE3MjMiLCJtYXJrZXRvIG11bmNraW4iOiIzNjAtS0NJLTgwNCIsIm1hcmtldG8gaG9zdCI6ImVuZ2FnZS5hZG9iZS5jb20iLCJmb3JtIHR5cGUiOiJtYXJrZXRvX2Zvcm0iLCJmb3JtLnN1YnR5cGUiOiJ3aGl0ZXBhcGVyX2Zvcm0iLCJwcm9ncmFtLmNhbXBhaWduaWRzLnNmZGMiOiIiLCJwcm9ncmFtLnBvaSI6IiJ9">Marketo | ||
Configurator</a> | ||
</div> | ||
</div> | ||
<div> | ||
<div>Title</div> | ||
<div>New Title</div> | ||
</div> | ||
<div> | ||
<div>Description</div> | ||
<div>New Description</div> | ||
</div> | ||
<div> | ||
<div>Destination Type</div> | ||
<div>section</div> | ||
</div> | ||
<div id="success-data"> | ||
<div>Success Section</div> | ||
<div>form success</div> | ||
</div> | ||
<div> | ||
<div>Success Content</div> | ||
<div>Thank you</div> | ||
</div> | ||
</div> | ||
<div class="section-metadata"> | ||
<div> | ||
<div>style</div> | ||
<div>container, xxl spacing, two-up, resource-form</div> | ||
</div> | ||
</div> | ||
</div> |