How can a form user deselect an answer in an input table?

  • marysolesparza
    Asked on June 17, 2019 at 10:00 AM

    I am working on a form with an input table where not every row requires an answer so I have switched the require option to "require at least one answer". In testing the form I noticed that if I accidentally choose an answer for row one accidentally I can only change my answer, but I am not sure how to deselect the answer if I want to leave that row blank. I would appreciate your help in figuring out how to deselect a response in an input table. 

  • Victoria_K
    Replied on June 17, 2019 at 10:22 AM

    I see you are using radio fields as input table elements. Unfortunately, there's no option to deselect radio input once it was checked. Users would need to reload or clear the form to deselect option. You may consider adding one more row called 'None' to be marked as no answer.