kevinandkathi
Forum Replies Created
-
Yes, I read that article. I was able to fix the problem above by updating the theme but I’m still struggling with other conflicts.
This is the code in the header.php file:
// Includes the jQuery framework
if( !is_admin()){
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ($themePath .”js/jquery-1.7.min.js”), false, ‘1.7’);
wp_enqueue_script(‘jquery’);
}// calls hook to WordPress head functions
wp_head();
?>This is the code in the footer.php file:
<?php wp_footer(); ?>Is this a problem because the jquery is hard coded to jquery-1.7min.js? I don’t know how to fix this.
One more problem I just noticed, when I go to an event page the map does not load.
https://www.ofosa.org/wordpress/?event=northwest-pet-and-companion-fair
That works! Thank you.
I REALLY need to resolve this problem. I was able to add the code for the submit button to call the validation JavaScript [fm_submit_onclick(1)] by inserting short code for a form button on the page I in which I inserted the form. Of course all this does is add a second Submit button to the form page. When I click on this button it does validate the required fields but how do I actually change the submit button added automatically by the form manager plug-in??? Yes I am using a custom theme but it really seems like this should be documented somewhere as it’s basic functionality of the form. Please help!!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Form not validatingHoffman,
A while ago you posted the above response. The bullet problem is fixed. I don’t know how/where to edit the HTML to add the onclick property to the submit button. Can you direct me?