Formoid
beautiful form maker

Formoid is a free desktop app that helps you easily create php contact form, php form validation, php form validation, jquery login form and more in a few seconds without writing a single line of code. Create magical online forms in just a few clicks.

Edit the contact form html code address

Q: Hi folks, is it possible when uploading the form to a site that the “from” be customizable? right now it is saying [email protected]… or [email protected]… thanks!

A: Open generated handler.php file and find the code:

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



change it into:

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