OK, I have a form that has a next button and a submit claims button. If they click on the submit claims button (submitClaims) and there's any information in the form, I want it to act like they first clicked the next button (nextClaim).
I already have it check to see if the form is clear or not, then I realized I didn't know how to call nextClaim_click(). Can someone help me?
)
I already have it check to see if the form is clear or not, then I realized I didn't know how to call nextClaim_click(). Can someone help me?