removing "required" in forms
-
Hi,
how do I remove word “required” in forms, while maintaining its nature..?Tq..
The blog I need help with is: (visible only to logged in users)
-
http://en.support.wordpress.com/contact-form/
To remove “required” from a field, edit the field the un-tick “required.” Save this field.
I don’t know what you mean by “maintaining its nature.”
-
Hi,
I want to maintain the field as required, but I don’t want the word “required” to appear… -
There is no way to do that! How would the person filling in the form know that you require the field if you don’t tell them?
If you look at the way the code can be edited in html, you will see that you have the option of either “true” or “false.”
[contact-form] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Website" type="url" /] [contact-field label="Comment" type="textarea" required="true" /] [/contact-form]
- The topic ‘removing "required" in forms’ is closed to new replies.