Hey there,
I’m having the same issue, but I would really like to resolve it rather than install another plugin, as I have already styled the element. I also can’t deactivate my other plugins as I’m using an e-commerce them and its a bit temperamental.
Is there a way to bypass the security check?
Thanks
Matt
Sorry that there is an issue – I can’t help you resolve it if I don’t have all the info.
When you say:
as I have already styled the element
Did you mean that you styled it via CSS or are you hard coding in the form?
If your are hard coding the form, as a-posed to using the shortcode or widget then the issue is that your site is not creating the nonce.
If you want me to look at your site please post in the URL.
Having said that if you want to disable the nonce security check, you can go into the following file: /lib/esu-form-process-class.php
On line 140 find the function named esu_check_nonce() and change it to this:
function esu_check_nonce(){
return self::esu_post_vars();
}
Warning: This change will be over written if you ever update the easy sign up plugin.
This would be the better way to troubleshoot: http://wordpress.org/support/topic/please-read-and-follow-the-following-guidelines-before-opening-a-new-topic?replies=2
Hey,
thanks for the quick reply. much appreciated.
Ya im only using CSS to style I haven’t touched the plugin code. I just mentioned that as another member suggested to use another plugin, so that’s why I didn’t want to do that.
Here is the link: http://lens-media.com/newshop/home/
If you scroll down you’ll see a mid section with an email text-input field; that is referencing from the plugin short-code.
I am only using the email input could that be an issue why the security check is failing?
thanks again
Matt that possibly is the problem. How are you removing the name field?
i have to leave the office but I get back to you tomorrow morning