Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Required Fields are not working | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Required Fields are not working

Required Fields are not working

Posted: January 14, 2013 at 10:17 am

Viewing 2 reply threads


Imran Dean

January 14, 2013 at 10:17 am

Hi,

The required fields on my registration page are not validating, so you can press submit without having to type anything in. I am using the Twenty Twelve theme, and I have already checked regarding the footer.php issue. Here is the website http://s450407431.websitehome.co.uk/express-your-interest/


Josh

January 14, 2013 at 11:08 am

Hi Imran,

The issue is the “Slides WordPress plugin” Javascript isn’t written to be compatible with jQuery no conflict mode:

screenshot of JavaScript error

That can be fixed by changing the code there from:

$(function(){

to

jQuery(function($){

The other thing that may cause problems that should be looked at is there is a plugin ( quite likely the Slides plugin ) that is deregistering the built in copy of jQuery that ships with WordPress and replacing it with an older version of jQuery, so you might need to update that.


Imran Dean

January 14, 2013 at 11:14 am

Thanks it works now!

Viewing 2 reply threads

The support post ‘Required Fields are not working’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server