-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do i connect contact page #53
Comments
The contact page used by Hamish has his own APIs set up on AWS Serverless Functions (if i remember correctly). If you want to set up a contact section of your own, you have to use different JS libraries (like EmailJS). |
@mayankjain25 Any chance that you could post your contact.js assuming that you implemented something like EmailJS? |
I did use EmailJS for the same. |
@mayankjain25 hey man, was there an error with copying/pasting? code randomly ends on line 127 |
Have updated the code again. And by the way, replace line 52, 53 and 55 with your own values. |
It's work but, what do you have to put on the email template for it to read the email and message content sent from the web? |
still haven't figured this out yet, would appreciate your help if you managed to figure out how to read the user email and message contents. |
I remember having a hard time making the perfect settings for EmailJS to work on their website/dashboard. |
I'm still trying to figure it out, any assistance would be greatly appreciated bro :) I got everything working but the {{userEmail}} and {{userMessage}} parts are still rendering empty for some reason. |
im unable setup contact page plz help me withit
The text was updated successfully, but these errors were encountered: