- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 06:58 AM
There is extra space showing up after all the variables on the catalog form. I tried to wrap all the variables in a container but did not help. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 02:33 PM
That may be why. Try switching your g_form.setVisible to g_form.setDisplay
Set Visible:
Hides the field if false.
If the field is hidden, the space is left blank. This method cannot hide mandatory fields with no value.
Set Display
Displays the field if true. Hides the field if false. This method cannot hide mandatory fields with no value.
If the field is hidden, the space is used to display other items.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 07:15 AM
Any Screen shot will help us.
Thank you,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 09:12 AM
Hi Sam,
Possibly use of many containers may be the cause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 09:18 AM
This is a form where I have multiple options and based on a variable value have a variable set where each has a container set up. Could they be interfering since each variable set is ties to a different option.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 10:01 AM
HI Sam,
Yes you are right. Extra spaces may occur due to number of container in Variable set.
Thank you,
Ashutosh