Names anchor - Email Templates - errorsAndAlerts
2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 12, 2019 (RSS)
By Twocans - July 12, 2019
Hello,
I have a sent email page, all is working fine, but if a use does not add all correct details etc the $errorsAndAlerts show as required, but my issue is that the form is towards the bottom of my page. thus when the $errorsAndAlerts do there job etc, the user is seeing the top of the page thus maybe they feel they have sent there email successfully.
CMS Setup > Email Templates <<< templates work great etc.
Where abouts would I need to config in the email template were there an $errorsAndAlerts triggered for my user to be brought down to the named anchor as seen below.
<h2 id="contactsite">Contact</h2>
Regards and thanks for input
Kenny
By Toledoh - July 12, 2019
Maybe try this?
<form method="post" action='?#contactsite'>
Also, have a look at https://www.interactivetools.com/forum/forum-posts.php?Alerts-in-pop-up-72658&page=1 which sets the alert as a pop-up instead of in the page.
Tim (toledoh.com.au)