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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
I've been implementing this plugin into a site and came across an issue in that I had to go digging in order to work out what kind of POST request was needed to submit data into a form submission. It'd be great if it was shown somewhere in the documentation. Now that I know it seems very simple but at the time I was a little confused.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I've been implementing this plugin into a site and came across an issue in that I had to go digging in order to work out what kind of POST request was needed to submit data into a form submission. It'd be great if it was shown somewhere in the documentation. Now that I know it seems very simple but at the time I was a little confused.
From what I've worked out by looking here (https://github.com/payloadcms/website/blob/main/src/components/CMSForm/index.tsx) is that the request looks roughly like this:
Beta Was this translation helpful? Give feedback.
All reactions