-
Notifications
You must be signed in to change notification settings - Fork 27
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
Future forms configuration #46
Comments
Some other pitfalls we'll need to avoid if we're going to refactor this and introduce breaking changes:
|
Some other things to at least consider:
|
|
@I-Valchev as we discussed, it might be good to have it in the list as well:
|
date_of_birth:
type: date
options:
widget: single_text Would be much better to have something that is human comprehendable, for example: date_of_birth:
type: date
variant: datepicker
|
Id like a speedlimit key for forms as an antispam countermeasure. Most spam messages are sent within 100ms. I'd like to set individual limits for each form for the minimal interval between page request and form submission. speed violations should result in a block. On top of this i would prefer a more granular spam protection rather than none/block/mark-as-spam as a global result for all . lumping csrf, honeypots together with the v3captcha is far too crude in my humble opinion. on a less related sidenote spam protection may warrant its own key in the config:
|
Hi all
Here's a suggested configuration for a future major release of
bolt/forms
. Please provide any feedback that you may have!The text was updated successfully, but these errors were encountered: