SOLVED

Re: Custom de-duplication: Create new cookie on form submit

Go to solution
Markus_Bianchi5
Level 2

Re: Custom de-duplication: Create new cookie on form submit

Sorry, my bad then, I thought it's fired before onValidate. Should've checked that.

SanfordWhiteman
Level 10 - Community Moderator

Re: Custom de-duplication: Create new cookie on form submit

Yes, the initial order is always validate → submit. An onSubmit listener can purposely kick back the form to the validate step, but then it goes through validate → submit again.