PDA

View Full Version : Making sure UE won't trigger before VT completes


ejhart7196405
03-06-2009, 03:20 PM
I want to make sure that UE won't send an email before VT Server Validation is completed, the user fixes errors and successfully submits their form.

Would the correct way be to set UE to trigger on 'current page submit'? Or is there another method?

Ray Borduin
03-06-2009, 03:23 PM
As long as they use the same trigger and the validation code is above the email code on the page, it will not send unless it passes validation.

ejhart7196405
03-06-2009, 03:28 PM
Cool, thanks. Here goes . . .