petertokuchi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart is empty after the logoutHi eduardo, where do i put the above code?
Thanks Sygnoss. I already solved the issue. Turned out need to do some settings on function.php to enable the use of shortcode in contact form 7.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Plugin Does Not Allow to set Optional FieldHi, buzztone. Alright turns out i solved this issues
On Mail Section 1, on the email i set the
"To : [Email]".
This is why the contact form giving an error because if the Email Field is optional and left empty the contact form couldn’t read it thus giving an error.I just set “To : [to my email]” and set the previous “To : [Email]” to the Mail(2) as autoresponder. And this solved my issues. Thanks!!!
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Plugin Does Not Allow to set Optional FieldOk. This is the link.
If u try it. That 2 fields email and phone number is set to non mandatory but whenever we left one of the field empty this message will appear Failed to send your message. Please try later or contact the administrator by another method. But when u fill all the fields it will directly took you to the thank you page.
This is the input for my form :
<p>Name (required)<br /> [text* Name] </p> <p>Select Your Contact Preferences (Choose One) <br /> [radio your-preferences label_first default:2 "Email" "Phone"] <p>Email <br /> [text Email] </p> <p>Phone Number <br /> [number Phone-number min:10 step:3 ] </p> <p>School Name (required)<br /> [text* School-Name] </p> <p>School Address (required)<br /> [text* School-Address] </p> <p>Poscode (required)<br /> [number* Poscode number min:10] </p> <p>[submit "Send"]</p>
For the additional settings this is the input:
on_sent_ok: "document.location='register/thank-you/';"