Create a new empty box when checkbox is checked

  • KristenRoss
    Asked on October 26, 2017 at 2:35 PM

    Can you create a blank text box that the can be filled when a choice in a multiple choice box is checked?

  • Nik_C
    Replied on October 26, 2017 at 3:34 PM

    Yes, that is doable with conditional logic.

    Here is how:

    1) Let's say you have this setup:

    1509046017Screen Shot 2017 10 26 at 9 Screenshot 10

    2) The below condition will copy options from the check-box field to text-box field:

    1509046057Screen Shot 2017 10 26 at 9 Screenshot 21

    And it will work like this:

    1509046122screencast Screenshot 32

    Similarly, you can do this:

    1509046314Screen Shot 2017 10 26 at 9 Screenshot 43

    And set a specific text in text-field:

    1509046358screencast Screenshot 54

    And you can do that with each option separately.

    Let us know if you have any further questions.

    Thank you!