<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" 
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" 
   xmlns:html="http://www.w3.org/1999/html" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
   <title>News &#38; Tips About FormSmarts Web Form Platform</title>
   <link>http://formsmarts.com/weblog</link>
   <description>A weblog for the FormSmarts online web form handler, with news, tips and HOWTOs to help you create HTML forms with FormSmarts.</description>
   <language>en</language>
   <copyright>Copyright 2007 Syronex</copyright>
   <ttl>60</ttl>
   <pubDate>Tue, 13 May 2008 20:53 GMT</pubDate>
<item>
   <title>How to Advertise Your Form to a Mailing List</title>
   <guid isPermaLink="false">html-form/how-to-advertise-your-form-to-a-mailing-list</guid>
   <link>http://formsmarts.com/weblog/html-form/how-to-advertise-your-form-to-a-mailing-list</link>
   <description><![CDATA[

<p>
A number of users take advantage of our flexible web form platform to
advertise a FormSmarts-hosted survey form or event registration form by
email.
</p>

There are a few things to keep in mind if you wish to include a form URL
in a newsletter or mailing campaign:

<ul>
<li>as specified in the <a href="/forms-terms-of-use">terms of use</a>, FormSmarts only allows advertising of a form URL by email for strict <em>opt-in</em> mailing lists</li>
<li>you must be a <a href="/form-owner-verification">verified form owner</a></li>
<li>you may only reference the form by including its URL, and must not attempt to embed the form in an HTML email</li>
</ul>

<p>
If you intend to email more than 1,000 subscribers, ask for a permission beforehand. We may ask you to schedule your mailing at a specific time if the expected click-stream is high.

When contacting FormSmarts, please indicate:
<ul>
<li>the rough number of subscribers of your list</li>
<li>whether this is a one off or recurring mailing</li>
<li>the date/time of your mailing(s)</li>
<li>whether advertising the form is the main purpose of the mail</li>
<li>whether you offer any incentives for form submissions</li>
</ul>
This information will help us estimate the server load to expect.
</p> 

]]></description>
   <category domain="http://formsmarts.com/weblog">html-form</category>
   <pubDate>Tue, 13 May 2008 20:53 GMT</pubDate>
</item>
<item>
   <title>Building Successful Web Forms, Part 1</title>
   <guid isPermaLink="false">html-form/building-successful-web-forms-part-1</guid>
   <link>http://formsmarts.com/weblog/html-form/building-successful-web-forms-part-1</link>
   <description><![CDATA[

<p>
Web forms play a key role for visitor (and customer) interaction on many
sites. However, many web designers don't realize that there may be huge
differences in form abandonment ratio, depending on how well the form is
designed. In this post and follow ups, we'll give you some tips to help
you make your web forms an effective communication channel.
</p>

<p>
<h4>Always provide form filling instructions.</h4> 
Don't assume that all of your visitors will understand how to submit a form without further explanation. Short and clear form filling instructions can reduce form abandonment, and increase the quality of the information collected.
<ul>
<li>include a call to action phrase like "Please fill out this form to
contact XYZ"</li>
<li>indicate the purpose of the form and the recipient of the information collected</li>
<li>if applicable, confirm that you will reply, and give an indication of the time frame</li>
</ul>
</p>

<p>
<h4>Select the correct data type for each input field.</h4>
Because of necessary <a href="/form-validation">form validation</a>, choosing and incorrect data type may prevent a form user from submitting valid information. When this happens, it is likely to lead to form abandonment. <br>
For example, if you specify that a form field can only contain a <em>Number</em>, it may not work for a phone number. 1233456789 will work, but not 123-345-6789. So use
the <em>Phone</em> type instead. In many cases, the form builder will
pre-select a type for you, but not always. Read
more about selecting an input field data type in the <a
href="http://formsmarts.com/form-builder-help#form-field-types">form builder documentation</a>.</p>

<p>
<h4>Choose the most appropriate input field widget.</h4> 

Don't restrict yourself to text boxes and drop-down lists. Take advantage of the full range of HTML form fields with radio buttons and checkboxes. Learn when to use each one.<br> 
Using a drop-down list for a yes/no question will slow down the form user, and increase the chances (s)he gives up. Use radio buttons instead. Read tips about choosing the best input field widget in the <a
href="http://formsmarts.com/form-builder-help#order-survey-form">form builder documentation</a>.</p>

<p>
<h4>Brand your forms for instant visual recognition.</h4>
Always brand your web forms with your own logo. This helps visitors
recognize at first sight who they are about to send information to.
</p>

]]></description>
   <category domain="http://formsmarts.com/weblog">html-form</category>
   <pubDate>Tue, 06 May 2008 22:21 GMT</pubDate>
</item>
<item>
   <title>Why Does Submitting a Form Require Two Steps?</title>
   <guid isPermaLink="false">form-handler/two-step-web-form-submission</guid>
   <link>http://formsmarts.com/weblog/form-handler/two-step-web-form-submission</link>
   <description><![CDATA[

<p>
Many form processors let visitors submit a form in only one step: users fill in the form, and are done after pressing the submit button. With FormSmarts, there is an extra confirmation step, during which users are invited to review and confirm the information submitted. There are two strong reasons why we added the confirmation step.
</p>

<p> The first reason is quality. FormSmarts is typically used for transaction where the information submitted is important. Important because the information collected is intended to be read by humans, rather than machines. Important because this information is often intended to be acted upon. </p>

<p><em>
By allowing users to review and modify their submission, we increase the accuracy of the information you get in the end.</em></p>

<p>Form users understand that, and it increases their confidence that you value the information they are sending you. Most of times, confirmation will only add a few seconds to the whole transaction.
</p>

<p>
The second reason is security and usability. Many form submissions are automated, or even manual spamming attempts, known as form spam or comment spam.
</p>
<p>
When a user presses the submit button, a lot more happens on the server than you may suspect. If we spot a likely spamming attempt, we'll ask the user to complete one or more tests (e.g. CAPTCHA test) on the confirmation page. But in the same time, the bulk of users will never be asked to waste time on a CAPTCHA test.
</p> 

]]></description>
   <category domain="http://formsmarts.com/weblog">form-handler</category>
   <pubDate>Wed, 23 Apr 2008 09:59 GMT</pubDate>
</item>
<item>
   <title>Getting Help on FormSmarts</title>
   <guid isPermaLink="false">html-form/write-reviews-to-pay-for-services</guid>
   <link>http://formsmarts.com/weblog/html-form/write-reviews-to-pay-for-services</link>
   <description><![CDATA[

<p>
At FormSmarts, we are pleased to let you use our web form platform absolutely free. However, whenever we have to help you in person, we ask you to spend a few minutes publicizing FormSmarts, before we take some of our time to help you.
</p>

<ul>

<li>post a video on <a ref="nofollow" href="http://youtube.com/">YouTube</a> showing how you use FormSmarts on your website, blog, MySpace, etc. </li>

<li>post a video on <a ref="nofollow" href="http://youtube.com/">YouTube</a> about a specific FormSmarts feature</li>


<li>write a review on <a rel="nofollow" href="http://www.hotscripts.com/Detailed/74109.html">HotScripts</a></li>

<li>write a review on <a rel="nofollow" href="http://cgi.resourceindex.com/detail/10647.html">CGI Resource Index</a></li>

<li>write a review on <a ref="nofollow" href="http://www.scripts.com/index.php?option=com_newreview&scriptid=23764">Scripts.com</a></li>

<li>post a <em>substantial</em> comment about a <a ref="nofollow" href="http://youtube.com/watch?v=Kj1yrKc71m0">FormSmarts demo video</a> on YouTube</li>
</ul>
<p>
Posting a video gets you manual ownership verification and logo validation of <b>all</b> your websites. Please write at least two or three lines per review.
</p>

<h3>About Writing Reviews &amp; Comments</h3>

We ask you to write reviews and comments that are useful to readers, not spam. If you're using FormSmarts, there must be reasons: talking about features you like about FormSmarts is probably a good start.


]]></description>
   <category domain="http://formsmarts.com/weblog">html-form</category>
   <pubDate>Thu, 17 Apr 2008 07:15 GMT</pubDate>
</item>
<item>
   <title>Form Fields Now Editable</title>
   <guid isPermaLink="false">form-builder/web-form-fields-are-now-editable</guid>
   <link>http://formsmarts.com/weblog/form-builder/web-form-fields-are-now-editable</link>
   <description><![CDATA[

The form builder now allows field modification. Click on the <img src="/static/img/edit.gif" width="15" height="15" alt="Form Field"> icon to edit a field. 

]]></description>
   <category domain="http://formsmarts.com/weblog">form-builder</category>
   <pubDate>Wed, 16 Apr 2008 21:29 GMT</pubDate>
</item>
</channel>
</rss>
