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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Page 404 on form submission


Go to End


9 Posts   2733 Views

Avatar
ak1ra

Community Member, 5 Posts

31 March 2016 at 11:20pm

Edited: 31/03/2016 11:23pm

thanks martimiz, i did it as you said and started a test-installation from scratch and re-created my code. it turns out that the issue is not related to the contact-page but to some code i inserted to created automatic short-urls in the page class… yay.

well at least the issue is resolved even if i got a new thing to check. ;)

btw using the return-block in the submit-handler mentioned before works just fine. it's just overriding the variables used in the regular contact-form.
i actually like that behavior, as it enables you to show a proper feedback and prevent a user from filling out and submitting the form once again (without a simple reload).

Go to Top