Radio Buttons
Friday, September 1, 2017 at 08:40amI am trying to expedite my form creation, and I am working with a lot of radio buttons. I have a question -
Is there a way to have an "IF" statement tied to it - If they select "Radio_Yes" then fill out "Text_Explain"?
Reply to: Radio Buttons
Friday, September 1, 2017 at 11:14amReply to: Radio Buttons
Wednesday, February 21, 2018 at 10:52amReply to: Isthisafeatureth
Thursday, February 13, 2020 at 01:01pmHi Randy,
This feature is now available in the latest release of OneSpan Sign (https://community.onespan.com/products/onespan-sign/release-notes/onespan-sign-release-notes). Please contact our support team to enable this feature on your account ([email protected]).
Reply to: Radio Buttons
Thursday, June 18, 2020 at 08:13amHi ,
What is the best way to reduce the gap between the radio button and text.
I am facing the following issue while inserting a radio button in Word doc
I am using following tag
{{esl:Signer1:Radio:Group("Frequency"),Value("X"),size(10,10)}}
Thanks
Reply to: Hi , What is the best way…
Thursday, June 18, 2020 at 10:22amHi psangha,
Your screenshot was broken, so not sure about your scenario. But in general, when developing with Text Tags feature, we have below suggestions:
(1)try make the text tags smaller font, to save space and to avoid affecting your content layout, also make sure the text tag is within one line.
(2)use offset attribute when you can't put the text tags to the desired position, especially when in Word.
Below is an example in real practice:
The tags I used are:
{{esl_optionA:Signer1:Radio:Group("Frequency"),Value("X"),size(10,10),offset(45,-10)}}
{{esl_optionB:Signer1:Radio:Group("Frequency"),Value(""),size(10,10),offset(45,-10)}}
{{esl_optionC:Signer1:Radio:Group("Frequency"),Value(""),size(10,10),offset(45,-10)}}
I've attached the word I used (tags are size 1 with regular text in size 12) and below screenshot shows you how it looks like after extracted to fields:
I also marked the Axis for offset values. In first time, you can try extracting the text tags without specifying the offsets, and see how you want to adjust the positions based on the axis above.
Duo