Kari.Thompson

Text Tag Radio Button

0 votes

Good afternoon, I am working on a document to add text tags with radio buttons.  I am using the text tag

 {{esl_optionG:Signer1:Radio:Group("Frequency"),Value("X"),size(15,15),offset(15,-3)}} 

and just change the option portion (optionA, optionB etc.). 

The issue with this is that when it is signed all the radio buttons are checked off.  I would only like one option to be checked off and the option is chosen by the customer.  Is my formula incorrect?  I am looking at 7-8 options

 

Thanks Kari


Approved Answer

Reply to: Text Tag Radio Button

0 votes

Hi Kari,

 

Let's break down the text tags formula:

 {{*esl_optionG:Signer1:Radio:Group("Frequency"),Value("X"),size(15,15),offset(15,-3)}} 

  • *: either a question mark (?) or an asterisk (*). An asterisk indicates that an Input Field is required. A question mark indicates that an Input Field is optional. 
  • esl_optionG: the "optionG" after the underscore defines the field name
  • Group("Frequency"): options need to carry the same group
  • Value("X"): Value("X") means by default checked, versus Value("") means by default unchecked. 

 

If you are still hitting the same issue after some other attempts, you can share the PDF you are testing (with sensitive information removed) and a package ID where all radio buttons are checked off. So that I can look closer into it.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off