Skip to main content
AHooper
Participant
December 4, 2015
Answered

esign text tags- specifying output field dimensions

  • December 4, 2015
  • 1 reply
  • 1084 views

Hi

Is there code for specifying the field dimensions for a field created by text tags?

Purely for look and feel reasons I would like to set the form fields to have a specific dimension as I would if I was putting them in manually.

In particular the free text field such as {{Address_es_:signer}}

Advice?

This topic has been closed for replies.
Correct answer AHooper

For those interested:

"So you can make the field as multiline and by using the text tag

{{FieldName_es_:signer1:multiline(12)             }}

so the spacing between the first curly braces and the last will determine the length of the field


if it is multi line then there is will word wrapping and the text in the line will depend on the length of the field

also width of the field will depend on the font size of the first curly braces "



So in this free text box example the '12' is the number of lines


the full width of the {{          }} determines the width of the field so just fill it with spaces to fit your needs....

1 reply

AHooper
AHooperAuthorCorrect answer
Participant
December 23, 2015

For those interested:

"So you can make the field as multiline and by using the text tag

{{FieldName_es_:signer1:multiline(12)             }}

so the spacing between the first curly braces and the last will determine the length of the field


if it is multi line then there is will word wrapping and the text in the line will depend on the length of the field

also width of the field will depend on the font size of the first curly braces "



So in this free text box example the '12' is the number of lines


the full width of the {{          }} determines the width of the field so just fill it with spaces to fit your needs....