Front end form submit button missing
-
Hi, the submit-button on front end forms are now missing. When inspecting the HTML the wrapper is there, but no button element. It happened the same moment I also experienced that multi site “add user” buttons disappeared, but using the code below solved the “add user” button but not the form buttons:
add_action(‘acf/init’, ‘my_acfe_modules’);
function my_acfe_modules(){// Disable Enhanced UI
acfe_update_setting(‘modules/ui’, false);
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Front end form submit button missing’ is closed to new replies.