You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: