I want to disable or erase the text of my input fields from my contact form.
Specially on the fields that appears text like “Full name”, “Email Address” and “Your message will be here”
I am using Contact Form 7 of WordPress and I configured spanish lenguage as default but it still in english this text.
Here is the link: http://crepali.com.mx/contacto/
How can I translate it or disable?
Thanks
Use the word readonly
for example
i tried this and it worked
try this
Its working perfectly
If you want to make a field read-only, set the readonly option in the form-tag like this:
[text* your-name readonly class:required “Write your text here”]
Try this
[text text-346 placeholder "nombre completo"]
In wp-admin you have seen Contact Menu form here you create the contact form
Full Name is the placholder which you are seeing.
your code in the contact form 7 like following
Kindly remove the “placholder full name” text form the field