Guidance Needed: Email Validation & Dynamic Content in AJO Landing Pages | Community
Skip to main content
krishnan5
Level 2
February 19, 2025
Solved

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

  • February 19, 2025
  • 1 reply
  • 524 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by KotiSyamala

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.

1 reply

KotiSyamala
KotiSyamalaAccepted solution
Level 5
February 23, 2025

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.