Javascript function to move form data down to insert a text field on radio button mouse up
Afternoon all. I am trying to create a checklist style form with (3) button radio group labeled (yes, no, and N/A) associated with each checklist data line. Upon clicking the "yes" radio button, a text field would appear, and push the rest of the checklist down to accomodate. A click to either of the other radio buttons would remove the text box and shift the checklist back to its original position.
The purpose is to keep the form as small as possible but allow for data entry if needed.
Does this functionality exist? or do i need to rethink my process?
