Hi!
After pressing on submit button and after successful validation (it's important) I want to show loading message because after submit a long php processing goes.
I have read the forum messages about this task in chronoforms v5, but in v6 it doesn't work. Help, please.
Best regards,
Sergey
After pressing on submit button and after successful validation (it's important) I want to show loading message because after submit a long php processing goes.
I have read the forum messages about this task in chronoforms v5, but in v6 it doesn't work. Help, please.
Best regards,
Sergey
Hello spsh21,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I show a 'loading' message when the form submits?
How can I show a thanks message if I use the plug-in or module?
How can I show a Thanks Message then redirect the user?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I show a 'loading' message when the form submits?
How can I show a thanks message if I use the plug-in or module?
How can I show a Thanks Message then redirect the user?
P.S: I'm just an automated service😉
Hi Sergey,
Please check this topic:
http://www.chronoengine.com/forums/posts/t103333/loading-image.html
Best regards,
Max
Please check this topic:
http://www.chronoengine.com/forums/posts/t103333/loading-image.html
Best regards,
Max
Hi, Max!
I tried to do what is written in this topic. I created test form with one text field and one submit button. And I couldn't to reproduce your solution written in this topic.
Event on click doesn't occur. I placed alert message to check this. My chronoforms v6 dated 21.05.2017.
Spent two hours but no result.
Best regards,
Sergey
I tried to do what is written in this topic. I created test form with one text field and one submit button. And I couldn't to reproduce your solution written in this topic.
Event on click doesn't occur. I placed alert message to check this. My chronoforms v6 dated 21.05.2017.
Spent two hours but no result.
Best regards,
Sergey
Hi, Max!
About topic above. I tried to replace in your JS code "#button_id" to ".special_class" and added "special_class" to container class of my submit button. And now it works. This method you advised me earlier for CCv6.
Best regards,
Sergey
About topic above. I tried to replace in your JS code "#button_id" to ".special_class" and added "special_class" to container class of my submit button. And now it works. This method you advised me earlier for CCv6.
Best regards,
Sergey
Hi Sergey,
But the button has an id already and that should work better, now you listen to clicks in the button holding div which includes the button and its parent.
Best regards,
Max
But the button has an id already and that should work better, now you listen to clicks in the button holding div which includes the button and its parent.
Best regards,
Max
This topic is locked and no more replies can be posted.