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

Contact form not working and field titles centered #1

Open
Dave-Vermeulen opened this issue Apr 5, 2023 · 4 comments
Open

Contact form not working and field titles centered #1

Dave-Vermeulen opened this issue Apr 5, 2023 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Dave-Vermeulen
Copy link
Owner

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.

@Dave-Vermeulen Dave-Vermeulen self-assigned this Apr 5, 2023
@Dave-Vermeulen Dave-Vermeulen added bug Something isn't working good first issue Good for newcomers labels Apr 5, 2023
@seabeePraveen
Copy link

i am intrested in doing this can i do this??

@Dave-Vermeulen
Copy link
Owner Author

Dave-Vermeulen commented Aug 22, 2023

@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:

  • 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 "davver911@gmail.com" 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');

issue #2:

  • contact form window sub-headers 'Name' 'Email' 'Message' need to left aligned above the field windows.

@seabeePraveen
Copy link

seabeePraveen commented Aug 23, 2023 via email

@Dave-Vermeulen
Copy link
Owner Author

@seabeePraveen okay go ahead and attempt. submit PR for review when done. will assign this to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants