Skip to content

Scaffolded item not functioning properly #15500

Discussion options

You must be logged in to vote

Found the solution, the culprit resides in the scaffolded form:
<form action="users/create" class="form-horizontal" method="post">

Should be:
<form action="/users/create" class="form-horizontal" method="post">

Should I report this as a bug or something?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wurst-hans
Comment options

@jasperRigters
Comment options

Answer selected by jasperRigters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants