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.
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