Hello,
thank you for your nice plugin!
It would be nice to be able to set the "Name" and "E-Mail" field optional instead of required or be able to hide it in some cases.
This would be a useful feature in an upcoming release.
Thank you very much!
Hello,
thank you for your nice plugin!
It would be nice to be able to set the "Name" and "E-Mail" field optional instead of required or be able to hide it in some cases.
This would be a useful feature in an upcoming release.
Thank you very much!
Thanks for the suggestion.
Why? Do you want an anonymous comment form?
Agree with Hever on this one Mike.
I took the $string out for the name and email, then I commented out your validation for each field.
Now I'm looking for where your validation is on the Message field since I need that commented out too! lol.
Ah ha - think I found it :
if($si_contact_opt['hidden_message_enable'] != 'true' && empty($message)) {
Redirect isn't working for me.
I have 'Enable redirect after the message sends' checked. I left the default redirect url of index.php. But when I send a test message, after a few seconds it goes back to the contact page instead of redirecting to the home page.
Other than that, I really like this plugin. It is simple to use with the functionality I want (capcha, spam detection, email validation.)
--Susie
Aha, figured out the redirect problem. Even though the default is index.php, it looks like it doesn't work without the full url. When I changed it to http://www.mydomain.com, it redirected fine.
This topic has been closed to new replies.