Change width of a field for Catalog Variables

brown9394
Tera Expert

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?

1 ACCEPTED SOLUTION

brown9394
Tera Expert

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 "_________" - "_________"


View solution in original post

3 REPLIES 3

Tim Deniston
Mega Sage
Mega Sage

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).


mazhar4
Giga Expert

Have a look here on the use of variable attributes field for variables in a record producer, also take a look at the container



Types of variables



PS - Please mark Helpful, Like, or Correct Answer if applicable. Thanks


brown9394
Tera Expert

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 "_________" - "_________"