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 on static website #10

Open
ashawe opened this issue Jul 30, 2020 · 5 comments
Open

Contact form on static website #10

ashawe opened this issue Jul 30, 2020 · 5 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ashawe
Copy link
Member

ashawe commented Jul 30, 2020

How will a contact form on a static website work?

We either have to create a server-side code to handle the form request and write some AJAX for the client side or we've to deploy a dynamic page on the server which the form can submit request too.

I noticed we're using tawk.to for sending messages. So is there any way in which we can use that form in conjunction with that plugin or maybe replace the form with the plugin?

@ashawe ashawe added bug Something isn't working help wanted Extra attention is needed labels Jul 30, 2020
@iamrohitsuthar
Copy link
Contributor

Yes, we can connect the form with the backend via ajax call.
I think we should also put the form on the website.
What do you think?

@ashawe
Copy link
Member Author

ashawe commented Jul 30, 2020

I think we should remove the default contact form and replace it with tawk.to's form so we don't need to write additional js and server side code ( plus the database ) to handle the contact form.

@ashawe ashawe removed their assignment Jul 30, 2020
@ashawe
Copy link
Member Author

ashawe commented Aug 4, 2020

@iamrohitsuthar any updates?

@ashawe ashawe pinned this issue Aug 4, 2020
@AswinAsok
Copy link

@ashawe Take a look at this : https://www.npmjs.com/package/html-form-send-email-via-google-script-without-server . I used this method to make my contact form work on my static website.

@ashawe
Copy link
Member Author

ashawe commented Aug 23, 2020

Thanks! @AswinAsok We'll take a look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants