Get the value from the \Fill-In\" option of the Choice Control-Checkbox"

  • 28 September 2017
  • 2 replies
  • 3 views

Badge +2

I have a coice-Checkbox control, where I have selected the "Allow 'Fill-in' choices" as Yes. This gives the user the option to specify a value not already in the options.

Now, my requirement is to capture the value entered by the user.

Could somebody please suggest a solution, both -

1) Out of the box, and

2) using JavaScript

All responses are appreciated.

Thanks.


2 replies

Badge

Not sure of your exact requirement but the value is saved in the column so it's accessible.  You could also use a calculated field (showing values inside [ ]) referencing the Named Control and save it in another column.

    

    

Userlevel 5
Badge +14

this post might help you to get fill-in value with javascript

https://community.nintex.com/message/68849-mutual-reset-choice-vs-fill-in-choice#comment-68969 

Reply