- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 06:05 AM
I know how to change width of a field on a form, But is it possible to change the width of the field for a variable through record producer? The idea is to have 2 fields next to each other appear the same size, but under the variable set, there is no such option. Any ideas if this is possible?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 07:38 AM
Thanks for your replies. I ended up putting in a catalog script to adjust the width of the 2 fields next to each other to be the same. The problem was it was displaying as "___" - "_________" and I wanted to make it look like "_________" - "_________"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 07:00 AM
Are you trying to figure out how to split the form into columns? Use container variable type for that.
If you are trying to make a single-line text field wider, try using the Wide Single Line Text variable type.
If you are trying to define that the width of a particular variable should be 100px or 30% of the page, etc., that wouldn't be possible without some custom scripting (that wouldn't be supported by HI and could stop working in a future release).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 07:06 AM
Have a look here on the use of variable attributes field for variables in a record producer, also take a look at the container
PS - Please mark Helpful, Like, or Correct Answer if applicable. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 07:38 AM
Thanks for your replies. I ended up putting in a catalog script to adjust the width of the 2 fields next to each other to be the same. The problem was it was displaying as "___" - "_________" and I wanted to make it look like "_________" - "_________"