Contact form data when user will submit

i will create a contact from in my website, username address, mobile etc. when user will submit from , i want all data in dashboard. how to do ?

Hi Sanjiv,

Welcome to the community!

I created an article here about how to handle forms in Prismic.

Though we don’t support user submitted data as you’ve described at the moment, so using a third party option, like MailChimp, as described in the article is the best option.

How are you deploying you website? If you are using a service like Netlify you can take advantage of Netlify forms.

Thanks.

Hi,

I am using Netlify Forms with Next.js. In order to submit the form, I have to place a __forms.html file in my public folder. This contains the hidden form that forwards the submission to Netlify forms. My file is there but I am getting 404 error due to prismic.js.

Any idea how to fix this?

Cheers
Olaf

Hi @olaf, could you share more information about your setup? Framework/libraries versions, page folder setup, __forms.html setup, anything else you think might be helpful to help us troubleshoot your issue?

Thanks