blakej115 / magic-forms

Create easy (and almost magic) AJAX forms
https://octobercms.com/plugin/blakejones-magicforms
MIT License
6 stars 4 forks source link

Feature request: Duplicity checkings #19

Open snipiba opened 1 year ago

snipiba commented 1 year ago

Provide some kind of duplicity checking, to prevent multiple submissions of form, that results in multiple notifications, etc.

blakej115 commented 9 months ago

@snipiba This feature will be considered. Do you mean to prevent a user from submitting multiple entries in a row, or to check if a new submission matches the information exactly of an old submission? This feature will probably need to be toggleable because duplicate submissions might be desirable in some scenarios.

snipiba commented 8 months ago

@snipiba This feature will be considered. Do you mean to prevent a user from submitting multiple entries in a row, or to check if a new submission matches the information exactly of an old submission? This feature will probably need to be toggleable because duplicate submissions might be desirable in some scenarios.

first of all, probably duplicate check based on time difference will be great solution, because, sometimes, when you forgot to "reset" form or something, users are able to submit form multiple times on quite large scale :) then yes, multiple submissions in row will help probably.

another thing is, what about posibility to "reply" to that submission? probably, clients/users/admins use this plugin for contact forms, etc. and posibility to quick respond may help too.