bielen
08-31-2009, 03:27 PM
Hello:
I have a dynamically generated form with multiple users. Each user has two
For each user I have two radio buttons and a text field.
John __ Approved __Approved with Errors Comments _____________
Mary __ Approved __Approved with Errors Comments _____________
Jim __ Approved __Approved with Errors Comments _____________
<Submit>
Each form field is independently named
Status_0, Status_1, Status_2 for the Approved with errors is value "2"
Comments_0, Comments_1, Comments_2
The number of users is variable based on the criteria provided.
If a user selects "Approved with Errors", I want to require a comment in the text field. If not selected, I want an alert box to appear.
Any examples or suggestions on how to approach? I'm under a tight deadline.
Thank you
I have a dynamically generated form with multiple users. Each user has two
For each user I have two radio buttons and a text field.
John __ Approved __Approved with Errors Comments _____________
Mary __ Approved __Approved with Errors Comments _____________
Jim __ Approved __Approved with Errors Comments _____________
<Submit>
Each form field is independently named
Status_0, Status_1, Status_2 for the Approved with errors is value "2"
Comments_0, Comments_1, Comments_2
The number of users is variable based on the criteria provided.
If a user selects "Approved with Errors", I want to require a comment in the text field. If not selected, I want an alert box to appear.
Any examples or suggestions on how to approach? I'm under a tight deadline.
Thank you