Creating forms in Plasmic
You can create forms in Plasmic that perform traditional HTTP form submission without code. It requires you to have a server endpoint that is able to accept the form data.
Here’s a video showing this:
If you have more advanced form functionality requirements, you can use code components or the component API to implement the required form behavior.
Was this page helpful?