As you see you can sign up for free and login with you Google or Yahoo account directly.
After logging in, choose Zoho creator from the list of services provided
You’ll be asked to choose a plan, you can stick with the free plan for now, since our contact form doesn’t need anything special.
The following step, is to create the application and configure it as in the following picture :
Fill in the application name and the form name and choose “create from scratch”, you may also want to take a look at the templates provided. Finally choose “public” for the application type, and hit “Create now”.
Now you’ll be redirected to a page where you can design your form, you can drag and drop lot of elements you may someday need in a form.
In our case, we will use a “single line” control for the name, an “email” control for the email, a “url” for the webpage location, and “multi line” control for the message body.
When you drag and drop a control to the form, you will be asked to provide some configuration settings for the control as follows
In our case, all the fields are required except for the url which is optional.
You can also check to deny duplicates, in fact those forms are mutli purpose, you can built even very advanced applications with for your business without the need to design your own database or to handle the form input and errors checking.
Our end form looks like this
Ok now we will configure the form to send us the messages once users submit the form for that, hover on “more actions” and choose “send mail notifications” :
(that far if you use google chrome it won’t show up, so try a different browser)
In the form that will show up, fill in the email that you want to receive the notifications on, and check “include user submitted data” so that you won’t need to login to zoho in order to see the messages, and you might also add a subject for your notifications so you can make filters for then in you email.
Now everything is ready, hit “access this application”
At this point you are on the form your users will see to send you messages, click “more actions” and choose “embed in your website”
Now you can see the code of the form that you can embed in you blog, there are advanced options to customize your form too, like the success message and the Next url that the form will be redirected to after submission, colors, width…
Now all the work done just login to you blogger create a new post and copy past the code above to your post, you may also want to disable comments and backlinks for that post.
Of course you can imagine many advanced uses for such a plugin, from making simple feedback to date time managmenet and meeting, I'll leave that to you creativity :).