Is it possible to connect a form to the CMS?

Is it possible to create a form that has fields that are linked to fields in a CMS collection?

So for example, my CMS collection may have fields for a name, location, and message, and when the user submits their information into those same fields on the form their information is captured within the CMS?

100% comfortable using code

Yes, Webflow CMS has an API and one of the first use case is making a form with Webflow that will be an input for CMS data.

https://developers.webflow.com/

1 Like

The common practice is to trigger a webhook on form submission to Zapier, Integromat, custom endpoint, then integrate the tool/code used with the API to create a CMS item. There is no access to the form methods directly.

2 Likes

Yes! The quickest way is to use a tool like Supersparks. It also works with reference, image upload, and rich text fields:

Here is a tutorial for setting it up.

Yes, it’s definitely possible to connect a form to a CMS. Most modern CMS platforms like WordPress, Webflow, or Strapi allow form submissions to be stored and managed within the CMS using built-in features, plugins, or APIs. Are you working with a specific CMS?