I have a form with an array of text boxes and hidden fields (input1, input2,... hdnReason1, hdnReason2,...) If the value of the text field is below a certain value, I want to call a popup for the user to enter a reason. I then want to pass that reasons back to the correct hidden field on the...