Forums

Multipage subscription and warning on page 01

BigStef 28 Nov, 2012
Hi,
First : Thanks for your wondeful component, it make my lif easier every day ! :-)

I have done a subscription on a multipages form with 3 pages. it works very well but I have a little problem here...

I would like people to be warned if email or username already exist on the first page (and not on the last page when they submit the form).
Is that something possible ? And if yes, how ? Any idea ? Thanks by advance...
GreyHead 28 Nov, 2012
Hi BigStef,

There are a couple of possible solutions. One is to pass the first page of the form to an On Submit event and use Serverside Validation to do the check (on Fail re-load page one; on Success load page two). Or more elegantly use Ajax to do the check on the first page as soon as the box is completed.

Bob
This topic is locked and no more replies can be posted.