How to Change title to "addrees field" in a form?
AnsweredHello,
I need to change the title seen by users of the address field "Your email address".
I can't find this field in the list.
How can I do? Thanks
-
Hi Elisa,
There's no native option to edit this label. But you can edit this text with a little JS code. Please follow the steps below:
- First, edit your theme
- On the left side choose the New request page
- Paste this code on the very bottom
<script>
$('.form-field.string.required.request_anonymous_requester_email label').text('YourText');
</script>- Save then Publish
I hope this helps!
-
Hello,
yes, it works. In my case there is dynamic content that change write "address email" for different subsidiaries of my company.
If I would like to have different labels for two italian forms, how can I do?
Thanks a lot for your help.
-
Hi Elisa,
It seems you're looking to have the "address email" label change automatically based on which form is being used, if this is true, the workflow you're looking for will require some custom API work and that is no longer within Zendesk's scope of support.
Please sign in to leave a comment.
3 Comments