- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2019 03:32 AM
I need to pass a variable value which is declared in Client Script to Processing Script.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2019 05:22 AM
Hi,
So in your HTML, you'd want to put a hidden input like:
<input type="hidden" id="jvar_answer" name="jvar_answer" value=""/>
Then in your client script, set this id to a value:
gel('jvar_answer').value = "42";
In your processing script, you now get to refer to it as:
jvar_answer
Please mark reply as Helpful/Correct. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2019 05:22 AM
Hi,
So in your HTML, you'd want to put a hidden input like:
<input type="hidden" id="jvar_answer" name="jvar_answer" value=""/>
Then in your client script, set this id to a value:
gel('jvar_answer').value = "42";
In your processing script, you now get to refer to it as:
jvar_answer
Please mark reply as Helpful/Correct. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 12:09 PM
Hi
I know this post was from a year ago, haha...
but, please mark my above reply as Helpful & Correct if so.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2021 07:32 PM
Hi,
I just wanted to check-in on this and see how things are going?
If my reply above helped guide you correctly, please mark as Helpful & Correct.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2021 07:35 AM
Hi,
I just wanted to check-in on this and see how things are going?
If my reply above helped guide you correctly, please mark as Helpful & Correct.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!