Hidden Variables with values not showing in RITM after being submitted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 04:23 AM
I have a catalog item where all but one of the variables are hidden but I have them set to mandatory in various UI policies so they appear based on the user's selection on the first question. As they are hidden none the values were coming through to the RITM so I used this bit of code in a catalog client script within the same catalog item g_form.setDisplay("Emp_ID",TRUE); and now some of the variables with values are coming through but not all of them which I don't understand as its the same logic. The reason I have them set to hidden is I only want the first question to appear when the form loads and if they aren't hidden all the questions appear before a selection in the first question is made which looks messy. Any help would be great