Skip to content
New issue

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

formio: /formio/public/form/create/<string:builder_uuid> (instead of int:builder_id) #46

Closed
bobslee opened this issue Aug 13, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bobslee
Copy link
Member

bobslee commented Aug 13, 2020

Change URLs/route for new public Form:

  • FROM: /formio/public/form/create/<int:id>
  • TO: /formio/public/form/create/<string:builder_uuid>

This slightly protects from abuse of public Forms (some obfuscation of the real id).

Requirements:

  • Add field uuid in formio.builder model
  • Some methods/funcs regarding (get) public form needs to be changed, to use/query on uuid.
  • Use in Website Snippet (website_formio module).
@bobslee bobslee self-assigned this Aug 13, 2020
@bobslee bobslee added the enhancement New feature or request label Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant