dcarney

Make choosing a choice in radio group required

0 votes

Is there a way I can enforce in a microsoft word template that a user chooses one option from a Radio Group? I do not want to set a default value. 

I didn't see a way to do this on this page:

https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction

Here is some sample code that incorporates these suggestions:

{{esl_optionA:Signer1:Radio:Group("Frequency"),Value("X"),size(10,10),offset(40,-8)}}
{{esl_optionB:Signer1:Radio:Group("Frequency"),Value(""),size(10,10),offset(40,-8)}}
{{esl_optionC:Signer1:Radio:Group("Frequency"),Value(""),size(10,10),offset(40,-8)}}

 


Approved Answer

Reply to: Make choosing a choice in radio group required

0 votes

Hi Dan,

 

A similar syntax with * should be able to make the radio group required:
 

{{*esl_optionA:Signer1:Radio:Group("Frequency"),size(10,10),offset(40,-8)}}
{{*esl_optionB:Signer1:Radio:Group("Frequency"),size(10,10),offset(40,-8)}}
{{*esl_optionC:Signer1:Radio:Group("Frequency"),size(10,10),offset(40,-8)}}

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Make choosing a choice in radio group required

0 votes

That did it! Thank you!


Reply to: Make choosing a choice in radio group required

1 votes

@duo you might consider adding this feature to this page: https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction


Reply to: Make choosing a choice in radio group required

0 votes

Thanks for the suggestion! I will reach out to our Documentation team for this request!

 

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