I have made certain fields required on my form but nothing even the email is not validating, how do i set it up properly to validate?
Best Regards,
I have made certain fields required on my form but nothing even the email is not validating, how do i set it up properly to validate?
Best Regards,
Most of the time this is because you are using a custom theme, and don't have a call to wp_footer() in the theme. If this doesn't help just post a link to the form and I'll take a look.
Hello hoffcamp,
please find link below
http://www.hire4jobs.com/testing/
i would really appreciate you posting a solution to doing it at once, which files to edit and all.
Thanks in advance.
Best Regards,
Mildred
Check your theme for a call to 'wp_footer()'. This might be in the 'footer.php' file, but it could be elsewhere. Your theme developer will know.
I'm having the same problem, It is a cusom theme im using but i definitely have the wp head and foot included, any ideas?
heres the page:
http://www.pegbarandgrill.com/submit/
Thanks!
I would double check that a call to wp_footer() exists in footer.php, or wherever the footer code lives. There are no scripts for the form being generated, and usually this is because wp_footer() is missing.
You must log in to post.