03/30/2017 at 10:30 am
#418113
Keymaster
@ Brian
Please install the Code Snippets plugin.
Add a new Code Snippet with the following code to run on the sites frontend.
add_action( 'plugins_loaded', 'cn_force_form_js_load', 11 );
function cn_force_form_js_load() {
wp_enqueue_script( 'cn-form-ui-user' );
}
Save and Activate the snippet.
Does that fix the issue?
