Try our conversational search powered by Generative AI!

Episerver Forms - Redirect based on form input

Vote:
 

Hi, 
I'd like to use episrver forms as a base for wizards, that is I'd like to redirect user to different pages after submissions. However I don't see a way to do that?
I can implement an actor with all the redirect logic and return appropriate url, however there doesn't seem to be any way to use thart as redirect.
Is there any provisions to this?

Regards,
Giedrius

#173578
Jan 03, 2017 9:03
Vote:
 

Hi Giedrius,

Do you collect more information in the redirected page? If yes, you can split the form to multiple steps on multiple pages (put form on all pages, configure each step to display on desire page, visitor presss next step will be redirected to next page).

If you want to redirect after visitor finalized his submission, please see this article to develop your own Thank you page.

 - Your Forms1 always redirect to  "Thank You Page1",  as a controller.,

 - you can have information about the Form and the has-just-submiitted FormSubmission via url parameters. 

 - Base on that parameter, you fetch the FormSubmission, and display/redirect the page as you want.

#173730
Edited, Jan 06, 2017 9:46
Vote:
 

Hi,
Yes I want to redirect after finalized submission.
Your provided link seems to be broken somehow.

Regards,
Giedrius

#173732
Jan 06, 2017 9:51
Vote:
 

I updated the link, sorry.

#173734
Jan 06, 2017 10:47
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.