-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.

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!
Metadata
Metadata
Assignees
Labels
No labels