Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

User Defined Form


Go to End


2 Posts   1464 Views

Avatar
animasola

Community Member, 121 Posts

29 January 2010 at 11:54pm

Is there a way that after the user completes the form, he is redirected to a certain page?

I plan to use it for a donation page. The user fills up a form through the user defined forms module and when he submits the form, he is then supposed to be redirected to a paypal donation page. Is this possible? Thanks! :)

Avatar
Willr

Forum Moderator, 5523 Posts

30 January 2010 at 5:28pm

Currently no. Upon completion they are redirected to /complete which is a UDF page. The only real way you can change that currently is to edit the code - in userforms/code/UserDefinedForm.php about line 612 is the redirect call.