dcarney | Posts: 27

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
Duo_Liang | Posts: 3776

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

 


dcarney | Posts: 27

Reply to: Make choosing a choice in radio group required

0 votes

That did it! Thank you!


dcarney | Posts: 27

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


Duo_Liang | Posts: 3776

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


AlexJuvion | Posts: 12

Reply to: Make choosing a choice in radio group required

0 votes

Great discussion on making radio button selections required! This feature is crucial for ensuring users make necessary choices and helps streamline the form submission process. If anyone's interested in learning more about improving user experience in form design, I highly recommend checking out Quality Assignment. They offer valuable insights and resources that can be very helpful in this area.


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