<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Online Form Builder Blog &#187; howto</title>
	<atom:link href="http://formsmarts.com/weblog/tag/howto/feed" rel="self" type="application/rss+xml" />
	<link>http://formsmarts.com/weblog</link>
	<description>The Online Form Builder Blog</description>
	<lastBuildDate>Fri, 04 May 2012 08:44:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Customize the Look of Your Forms with CSS</title>
		<link>http://formsmarts.com/weblog/form-builder/online-form-customize-style-css</link>
		<comments>http://formsmarts.com/weblog/form-builder/online-form-customize-style-css#comments</comments>
		<pubDate>Mon, 21 Nov 2011 20:16:00 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[form builder]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[form design]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog/?p=361</guid>
		<description><![CDATA[
The online form builder allows you to easily change the layout and colors of your forms when these are embedded into your website. This article discusses how to further customize the look of your online forms by providing your own CSS stylesheet. You can create one (or more) CSS stylesheet for each form.

Disclaimer

The feature discussed [...]]]></description>
			<content:encoded><![CDATA[<p>
The online form builder allows you to easily change the <a href="/weblog/html-form/form-layout">layout</a> and <a href="/weblog/form-builder/form-color-settings">colors</a> of your forms when these are embedded into your website. This article discusses how to further customize the look of your online forms by providing your own CSS stylesheet. You can create one (or more) CSS stylesheet for each form.
</p>
<h3>Disclaimer</h3>
<p style="background-color:#eee;">
The feature discussed in this article is UNOFFICIAL. It is NOT PART OF ANY FORMSMARTS COMMERCIAL OFFERS and we do not provide direct support for it. Feel free to <a href="/weblog/form-builder/online-form-customize-style-css#comment">post questions</a> at the bottom of this page. Changing the layout of a form may prevent it to display consistently across browsers.
</p>
<h2>Verify Your Site <del datetime="2012-02-18T10:41:06+00:00">&#038; Upload a Logo</del></h2>
<p>To be able to use your own CSS stylesheet, your first need to <a href="/form-owner-verification">verify your site</a> <del datetime="2012-02-18T10:41:06+00:00">and <a href="/customize-form-logo">upload a site logo</a></del>. Uploading a logo creates a website profile on FormSmarts and will allow you to provide your own CSS stylesheet. The logo will be shown on the standalone version of your forms and also on PayPal if you&#8217;re using <a href="/weblog/payment-form/advanced-paypal-integration-get-form-after-payment">Advanced Payment Integration</a>.</p>
<h2>Create a CSS Stylesheet</h2>
<p>The CSS code in your stylesheet will be loaded after the default FormSmarts CSS, so any instructions specified in it will override the default. We give a few examples of customizations in the Example section below. More will follow.</p>
<h2>Update the Embed Code on Your Site</h2>
<p>In the HTML snippet given in the <em>Form Publishing Info</em> screen of the form creator, change the query string portion of the URL from <span style="font-family:monospace;color:green;">mode=embed&amp;lay=1</span> to <span style="font-family:monospace;color:green;">mode=embed&amp;lay=1<span style="font-weight:bold;">&amp;style=css/form.css</span></span>, where <em>css/form.css</em> is the path to the CSS file <em>relative</em> to the root of your website. For example, if your website&#8217;s URL is <em>http://www.example.com</em>, the CSS file should be at <em>http://www.example.com/css/form.css</em>.</p>
<h2>CSS Styling Examples</h2>
<h3>Changing the Font and Color of Headings</h3>
<pre  style="color:green;">
h2{
font-family:serif;
font-size:14px;
color:orange;
}
</pre>
<h3>Changing the Layout of a Form to Multiple Columns</h3>
<p>
Logical sections defined by <a href="/weblog/form-builder/how-to-add-heading-text-block-to-web-form">headings</a> can be made into separate columns using the following CSS code and changing the <em>iframe</em> width accordingly.
</p>
<pre  style="color:green;">
#section_1{
width:350px;
float:left;
}
#section_2{
width:350px;
float:right;
}
</pre>
<p>
<img src="http://static.formsmarts.com/img/online-form-multiple-columns.png" alt="Online form with multiple columns" width="311" height="336"></p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/form-builder/online-form-customize-style-css/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Lay Out Form Input Fields</title>
		<link>http://formsmarts.com/weblog/html-form/how-to-design-web-forms</link>
		<comments>http://formsmarts.com/weblog/html-form/how-to-design-web-forms#comments</comments>
		<pubDate>Sun, 29 Jun 2008 14:05:44 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[HTML form]]></category>
		<category><![CDATA[form builder]]></category>
		<category><![CDATA[form design]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[input field]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog/?p=36</guid>
		<description><![CDATA[Your goal as a web publisher is maximize the number of (legitimate) respondents to your forms. A first step towards this goal is to lay out your forms in a way that is intuitive to users, makes forms faster to fill in, and minimizes form validation errors.
It follows four points you should consider when designing [...]]]></description>
			<content:encoded><![CDATA[<p>Your goal as a web publisher is maximize the number of (legitimate) respondents to your forms. A first step towards this goal is to lay out your forms in a way that is intuitive to users, makes forms faster to fill in, and minimizes <a href="http://formsmarts.com/form-validation">form validation</a> errors.</p>
<p>It follows four points you should consider when designing a web form:</p>
<ul>
<li>choose the most appropriate <a href="http://formsmarts.com/form-builder-help#order-survey-form">input field widget</a> for the situation</li>
<li> group fields together within logical sections</li>
<li>place multi-line text input fields (<em>textarea</em> in HTML) towards the bottom of the form</li>
<li> group optional fields together at the bottom of the form</li>
</ul>
<p>The first point is discussed in details in <a href="http://formsmarts.com/form-builder-help#order-survey-form">FormSmarts documentation</a>.</p>
<p>The second point commends, for example, that when you ask people about their contact details, you group all relevant fields (first name, last name, email,&#8230;) together. We found that most form designers tend to do that right. The <a href="http://formsmarts.com/form-builder" title="Form Creator">form builder</a> will in the future allow users to define different logical (and visual) <em>sections</em> within web forms.</p>
<p>Multi-line text input fields obviously tend to take longer to fill in than other input fields. They require more effort, thinking and typing, so place them after other fields. Visitors will be less inclined to abandon the form altogether if they have already spent time completing the first part of the form.</p>
<p>The last point is about grouping optional fields together at the bottom of the form. This allows people to quickly review the remaining questions, and skip the fields they don&#8217;t want to fill in or don&#8217;t apply to them. This may of course conflict with grouping fields within logical sections. In that case, place optional fields at the end of each logical section.</p>
<p><em>We&#8217;ve now enabled comments, and  we warmly welcome your thoughts and feedback about this post. if you&#8217;re reading this by email, just click on the title to post a reply.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/html-form/how-to-design-web-forms/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Embed a Form Into Your Site</title>
		<link>http://formsmarts.com/weblog/html-form/how-to-embed-a-web-form-on-your-site-or-blog</link>
		<comments>http://formsmarts.com/weblog/html-form/how-to-embed-a-web-form-on-your-site-or-blog#comments</comments>
		<pubDate>Wed, 21 May 2008 16:30:09 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[HTML form]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[form builder]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[web forms]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=31</guid>
		<description><![CDATA[Linking or Embedding?

FormSmarts supports two ways to integrate a form into your website or blog: linking and embedding. Embedding lets you place the form on your site alongside other content. Linking gives your form its own separate web page. Both have advantages and disadvantages. Many users think embedding the form into their site gives them [...]]]></description>
			<content:encoded><![CDATA[<h3>Linking or Embedding?</h3>
<p>
FormSmarts supports two ways to integrate a form into your website or blog: linking and embedding. Embedding lets you place the form on your site alongside other content. Linking gives your form its own separate web page. Both have advantages and disadvantages. Many users think embedding the form into their site gives them more control. That&#8217;s far from always being the best option.
</p>
<h4>Embed a Form When&#8230;</h4>
<ul>
<li>the web form is short &mdash; 10-15 input fields maximum</li>
<li>it is self comprehensible and form filling instructions are not needed</li>
</ul>
<p>Mailing list signup forms and simple <a class="motto" target="_blank" href="http://formsmarts.com/contact-form" title="Create  a Contact Form">contact forms</a> work well embedded.</p>
<h4>Link To a Form When&#8230;</h4>
<ul>
<li>the form is long or complex</li>
<li>the form is accessed both by web visitors and via a mailing list</li>
<li>the form in intended for a large audience, that may be using a wide range of browsers and devices</li>
<li>your audience includes <a title="Form for Mobile Phone" href="/weblog/form-builder/form-template-tooltips-mobile-forms">mobile phone</a> users</li>
<li>you expect a large number of form submissions</li>
</ul>
<p>Event registration forms and survey forms may perform better when accessed buy URL on their own page.</p>
<ul>
<li>forms accessed by URL load faster and are more scalable</li>
<li>they are statistically more reliable</li>
<li>they offer more flexibility</li>
<li>there are no sizing issues</li>
</ul>
<p>A word of wisdom: <em>Resist the temptation to systematically embed web forms on your site for irrational reasons &#8220;because it gives you more (apparent) control&#8221;. Some web forms perform better on their own page.</em>
</p>
<h3>Placing the Embedding Code On Your Site</h3>
<p><a id="widget-integration"></a><br />
To embed a form into your website, visit the <em>Forms</em> tab, and click <em>Embed</em> to see the form code.</p>
<p><img src="http://static.formsmarts.com/img/embed-web-form.gif" width="375" height="86" alt="Embed Form" ></p>
<p>Copy the HTML code, then paste it somewhere in the HTML source of the<br />
host page on your website or blog. If you&#8217;re using an online service like Blogger, that&#8217;s<br />
all you have to do. Otherwise, you need to publish the page to your web server.</p>
<p>
A word of warning: do <b>not</b> try to save the form as an HTML page, and publish that page. This will not work. You must paste the code exactly as given. Do not attempt to alter, remove, or hide the mention &#8220;web form by FormSmarts&#8221;, or the link to our Privacy Policy. This would be a breach of our Terms of Use, and your account would risk to be terminated without notice.
</p>
<h3>Changing a Form, Once the Code Is on Your Site</h3>
<p>Any changes you make to a form using the <a href="http://formsmarts.com/form-builder">form builder</a> will show up straight away on your website. You do not need to update the embedding code. However, as a result of adding more fields, or changing a text box to a larger text area, the frame containing the form may no longer be high enough to fit the form. You will then need to re-publish the embedding code to your site. See the section about Form Sizing below.</p>
<h3>Customizing Your Form</h3>
<p>
You can <a href="/form-builder-help#modify-form">customize several aspects of your forms</a> in the Form Details screen of your account.
</p>
<h3>Web Form Sizing</h3>
<p><a id="widget-size"></a></p>
<h4>Why Is There Extra Space at the Bottom of the Form?</h4>
<p>Forms are contained within an HTML frame (&#8220;iframe&#8221; for geeks). The frame has a fixed size, which is computed for each form, based on several factors, like the number and type of fields used, and the form layout chosen.<br />
It is necessary to leave room at the bottom of the form for error messages that may need to be displayed during a form submission. That&#8217;s the reason for the extra space at the bottom of a form.</p>
<h4>Manually Changing Form Height and Width</h4>
<p>You can change the size of a web form widget by editing the value of the <em>height</em> and <em>width</em> attributes in the HTML snippet (a.k.a. form embed code) given by the form builder. <br />
We do not recommend changing the height of forms. If you do, remember to allow extra space at the bottom of the form, as discussed in the previous section.<br />
The width of embedded web forms can be resized down to 360px without side-effects, and should degrade well beyond that.</p>
<h4>How Do I Get Rid of the Vertical Scrollbar</h4>
<p>
With time, you may need to add more fields to your forms, but forget to refresh the form HTML code on your site. Since the frame height is hard-coded into the code on your website, the form may no longer fit into the frame, and a vertical scrollbar will then appear. That is not desirable on a usability standpoint, so you are advised to update the code on your site whenever you add new fields, or change a text box to a text area.
</p>
<h3>Only One Form Per Page</h3>
<p>It is against our terms of service to embed more than one form in a single web page.</p>
<h3>Embed a Form to a Facebook Fan Page</h3>
<p>The easiest way to add a form to a Facebook page is to use the FormSmarts URL that comes with each form. Click on the URL link in the Forms Tab of the form builder to show form URLs instead of embedding code. You may also  embed the form into your Facebook page using an FBML Box. See instructions to <a href="/facebook-form-widget-add-form-to-facebook-page-or-profile-in-static-fbml-box">embed a form to Facebook</a>. Feel free to post your questions in the <a href="http://formsmarts.com/facebook?v=app_2373072738" rel="nofollow">relevant thread of our forum</a> on FormSmarts&#8217; Facebook page if you need help.</p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/html-form/how-to-embed-a-web-form-on-your-site-or-blog/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>How to Advertise Your Form to a Mailing List</title>
		<link>http://formsmarts.com/weblog/html-form/how-to-advertise-your-form-to-a-mailing-list</link>
		<comments>http://formsmarts.com/weblog/html-form/how-to-advertise-your-form-to-a-mailing-list#comments</comments>
		<pubDate>Tue, 13 May 2008 16:53:54 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[HTML form]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mailing]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=30</guid>
		<description><![CDATA[
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.

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

as specified in the terms of use, FormSmarts only allows advertising of a [...]]]></description>
			<content:encoded><![CDATA[<p>
A number of users take advantage of our flexible web form platform to<br />
advertise a FormSmarts-hosted survey form or event registration form by<br />
email.
</p>
<p>There are a few things to keep in mind if you wish to include a form URL<br />
in a newsletter or mailing campaign:</p>
<ul>
<li>as specified in the <a href="http://formsmarts.com/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="http://formsmarts.com/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.</p>
<p>When contacting FormSmarts, please indicate:</p>
<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>
<p>This information will help us estimate the server load to expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/html-form/how-to-advertise-your-form-to-a-mailing-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Successful Web Forms, Part 1</title>
		<link>http://formsmarts.com/weblog/html-form/building-successful-web-forms-part-1</link>
		<comments>http://formsmarts.com/weblog/html-form/building-successful-web-forms-part-1#comments</comments>
		<pubDate>Tue, 06 May 2008 18:21:42 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[HTML form]]></category>
		<category><![CDATA[form builder]]></category>
		<category><![CDATA[form design]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[input field]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=29</guid>
		<description><![CDATA[
Web forms play a key role for visitor (and customer) interaction on many
sites. However, many web designers don&#8217;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&#8217;ll give you some tips to help
you make your web forms an effective communication [...]]]></description>
			<content:encoded><![CDATA[<p>
Web forms play a key role for visitor (and customer) interaction on many<br />
sites. However, many web designers don&#8217;t realize that there may be huge<br />
differences in form abandonment ratio, depending on how well the form is<br />
designed. In this post and follow ups, we&#8217;ll give you some tips to help<br />
you make your web forms an effective communication channel.
</p>
<p><h4>Always provide form filling instructions.</h4>
<p>Don&#8217;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.</p>
<ul>
<li>include a call to action phrase like &#8220;Please fill out this form to<br />
contact XYZ&#8221;</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><h4>Select the correct data type for each input field.</h4>
<p>Because of necessary <a href="http://formsmarts.com/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<br />
the <em>Phone</em> type instead. In many cases, the form builder will<br />
pre-select a type for you, but not always. Read<br />
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>
<p>Don&#8217;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>
<p>Always brand your web forms with your own logo. This helps visitors<br />
recognize at first sight who they are about to send information to.</p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/html-form/building-successful-web-forms-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Web Form Creator Demo Video Available</title>
		<link>http://formsmarts.com/weblog/form-builder/web-form-creator-demo-video-updated</link>
		<comments>http://formsmarts.com/weblog/form-builder/web-form-creator-demo-video-updated#comments</comments>
		<pubDate>Tue, 25 Mar 2008 21:55:37 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[form builder]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=23</guid>
		<description><![CDATA[We&#8217;ve added a new demonstration video to help new FormSmarts users get started. The video is on YouTube, and a higher quality version is available for download form the Internet Archive.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve added a new demonstration video to help new FormSmarts users get started. The video is on <a href="http://youtube.com/watch?v=Kj1yrKc71m0" rel="nofollow" target="_blank">YouTube</a>, and a higher quality version is available for download form the <a href="http://www.archive.org/details/CreateAWebFormInMinutesWithFormsmartsFormBuilder" rel="nofollow" target="_blank">Internet Archive</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/form-builder/web-form-creator-demo-video-updated/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips for Web Form Users with Non-English Language Websites</title>
		<link>http://formsmarts.com/weblog/form-handler/tips-for-form-users-with-non-english-language-websites</link>
		<comments>http://formsmarts.com/weblog/form-handler/tips-for-form-users-with-non-english-language-websites#comments</comments>
		<pubDate>Tue, 11 Mar 2008 14:45:17 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[form handler]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=21</guid>
		<description><![CDATA[Many users in non-English speaking countries now use FormSmarts, so we thought we would post a few recommendations for them.

When building your forms with the form creator, use the text data type for any fields that may contain non-English characters, such as the accented characters found in many European languages.
Note that non-European languages like Arabic, [...]]]></description>
			<content:encoded><![CDATA[<p>Many users in non-English speaking countries now use FormSmarts, so we thought we would post a few recommendations for them.</p>
<p>
When building your forms with the <a href="http://formsmarts.com" title="FormSmarts Form Builder" class="motto">form creator</a>, use the <em>text</em> data type for any fields that may contain non-English characters, such as the accented characters found in many European languages.<br />
Note that non-European languages like Arabic, Chinese, Hebrew, Japanese and Russian are not supported at this time.
</p>
<p>
As you know, FormSmarts form handler is not a simple form to email processor script like FormMail. Each and every web form submission is analyzed in real time, and the user may be asked to complete a challenge  if we suspect a <a href="http://formsmarts.com/form-spam" title="FormSmarts Form Spam Filter">form spam</a> attempt. Although anyone capable of reading elementary English should be able to understand what is expected from him/her in that context, this is something you may have to take into account when designing your web forms. You could for example warn users in the <em>form filling instructions</em>.
</p>
<p>
If you need help, we provide limited support in French, German, and Chinese (as well as English, of course.) You can write us in any of those languages, but we will only reply in English.</p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/form-handler/tips-for-form-users-with-non-english-language-websites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Simple Contact Form with FormSmarts: Watch the Video</title>
		<link>http://formsmarts.com/weblog/html-form/create-a-contact-form-with-formsmarts-video</link>
		<comments>http://formsmarts.com/weblog/html-form/create-a-contact-form-with-formsmarts-video#comments</comments>
		<pubDate>Sun, 16 Dec 2007 19:03:33 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[HTML form]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=8</guid>
		<description><![CDATA[If you are here wondering how long it would take you to build a fully functional contact form with FormSmarts, get the video from Youtube or Dailymotion.
It&#8217;s a user-contributed video (thanks Dan), so don&#8217;t expect professional making and voiceover. If you can do better, let us know.
]]></description>
			<content:encoded><![CDATA[<p>If you are here wondering how long it would take you to build a fully functional <a href="http://formsmarts.com/contact-form" title="Create a Web Contact Form">contact form</a> with FormSmarts, get the video from <a href="http://www.youtube.com/watch?v=PLDosUye8yo" title="FormSmarts demo" target="syronex_help" rel="nofollow">Youtube</a> or <a href="http://www.dailymotion.com/video/x3h0yn_create-a-web-contact-form-in-one-mi_tech" title="FormSmarts demo" target="syronex_help" rel="nofollow">Dailymotion</a>.</p>
<p>It&#8217;s a user-contributed video (thanks Dan), so don&#8217;t expect professional making and voiceover. If you can do better, let us know.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/html-form/create-a-contact-form-with-formsmarts-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a Good Web Form Title</title>
		<link>http://formsmarts.com/weblog/form-builder/choosing-a-good-web-form-title</link>
		<comments>http://formsmarts.com/weblog/form-builder/choosing-a-good-web-form-title#comments</comments>
		<pubDate>Sat, 15 Dec 2007 18:55:09 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[form builder]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=7</guid>
		<description><![CDATA[Most visitors will notice that they are submitting a form not from your website, but from FormSmarts.com. For users to be confident they are sending information to the right person, include your name or website name in the form title.
For example, &#8220;Contact Edgar Poe&#8221; is a more informative and useful title than &#8220;Contact Form&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>Most visitors will notice that they are submitting a form not from your website, but from FormSmarts.com. For users to be confident they are sending information to the right person, include your name or website name in the form title.</p>
<p>For example, &ldquo;Contact Edgar Poe&rdquo; is a more informative and useful title than &ldquo;Contact Form&rdquo;.</p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/form-builder/choosing-a-good-web-form-title/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Form Filling Instructions to Your Web Forms</title>
		<link>http://formsmarts.com/weblog/form-builder/adding-form-filling-instructions</link>
		<comments>http://formsmarts.com/weblog/form-builder/adding-form-filling-instructions#comments</comments>
		<pubDate>Thu, 06 Dec 2007 11:56:29 +0000</pubDate>
		<dc:creator>FormSmarts</dc:creator>
				<category><![CDATA[form builder]]></category>
		<category><![CDATA[form design]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://formsmarts.com/weblog2/?p=6</guid>
		<description><![CDATA[You can now specify Form Filling Instructions for your web forms. Although this field is optional, we encourage you to make use of it. It will help your visitors complete the form more efficiently, and also help you build trust with them. Here are some information you may want to place in the Form Filling [...]]]></description>
			<content:encoded><![CDATA[<p>You can now specify Form Filling Instructions for your web forms. Although this field is optional, we encourage you to make use of it. It will help your visitors complete the form more efficiently, and also help you build trust with them. Here are some information you may want to place in the Form Filling Instructions.</p>
<p>Remind users of the purpose of the form to avoid people submitting the wrong form.</p>
<p>Precise the intended content of particular fields. This will help your visitors complete the form accurately and efficiently.</p>
<p>State for which purposes you will use the data submitted, and whether the data will be shared with a third party. This is particularly important if you collect email addresses and other personally identifying information. People are often concerned about their privacy when submitting forms, so having a clear privacy policy will help build trust with your users.</p>
<p>
Include the name of your website, so visitors can be confident they are contacting the right person or organization.
</p>
<p>Whenever relevant, give an estimated response time, e.g. &ldquo;we normally reply within 2 working days&rdquo;. </p>
]]></content:encoded>
			<wfw:commentRss>http://formsmarts.com/weblog/form-builder/adding-form-filling-instructions/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

