Data from a webflow-form saving into CMS-database=> CMS-printlayout

Hello webflow lovers…

I want to see the data from a form submitted not as message to mailchimp but into a CMS-collection so I’m able to get a beautifull layoutprint form a CMS-page automatic generated via a ‘collection-page’ perfect for teachers to get an overview of a digital examination from students…
afterwards we can print it with school-logo date and time of submission print as page.pdf…

i found a tuturial docupilot…

but docupilot should work into webflow…

Can webflow make this possible to save form-data into a CMS collection and return a CMS page with the data on it?

thanks to help me find a solution for digital examination.

Karel

I’m uncertain if there is any default webflow support for this feature, but If you’re comfortable writing code yourself, consider checking out Webflow’s API. Several endpoints available, including creating CMS items. Be aware, this would entail the use of an OAuth2 bearer token for authorization, which would need to be protected.