setValue variable MRVS in client Script Onchange ()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 09:27 AM
Hello everyone, I have an MRVS and in it there is a selectbox variable, I would like to set the value according to a variable that is outside the variable set, Example
if ( g_form.getValue('variable_out_of_mrvs') == 1 ) {
g_form.setValue('variable_selectbox', '2') }
I know that MRVS is a JSON and that way it won't work, I would like to understand how I could do it.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 10:15 AM
Below article might help you fulfil your requirement.
How to add rows dynamically in Multi Row Variable set (MRVS) based on input value of Catalog item