like i said, technically the </filedset> should come after the fields (inputs) anyway - so no it won't break it.
And it will tell us if this fieldset is a wild goose chase or not :)
Printable View
like i said, technically the </filedset> should come after the fields (inputs) anyway - so no it won't break it.
And it will tell us if this fieldset is a wild goose chase or not :)
Not sure if you changed that or not - but i could create an account just now.
Intersestingly it failed when I tried it from the login page - but succeded from the create account page that the failure took me to
Great plug-in - worked like a charm from the outset, thank you! I have one question, on the contact us form, if someone does NOT in error tick the recpatcha box, then the form resets with no message and simply blanks all the contact us fields and comes up with the standard "required fields" red asterisks - there is no error message to say for example "reCaptcha required please" whilst preserving the entered fields. Is there a way to do this at all please?
Thanks
Cliff
Hi Cliff
Thanks. For the contact us form - it should display the message 'Please verify that you are not a robot' and leave the other fields filled in. It does on my one (I just tested to make sure).
So why isn't it with yours? Do other server side errors on the form (eg email address) behave in a similar way?
The only other think I can see that might cause it is SSL. Do you have SSL enabled on your site?
Regards
David
David
Yes, our store runs in SSL mode.. No other errros do not behave in that way.
By the way - our form
Cheers
Cliff
Hi Cliff
Just tested your form.
An invalid email address (with the robot field ticked) does trigger the same error.
Question now is why?
I still think the SSL is connected somehow.
I see the form action is to http not https (I get a warning in Firefox when it tries to send) - maybe changing it to https would help
Regards
David
Hi
In your /includes/templates/Your_TEMPLATE/templates/tpl_contact_us_default.php
if you have a line (round about line 17)
you should change it toCode:<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>
RegardsCode:<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send','SSL')); ?>
David
you are an absolute star! That solved it. The template developer left out the SLL in the send line.
Thanks once again
Cliff
Hi Cliff
Your welcome - glad we solved it :)
Regards
Hi Cliff - Just a quickie - the email subject field gets blanked when you make an error - maybe look through the template and see where it is being treated differently to the other fields.
Regards