Expand my Community achievements bar.

Your voice matters! Help shape the future of Adobe Journey Optimizer by sharing your feedback.
SOLVED

Guidance Needed: Email Validation & Dynamic Content in AJO Landing Pages

Avatar

Level 2

Since email field validation and dynamic content blocks aren't built-in features in the Adobe Journey Optimizer (AJO) landing page builder, what would be the best practice to implement these? Are there any workarounds, such as custom scripts or integrations, to ensure data accuracy and personalized content delivery?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

For email field validation, use client-side validation with JavaScript. Embed your custom script in the Custom HTML block to validate the email field before submission.

 

For dynamic content blocks, implement personalization using JavaScript. You can achieve this through URL parameters or by integrating with AJO APIs to dynamically display personalized content.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

For email field validation, use client-side validation with JavaScript. Embed your custom script in the Custom HTML block to validate the email field before submission.

 

For dynamic content blocks, implement personalization using JavaScript. You can achieve this through URL parameters or by integrating with AJO APIs to dynamically display personalized content.