Hello,
I am currently trying to implement the following form:
There are two things I want to achieve with this:
- Assuming all inputs are filled when the user clicks on the submit button it will send an email to my client
- I want that email to follow a template I will create.
I’ve looked at the form guide but it seems like it will just save data to the CMS and doesn’t have an out-of-the-box solution for what I am trying to achieve. My guess is to integrate the form to a third-party API like Mailchimp but I can’t figure out how to get started with that either.
Can someone help me out please?
Thank you.