Copy link to clipboard
Copied
Greetings community,
I am creating a form where a default text will appear based on a condition and would like this text to stand out by being bold. I am having difficulty figuring out the correct text tag to do this. The Adobe Sign Text Tag guide says you can format text using the outer {}, however, when I make these bold it does not carry over to the form (this also doesn't work for font color - maybe an opportunity to review guide). The other part of the guide coveing format gives this example: f2_es_:signer1:calc(formula):format(formatType, format). However, I do not know what to put in the formatType and format to get the text to bold.
Is there a text tag to allow me to have default text be bold.
The code I have is:
{{#ia1=!ia1_es_:signer1:multiline(2):default(“STOP: If you are uncertain of the process or what is expected of you with completing the intake form, call... .”):showif(a7=no)}}
Sign has no Bold fonts available and also no faux fonts allow I don't think. You need to make use of Acrobat and Acrobat form fields and embed the fonts
With text tags you can use some of the font instructions to use a different colour for example
:font(color=green, size=14) – Specifies the field appearance to be in Green text and size 14 point font
Copy link to clipboard
Copied
Sign has no Bold fonts available and also no faux fonts allow I don't think. You need to make use of Acrobat and Acrobat form fields and embed the fonts
With text tags you can use some of the font instructions to use a different colour for example
:font(color=green, size=14) – Specifies the field appearance to be in Green text and size 14 point font