Skip to content

Commit

Permalink
📝 Added gotcha when you are logged into Open Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker authored Oct 4, 2022
1 parent 43ff6bf commit 0a86c00
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@ back to the form. You can so like this:
path("page/<slug:slug>/<path:rest>", PageView.as_view()),
Form won't start
~~~~~~~~~~~~~~~~

If you can see the form startpage but when you click "start" it doesn't do
anything (or you see a CSRF error in your browser log), you are most likely
logged in to Open Forms as admin user. Log out of Open Forms or use incognito
mode to start the form.

This is a
`known issue <https://github.com/open-formulieren/open-forms/issues/2104>`_.


Licence
=======

Expand Down

0 comments on commit 0a86c00

Please sign in to comment.