Formoid
killer form maker

Formoid is a free desktop app that helps you easily create css3 form, email form, web form, html forms and more in a few seconds without writing a single line of code. Create fantastic online forms in just a few clicks.

Everything is easy and intuitive to use

Q: Version 1.7 works much better.
Everything is easy and intuitive to use.
Any idea what you plan to charge?
Is it possible to have the sender's e-mail address linked as mailto: in the e-mail sent via the form? In the same way that the website URL is now linked. Or better still, as I suggested before, have the sender's e-mail appear in the e-mail when you respond to the submitted form.
A setting to automatically add a subject line to the response would be great too. For example [email protected]?subject: Feedback from MyWebsite.com
Also, the auto response works fine but it would be great to have more control over the color and html forms fonts.
I do have a question about how to add one of these forms to my website.
When I copy and paste the HTML code into my page, the formatting is lost. How do I get the form to display properly when I add it to my website.
In the attached, the form on the left if how it looks when I preview the site in my browser. On the right is when I have copied the code from the index file and add it to my index.html file.

A: Please, open handler.php and find the code:

$headers = "From: robot@" . $_SERVER['HTTP_HOST'] . "\r\n";



change it into

$headers = "From: [email protected]\r\n";