We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change URLs/route for new public Form:
/formio/public/form/create/<int:id>
/formio/public/form/create/<string:builder_uuid>
This slightly protects from abuse of public Forms (some obfuscation of the real id).
Requirements:
uuid
formio.builder
The text was updated successfully, but these errors were encountered:
6947087
bobslee
No branches or pull requests
Change URLs/route for new public Form:
/formio/public/form/create/<int:id>
/formio/public/form/create/<string:builder_uuid>
This slightly protects from abuse of public Forms (some obfuscation of the real id).
Requirements:
uuid
informio.builder
modeluuid
.The text was updated successfully, but these errors were encountered: