Make choosing a choice in radio group required
Wednesday, September 20, 2023 at 10:43amIs 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)}}
Reply to: Make choosing a choice in radio group required
Wednesday, September 20, 2023 at 11:18amHi 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
Reply to: Make choosing a choice in radio group required
Wednesday, September 20, 2023 at 11:35amThat did it! Thank you!
Reply to: Make choosing a choice in radio group required
Wednesday, September 20, 2023 at 11:36am@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
Wednesday, September 20, 2023 at 11:46amThanks for the suggestion! I will reach out to our Documentation team for this request!
Duo
Reply to: Make choosing a choice in radio group required
Thursday, August 22, 2024 at 07:32amGreat 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.