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
Hi Sergey,
Please check this topic:
http://www.chronoengine.com/forums/posts/t103333/loading-image.html
Best regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
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
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
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
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?