strapi-starter-next-corporate icon indicating copy to clipboard operation
strapi-starter-next-corporate copied to clipboard

Strapi V4 form changes (fix error with form submission)

Open hwr7dd opened this issue 2 years ago • 0 comments

Hey guys,

Strapi v4 requires post requests to be wrapped in with "data". So in the /sections/lead-form.js edit this section: body: JSON.stringify({ email: values.email, location: data.location } body: JSON.stringify({data:{ email: values.email, location: data.location }}

hwr7dd avatar Mar 20 '22 03:03 hwr7dd