Greetings,
Our Chronoforms form exists on a one-page website, but quite far down so when an invalid captcha is entered, the error message does not show (unless they scroll wayyyy down to see it). Thus, our users think everything's fine on submit, when in fact, things are not.
Is there a way to have a notification at the top of the site (like a pop-up or a js fly-in window) that notifies the user of success/failure?
Our Chronoforms form exists on a one-page website, but quite far down so when an invalid captcha is entered, the error message does not show (unless they scroll wayyyy down to see it). Thus, our users think everything's fine on submit, when in fact, things are not.
Is there a way to have a notification at the top of the site (like a pop-up or a js fly-in window) that notifies the user of success/failure?
Update: I've added a Load Javascript event to the On Fail section, and inserted the code:
But it does not work (I've made sure the anchor is correct). This method works fine for displaying a success message, but it seems to have the error message scroll in to view, this does not work. Any insights would be greatly appreciated!
jQuery(document).ready(function(jQ){
jQ('#gkBottom1-3')[0].scrollIntoView();
});
But it does not work (I've made sure the anchor is correct). This method works fine for displaying a success message, but it seems to have the error message scroll in to view, this does not work. Any insights would be greatly appreciated!
This topic is locked and no more replies can be posted.