Creating Dynamic Radio Buttons for Multi-Choice Variable base on Preferred Lang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 08:21 AM
Good day everyone,
i want to be able to use an onLoad client script to change the Multi-Choice Radio text and values base on the users preferred Lang using an onLoad CLient script
i have this so far but doesnt seem to work

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 08:45 AM
Hello @Peter Williams
You can add the language translation for each choice to show on the form. For notification, I would suggest to write a script to print values in notification based on user's language.
Thank you,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 08:47 AM
Yes i know how to do that but it would be alot of If statements in the email script.
i am trying to figure out something easier like an onLoad script or onSubmit
any suggestions on that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 05:51 AM
Instead of if conditions, you can create additional string variable in your catalog item and create an onsubmit client script to store display value of the field in that variable, now in your notification use that variable to print value.
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 10:04 AM
seem to be alot of unnecessary work to just do this
is there any other simpler way?