Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding contact form to a static website [closed]

I have to add a contact form to a static website. I already got some experience with forms, done 2 or 3 using django/python, but sadly using django is not an option here, it has to be added to a static website. Could you please tell me what options do I have?

like image 548
mmln Avatar asked Mar 02 '12 12:03

mmln


People also ask

Can a static website have contact form?

Ways of adding a form to a static website One way is to use a dedicated form builder like Typeform, Wufoo, or Google Forms. These services let you create forms and embed them in your site. You can even add custom CSS to make sure they match the rest of your design.

Should you have a contact form on every page?

Get More Leads With Contact FormsEvery page on your website needs a way to guide visitors through the process toward becoming happy customers, no matter what industry you're in. Whether you're… …it's important to encourage visitors to take the first step in their customer journey.


1 Answers

You could set up a Google Docs form to mimic a contact form and include the form into your website by using the snippet that Google tells you for your form.

By using notification rules you can get automatic notifications, every time someone fills out the form.

like image 110
Uwe Keim Avatar answered Sep 19 '22 09:09

Uwe Keim