dnesscarkey
dnesscarkey
Hi, For Contact From 7, we listen to the submit trigger and check the validate fields. If there are any validation issue, we push the error message and block the...
For contact form 7 we have stop form submission when there is here. Code goes like this. ``` jQuery('.wpcf7-form-control.wpcf7-submit').click(function(e){ $jvcfValidation = jQuery(this).parents('form'); if (!jQuery($jvcfValidation).valid()){ //STOP AJAX CALL HERE } });...
Hi, None of the suggestions worked for us. Can you please give me access to your plugin files ? My bitbucket email is [email protected] Thanks
Thanks @pwkip . I am going through it.
Hi @pwkip , I tried these but no success. Hope you can help me here. First i unbind your namespace. `jQuery(".wpcf7cf_next").off('click.wpcf7cf_step');` And then did our validation part. So if the...
@Splash-IT It is not done yet. So i am asking help from @pwkip Thanks