Hi - I'm looking for a way to validate a form with two buttons.  The
first button will add the form's contents (if they're valid) to the
row of a table below the form.  (Several rows can accumulate in the
table.)  The second button will proceed to the next page if either 1)
there's valid content in the form or 2) the table has at least one row
in it.

What I'm trying to figure out is if I can "turn off" the validator for
the 2nd button when I add a row to the table, while keeping it active
for the 1st one.

Ideally, I'd like to create a validator, remove it when I add a row to
the table, and reinstate it when the user interacts with the form.

Thanks!

Reply via email to