I run a large Multisite site network, but I need to set all the forms to submit using Ajax. I can’t practically go through all the forms and change this manually, so I need either a way to either change that setting for every existing form or to override that setting.
I can think of two ways:
1. Use jQuery to remove "frm_ajax_submit" class from the form element
2. Write a program to iterate the entries in wp_frm_forms and edit the value of the options column and change "ajax_submit";i:0 to "ajax_submit";i:1
Please login or Register to submit your answer