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

Include form identifier in the form data #5

Open
msrshahrukh100 opened this issue Dec 3, 2022 · 0 comments
Open

Include form identifier in the form data #5

msrshahrukh100 opened this issue Dec 3, 2022 · 0 comments

Comments

@msrshahrukh100
Copy link

Feature Request

Currently, the form identifier isn't sent in the post-data of the forms. So, there's no way for the backend to figure out which form data is being submitted (other than using a different action URL for each form) in cases where multiple forms are present.

For example, for the first form that gets inserted on the demo website only the first name and last name are posted in the request.
image
It would be nice to have a third hidden field of form identifier so that my backend knows which form data is being submitted. Or if the same can be achieved in some other way please let me know. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant