Replies: 1 comment 2 replies
-
Hey @ahsouri! I used contact/subscription forms in Astro in my other projects, and it worked just fine. Although I wasn't using EmailJS, here's something I found online that might help: stackoverflow Basically, if you're using UI framework components, you should add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to link the subscription and contact forms to an API email service (https://www.emailjs.com/docs/sdk/send/). One thing I noticed is that I don't see anything being printed in the console log. I use "npm run dev" on a linux machine. I tried to test out this by simply adding a console.log() in the index.astro and nothing shows up. Why is that? Has anyone been successful linking the forms to an API email service?
Best,
Beta Was this translation helpful? Give feedback.
All reactions