Formoid
beautiful form maker

Formoid is a free desktop app that helps you easily create joomla contact form, javascript forms, jquery form, templates website and more in a few seconds without writing a single line of code. Create fantastic online forms in just a few clicks.

Alternate Captcha perhaps in the near future

Q: Hi,
I got your email about your form and it looks awesome, however there are a few things.
1. Can there be an alternate Captcha perhaps in the near future, that style of Captcha you have, users struggle with and my concern is sales get lost due to users not wanting to fill it out as they struggle to read the code.

2. Are the forms stored on the users website or do you host all forms?
Kind Regards

A: 1. It's impossible to change the style of Capcha. There are not required fields in Formoid application, so you can add the fields that you want to use only.

2. 1) Use "Preview and test" button. You form will be saved and processed on our server.
Backend on formoid.com will make validation of submitted information and send it at email
address that you specified in application. Your form will be saved into our database and
you'll able to see it using "My forms" button in application window.

You can add the form to your page in the following ways:
* Copy the link from the browser's address field and add it to button/menu item on your
webpage.
* Copy the link from the browser's address field and use it with iframe.
* Copy the link from the browser's address field and use it with tag.

2) Use your own server and our server-side
PHP code (backend). You form will be saved and
processed on your server in this case. Our backend make validation of submitted
information and send it at email address that you specified in application.

To add the form to your page you should:
a) Upload files generated with Formoid app. on your php server.
b) Use link to .php file (generated with Formoid) as link to your form.

Notice that if you want to use this method, your server should support PHP.

3) If you server doesn't support PHP, you can use Formoid app. to design the form
appearance only. You should write server-side script by yourself.

Use generated .html file in this case.