Hi all!
Is there a way to automatically redirect users to the confirmation page of a landing page if they have already used it to subscribe to a service previously?
Thanks,
AJ
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Abdellah_Jbari_NUK, It's not possible. The current functionality of the landing page will allow to show the service subscription if they already subscribed or not. It will show the first page and then the confirmation page.
Hi @Abdellah_Jbari_NUK, It's not possible. The current functionality of the landing page will allow to show the service subscription if they already subscribed or not. It will show the first page and then the confirmation page.
Thanks, @SatheeskannaK ACS seems to be missing some very basic functionality.
Views
Replies
Total Likes
Hello @Abdellah_Jbari_NUK
It depends on how the page is setup. If you are using a checkbox on the landing page then you can use JavaScript to see if the checkbox is checked or not. If it is checked redirect the user on confirmation page.
The JavaScript should work on page load to check the state of the checkbox.
Views
Replies
Total Likes