tbakerx / react-resume-template

A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
https://reactresume.com
MIT License
1.88k stars 1.43k forks source link

How do I make the contact form work? #88

Closed akshzyx closed 1 year ago

akshzyx commented 1 year ago

Even after filling the contact form the SUBMIT button just doesn't work. How do I solve this?

tbakerx commented 1 year ago

I've got a note in the README about this: https://github.com/tbakerx/react-resume-template#5-hook-up-contact-form Due to the wide array of options in implementation for this (Next api routes, your own server, etc.) and potential email providers to send with, I've opted to leave the implementation up to the user.

You'll have to implement the form submission and email sending in a way that meets your own needs. Feel free to reach out to me if you need, and I can point you in the right direction.

akshzyx commented 1 year ago

So I am using BREVO(Sendinblue), how do I set it up? Can you help a little.