TV-Eats / tv-eats

1 stars 0 forks source link

Create Contact Form #25

Closed cjmaria closed 3 months ago

cjmaria commented 4 months ago

Complete the Contact page with basic form fields like Firstname, Lastname, email, and message. Use component libraries for pre-made input elements.

The creation of a new Database table for messages is required as well as a trigger that will fire on new inserts to the table

To actually send the message, the database function triggered will make an HTTP request to a 3rd party email service. For now, just get it to print a message upon completion of the form. I will look into linking this function into AWS SES to send the email.

Reference article