我想从我的联系表单中禁用或删除我的输入字段的文本。
特别是在出现“全名”、“电子邮件地址”和“您的消息将在此处”等文本的字段上
我正在使用 Wordpress 的联系表 7,并将西班牙语配置为默认语言,但它仍然是英文文本。
这是链接:http ://crepali.com.mx/contacto/
我该如何翻译或禁用它?
谢谢
我想从我的联系表单中禁用或删除我的输入字段的文本。
特别是在出现“全名”、“电子邮件地址”和“您的消息将在此处”等文本的字段上
我正在使用 Wordpress 的联系表 7,并将西班牙语配置为默认语言,但它仍然是英文文本。
这是链接:http ://crepali.com.mx/contacto/
我该如何翻译或禁用它?
谢谢
例如,使用readonly这个词
[text text-859 readonly "1 Week Trial"]
我试过了,它奏效了
尝试这个
[text domainname readonly]
它工作得很好
如果您想将字段设为只读,请在 form-tag 中设置 readonly 选项,如下所示:
[text* your-name readonly class:required "Write your text here"]
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
[text text-346 placeholder "full name"]
Kindly remove the "placholder full name" text form the field
[text text-346]
尝试这个
[text text-346 placeholder "nombre completo"]