DataAssist INSERT after Validation passes
I would like to insert a record to the database IF all validations from WAValidation Toolkit pass but I'm not sure how to select the trigger. Should I simply select Any Form Post and then manually change the trigger statement to if ($WAFV_Errors == "")?
Thanks in advance for any input provided.