I'm looking for a way to add or modify the text in the address box so I can include Spanish translations. I see there's a way to added javascript...are there any documented ways to do this? Please advise if this is possible.
Thanks!
I'm looking for a way to add or modify the text in the address box so I can include Spanish translations. I see there's a way to added javascript...are there any documented ways to do this? Please advise if this is possible.
Thanks!
Forms 11 Update 5 allows for changing address sub field labels in JS and through the settings. If you only need to support one language you can just use the field settings. If you need multiple language support, the sample linked would be a great start.
You can edit the labels and show both English and Spanish but if you want a true translation option, you can use the JS solution that recently came out. https://answers.laserfiche.com/questions/201779/Translation-options-for-Forms#215361
Blake made videos on how to set this all up. You can customize or use the google api
Hi Angela,
I don't see a way to directly edit the labels in the Address box; I know I can do that for "Field Label", "Text above" or "Text below" on other types of objects such as Single Line text box and Drop-down controls, but I don't see that option for individual fields in the Address box.
Blake's solution requires Forms version 11 Update 5 or higher and we are currently on 11 Update 4, so I'll have to work with my SP to get upgraded before I can use the JS solution.
Thanks for your suggestion!
Forms 11 Update 5 allows for changing address sub field labels in JS and through the settings. If you only need to support one language you can just use the field settings. If you need multiple language support, the sample linked would be a great start.
Hi Zach. I was able to update to Forms 11 Update 5 this morning and I am now able to edit sub-labels for the Address box. Thanks for the information.
Wonderful! Glad this worked out for you!