From the course: The Freelance Stack: Real Project with Next.js and Strapi

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Post requests in Strapi with the newsletter signup

Post requests in Strapi with the newsletter signup - Next.js Tutorial

From the course: The Freelance Stack: Real Project with Next.js and Strapi

Post requests in Strapi with the newsletter signup

We are on the last section of our Surfcam page which is the events section where people can sign up for upcoming events or for specific events. As you can see it's going to be two pages but they look incredibly similar. So what we have is we have one general overview page so if people here anywhere on the page click on book now they're going to get to this page where they can sign up for upcoming events and that is basically them marking themselves as general interest. Now if they click though on any of these featured art items right here at the bottom and they click for example this camp or this event they're gonna get to the individual page which the only difference between the two actually is that there's some pricing here and you have a different text for the individual event and this means like if we're doing this that when we're done with this we will be able to post data from the front end to Strapi to make it available to anybody who has the login in Strapi, right, which is…

Contents