Skip to main content
Inspiring
August 24, 2023
Answered

Text Tag Dropdown Two Word Option Not Displayed

  • August 24, 2023
  • 1 reply
  • 287 views

I have a text tag dropdown that is functional.

{{*eaTermsOfPayment_es_:signer1:dropdown(options="Red,Green,Blue”):dimension(width=35mm, height=7mm)}}


If I add an option that includes two words it fails and displays the text tag itself on the sent document.

{{*eaTermsOfPayment_es_:signer1:dropdown(options="two words,Red,Green,Blue”):dimension(width=35mm, height=7mm)}}

What is the proper syntax to use when including an option with two words?

This topic has been closed for replies.
Correct answer loozle

I was way off on my assumption it had to do with two words.

It was the length of the tag.

 

I used a shortened tag along with HTML in the remove page from output section and all was well.

After a challenging trek through Adobe support and multiple escalations I came across a knowledgable support lead andhe was able to pinpoint the issue. Specifying hte font size in the DIV allowed this to function.

 

{{#REMOVE_PAGE_FROM_OUTPUT}}

<div style="white-space: nowrap; font-size: 1px;">

{{#ToP=*eaTerms_es_:signer1:dropdown(options="Cash,Financial Aid,Veterans Administration Benefits,Sponsored Benefits, Reimbursement"):dimension(width=35mm, height=6mm)}}

</div>

1 reply

loozleAuthorCorrect answer
Inspiring
October 17, 2023

I was way off on my assumption it had to do with two words.

It was the length of the tag.

 

I used a shortened tag along with HTML in the remove page from output section and all was well.

After a challenging trek through Adobe support and multiple escalations I came across a knowledgable support lead andhe was able to pinpoint the issue. Specifying hte font size in the DIV allowed this to function.

 

{{#REMOVE_PAGE_FROM_OUTPUT}}

<div style="white-space: nowrap; font-size: 1px;">

{{#ToP=*eaTerms_es_:signer1:dropdown(options="Cash,Financial Aid,Veterans Administration Benefits,Sponsored Benefits, Reimbursement"):dimension(width=35mm, height=6mm)}}

</div>