Page 1 of 1

[solved] Formbuilder - redirect depending on field values?

Posted: Sat Jul 28, 2012 12:50 pm
by tdlwebs
Hi,

I need to create a form that redirects to another page depending on the values that have been input. Basically, if condition = true then direct to another form for further information or if condition = false direct to a standard page with a message.

Any ideas on how I can achieve this using FormBuilder?

T

Re: Formbuilder - redirect depending on field values?

Posted: Sat Jul 28, 2012 3:53 pm
by applejack
In Formbuilder there is an option "Redirect to Page Based on Pulldown"

Or in the submission template redirect based upon value.

Or use Javascript / jQuery to redirect based upon value.