Hello again,
I want to display a message after submit and i am following this tutorial:
http://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2560-how-do-i-show-a-loading-message-when-the-form-submits.html
i ve made it work in the past but now with V5 it gives an error i think its this code that needs changes:
I want to display a message after submit and i am following this tutorial:
http://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2560-how-do-i-show-a-loading-message-when-the-form-submits.html
i ve made it work in the past but now with V5 it gives an error i think its this code that needs changes:
<?php
$form->form_params->set('jsvalidation_onValidateSuccess', 'showLoader');
?>