-
Notifications
You must be signed in to change notification settings - Fork 0
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
Contact form not working and field titles centered #1
Comments
i am intrested in doing this can i do this?? |
@seabeePraveen sure. let me know if you still interested. to break it down this is more two issues with the same form. as the second part is really small and can be done while fixing the primary bug i have batched it together. issue #1:
Add EmailJS Library to Your Project: <script src="https://cdn.emailjs.com/dist/email.min.js"></script>In your JavaScript file, initialize the EmailJS library your User ID: issue #2:
|
Yes, I am interested.
…On Tue, 22 Aug 2023 at 8:49 PM, David Vermeulen ***@***.***> wrote:
@seabeePraveen <https://github.com/seabeePraveen> sure. let me know if
you still interested.
to break it down this is more two issues with the same form. as the second
part is really small and can be done while fixing the primary bug i have
batched it together.
issue #1
<#1>:
-
contact form can be filled but nothing happens when submitted.
-
Contact Form:
The contact form on the website is currently not functioning properly.
It uses the emailjs library to send emails. The following steps need to be
taken to fix the issue:
-
Obtain your User ID from the EmailJS dashboard [Service ID:
service_vj4t28e]
-
Add the EmailJS library script tag to your HTML file.
-
Initialize the library in your JavaScript file using your User ID.
-
Update the form submission code to use the correct service and
template IDs.
-
Add ***@***.***" email address.
Add EmailJS Library to Your Project:
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
In your JavaScript file, initialize the EmailJS library your User ID:
emailjs.init('service_vj4t28e');
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVFU5TR7YDSHQPWXHO3KUDTXWTEXFANCNFSM6AAAAAAWUAO37A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@seabeePraveen okay go ahead and attempt. submit PR for review when done. will assign this to you. |
I noticed that the contact form on the index.html page is not working when submitted. When I click the "Submit" button, nothing happens. Additionally, I noticed that the titles of the form fields are aligned to the center, and I would like them to be aligned to the left for better readability. Please resolve this issue. To be looked into and investigated further. Aware that this is in fact two separate issues but the alignment of field titles seems small enough to squeeze in here.
The text was updated successfully, but these errors were encountered: