Skip to content
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

Change contact page to a form #188

Open
TDonnally opened this issue Nov 5, 2020 · 4 comments
Open

Change contact page to a form #188

TDonnally opened this issue Nov 5, 2020 · 4 comments

Comments

@TDonnally
Copy link

I noticed your contact page displays the relevant email in text. I want to create a contact form for this page that can be submitted there as opposed to someone having to leave the site to compose an email. Is there any interest in this feature?

@joelwass
Copy link
Member

joelwass commented Nov 5, 2020

That'd be great! what method do you have in mind for sending the contents of the form to us?

@TDonnally
Copy link
Author

I could send it directly from the front end using EmailJS and then I could PM you the credentials or I could use Nodemailer with the backend. Would either of those work?

@joelwass
Copy link
Member

joelwass commented Nov 6, 2020

let's try emailJS ! would love to see that

@misterbastean
Copy link

Submitted a PR (#203) for this. Used Nodemailer because it doesn't have a fee. Just need to add a couple environmental variables (email username, email password) and update the SMTP settings as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants