Solved! Go to Solution.
Views
Replies
Total Likes
You will have to modify the form component (/libs/foundation/components/form) and add custom Javascript logic to keep The Scroll Position after a Submission Is performed. If You Google this topic, there are quite a few discussions on this topic.
Views
Replies
Total Likes
You will have to modify the form component (/libs/foundation/components/form) and add custom Javascript logic to keep The Scroll Position after a Submission Is performed. If You Google this topic, there are quite a few discussions on this topic.
Views
Replies
Total Likes
Thanks for your input. let me know if in below form I could do any modifications ,like adding a script to some attribute which could solve this issue,instead of going to (/libs/foundation/components/form)
<form onsubmit="return false;" method="POST" name="comment" enctype="multipart/form-data" class="comment" > ... </form>
Views
Replies
Total Likes
Sure you can -- you can use JQuery lib (assuming there is one you want to use). Everything in AEM is essentially Javascript. FOr example - you can create forms using JavaScript frameworks. Here for example is an AEM form that is based on JQuery Mobile API:
http://helpx.adobe.com/experience-manager/using/submitting-mobile-form-data-cq.html
Views
Replies
Total Likes
Views
Likes
Replies