<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>123ContactForm Blog</title>
	
	<link>http://blog.123contactform.com</link>
	<description />
	<lastBuildDate>Thu, 09 Feb 2012 14:42:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/123contactformBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="123contactformblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">123contactformBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>New feature: Custom Email Templates</title>
		<link>http://blog.123contactform.com/2012/02/new-feature-custom-email-templates/</link>
		<comments>http://blog.123contactform.com/2012/02/new-feature-custom-email-templates/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:42:23 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[change notification content]]></category>
		<category><![CDATA[custom email notifications]]></category>
		<category><![CDATA[custom email template]]></category>
		<category><![CDATA[custom emails]]></category>
		<category><![CDATA[custom notifications]]></category>
		<category><![CDATA[customize email template]]></category>
		<category><![CDATA[customize notification content]]></category>
		<category><![CDATA[email templates]]></category>
		<category><![CDATA[notification email templates]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3443</guid>
		<description><![CDATA[Up to now, the notification email sent at form submission contained the entire filled in form. This was the message sent to the form owner and to other specified recipients. While this is still the best way to deliver submission content, there are cases when you want only specific submission information to be delivered by [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Up to now, the notification email sent at form submission contained the entire filled in form. This was the message sent to the form owner and to other specified recipients. While this is still the best way to deliver submission content, there are cases when you want only specific submission information to be delivered by email. (Complete submissions are always to be found in your <strong>Submissions</strong> section.) Or maybe you don&#8217;t want to receive user input by email but, instead, get a short notification message, simply letting you know that the form has been filled out by somebody.</p>
<p>We&#8217;ve just released <a href="http://www.123contactform.com/docs/notifications/#can-I-customize-the-content-of-the-email-notification-that-is-sent-when-the-form-is-submitted">custom email templates</a>, a feature that enables you to receive notifications customized in terms of content, layout and appearance. You can create new email templates in your <strong>Settings</strong> → <strong>Notifications</strong> → <strong>Customize Emails</strong> section.</p>
<p class="centerimage" style="text-align: center;"><a class="imagelink" href="http://www.123contactform.com/signup.html"><img class="size-full wp-image-3581 aligncenter" title="Email Templates" src="http://blog.123contactform.com/wp-content/uploads/2012/02/email-templates.png" alt="Email Templates" width="534" height="214" /></a></p>
<p>Click on <strong>Manage</strong> to open the customization lightbox and press <strong>Create New</strong> to set up a new email template. When the <strong>Preview</strong> is <strong>OFF</strong>, you can view and edit the HTML code of the notification template. Let&#8217;s go over several common customization options.</p>
<p>1. <strong>Less submission content</strong>. When you don&#8217;t want to include all user input in the notification email, delete the form fields that you don&#8217;t need. What you see in the customization lightbox is the code for the HTML table that holds the notification email content. Form fields are contained in individual rows, which are marked by the &lt;tr&gt; and &lt;/tr&gt; tags (beginning and end). Delete the code for the rows that you want out and save the new email template.</p>
<p style="text-align: center;"><a href="http://www.123contactform.com/signup.html"><img class="aligncenter size-full wp-image-3608" title="Custom Email Templates" src="http://blog.123contactform.com/wp-content/uploads/2012/02/custom-email-templates.png" alt="Custom Email Templates" width="605" height="336" /></a></p>
<p>2. <strong>No submission content, just an alert message</strong>. We started working on this feature when one of our users told us that he wanted to receive only an email alert and then to access the submission in his 123ContactForm account. Now you can achieve this by deleting the entire predefined content of the notification email and typing the alert message instead. Quick note: If you want to insert a line break, use the tag &lt;br /&gt; instead of pressing Enter.</p>
<p>3. <strong>Message containing user input</strong>. You can create <a href="http://www.123contactform.com/docs/notifications/#can-I-customize-the-content-of-the-email-notification-that-is-sent-when-the-form-is-submitted">notification email templates</a> consisting in more elaborate alert messages that contain user input elements. Use the codes listed on the right side of the customization lightbox to do this. Example: [%Name%] has just filled out your form and can be contacted at [%Email%]. Such codes can be used for each of the form fields and bring user input into the notification message.</p>
<p>4. <strong>HTML/CSS customization</strong>. If you like to play around with HTML and CSS, you can change and style the default submission table to brand the email template in the way that suits your company image best or you can start setting up an email template from scratch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/02/new-feature-custom-email-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create subusers &amp; subaccounts!</title>
		<link>http://blog.123contactform.com/2012/02/create-subusers-subaccounts/</link>
		<comments>http://blog.123contactform.com/2012/02/create-subusers-subaccounts/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 13:34:33 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[create sub account]]></category>
		<category><![CDATA[create sub user]]></category>
		<category><![CDATA[form subaccount]]></category>
		<category><![CDATA[form subuser]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3438</guid>
		<description><![CDATA[A significant part of our users are web designers who need to build online forms for their clients&#8217; websites. Their feedback often touches on how useful it would be to have subaccounts, that would allow clients to access and, why not, to manage forms themselves. Well, as we were telling you last time, subaccounts are [...]]]></description>
			<content:encoded><![CDATA[<p>A significant part of our users are web designers who need to build online forms for their clients&#8217; websites. Their feedback often touches on how useful it would be to have subaccounts, that would allow clients to access and, why not, to manage forms themselves. Well, as we were telling you last time, <a href="http://www.123contactform.com/docs/users/">subaccounts</a> are here! Let&#8217;s see what they&#8217;re all about.</p>
<p>To visit the <strong>Users</strong> section, click on the newly added tab in your main menu. The section is structured much alike your <strong>My Forms</strong> section, only that &#8211; instead of forms &#8211; it lists users.</p>
<p class="centerimage" style="text-align: center;"><a class="imagelink" href="http://www.123contactform.com/docs/users/"><img class="aligncenter size-full wp-image-3453" title="123ContactForm subaccounts" src="http://blog.123contactform.com/wp-content/uploads/2012/01/users-intro.png" alt="123ContactForm subaccounts" width="598" height="270" /></a></p>
<p>You can <a href="http://www.123contactform.com/docs/users/">create subusers</a>, edit their information and <a href="http://www.123contactform.com/docs/myforms/#management">manage permissions</a>. Subusers will access their accounts like any other 123ContactForm users and they will be on the service plan that you are on. Their login data will be sent to them via email, together with basic information on how to use the 123ContactForm platform.</p>
<p>How much control will subusers have over their forms? It is up to you. There are three permission levels &#8211; <strong>No access</strong>, <strong>View only</strong> and <strong>View &amp; Edit</strong> &#8211; that you can set, separately, for the sections <strong>Form Editor</strong>, <strong>Settings</strong>, <strong>Submissions</strong> and <strong>Reports</strong>.</p>
<p>How many subusers can a master account create? It depends on the plan that you are on. On the Platinum plan, you can create 5 subaccounts. On our new <a href="http://www.123contactform.com/docs/myaccount/#what-features-does-the-diamond-plan-provide">Diamond plan</a> &#8211; 20 subaccounts. If you need more than 20 subusers, <a href="http://www.123contactform.com/contactus.html">contact us</a>.</p>
<p>Read more about <a href="http://www.123contactform.com/docs/users/">how to set up 123ContactForm subaccounts</a> and get to work &#8211; your clients will be thrilled!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/02/create-subusers-subaccounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The kangaroo has brought subusers &amp; the new Diamond plan</title>
		<link>http://blog.123contactform.com/2012/02/platform-updates-part-1/</link>
		<comments>http://blog.123contactform.com/2012/02/platform-updates-part-1/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 11:04:14 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3501</guid>
		<description><![CDATA[
The kangaroo has arrived on the 123ContactForm main page with two major updates (other than its very presence): 123ContactForm subaccounts and a new service plan!
You are now able to create subusers and grant them access to viewing and editing the forms you&#8217;ve set up for them. Subusers will access their accounts like any other platform [...]]]></description>
			<content:encoded><![CDATA[<p class="centerimage"><a href="http://www.123contactform.com/"><img class="alignright size-full wp-image-3506" style="margin-left: 15px; margin-top: 5px;" title="123ContactForm Kangaroo" src="http://blog.123contactform.com/wp-content/uploads/2012/02/123ContactForm-Kangaroo1.png" alt="123ContactForm Kangaroo" width="266" height="290" /></a></p>
<p>The kangaroo has arrived on the 123ContactForm main page with two major updates (other than its very presence): <strong>123ContactForm subaccounts</strong> and <strong>a new service plan</strong>!</p>
<p>You are now able to create subusers and grant them access to viewing and editing the forms you&#8217;ve set up for them. Subusers will access their accounts like any other platform users and will be on the service plan you&#8217;re on. We&#8217;ll get into more detail in a future post. Meanwhile, learn more about <a href="http://www.123contactform.com/docs/users/">123ContactForm subaccounts</a> in our Help section.</p>
<p>Our new <a href="http://www.123contactform.com/features-matrix.html">Diamond plan</a> allows for creating 20 subaccounts. It is meant especially for web designers and agencies. It starts with a <strong>15-day free trial</strong>.</p>
<p>In fact, from now on, all paid plans – Gold, Platinum and Diamond – start with the two week trial. <a href="http://www.123contactform.com/signup.html">Upgrade your account</a> and start exploring them! And keep close – the kangaroo has unveiled only half of its suprises.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/02/platform-updates-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s with the kangaroo!?</title>
		<link>http://blog.123contactform.com/2012/01/whats-with-the-kangaroo/</link>
		<comments>http://blog.123contactform.com/2012/01/whats-with-the-kangaroo/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:29:56 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[123ContactForm kangaroo]]></category>
		<category><![CDATA[online form builder]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3401</guid>
		<description><![CDATA[We&#8217;ve noticed some strange activity in the 123ContactForm backend: there&#8217;s a kangaroo hopping around! It follows users throughout the entire form building process. And it&#8217;s been said that this new guy will soon take over the 123ContactForm homepage. Yet, the kangaroo seems like quite a nice fellow. Stay tuned!

]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve noticed some strange activity in the 123ContactForm backend: there&#8217;s a kangaroo hopping around! It follows users throughout the entire form building process. And it&#8217;s been said that this new guy will soon take over the 123ContactForm homepage. Yet, the kangaroo seems like quite a nice fellow. Stay tuned!</p>
<p class="centerimage" style="text-align: center;"><a class="imagelink" href="http://www.123contactform.com/"><img class="aligncenter size-full wp-image-3409" title="123ContactForm Kangaroo" src="http://blog.123contactform.com/wp-content/uploads/2012/01/123contactform-kangaroo1.png" alt="123ContactForm Kangaroo" width="621" height="413" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/01/whats-with-the-kangaroo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Producer: Collect real estate leads through your web forms</title>
		<link>http://blog.123contactform.com/2012/01/top-producer-collect-real-estate-leads-through-your-web-forms/</link>
		<comments>http://blog.123contactform.com/2012/01/top-producer-collect-real-estate-leads-through-your-web-forms/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 09:19:11 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[123ContactForm and Top Producer]]></category>
		<category><![CDATA[collect leads]]></category>
		<category><![CDATA[collect leads with web forms]]></category>
		<category><![CDATA[real estate leads]]></category>
		<category><![CDATA[send leads to top producer]]></category>
		<category><![CDATA[top producer integration]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=2722</guid>
		<description><![CDATA[Our list of third party integrations continues to expand! The newest integration is with Top Producer, the most intuitive real estate CRM on the web. The contact information collected through your 123ContactForm web forms will be added to your Top Producer lists with every form submission.

To gear up the integration with Top Producer for your [...]]]></description>
			<content:encoded><![CDATA[<p>Our list of third party integrations continues to expand! The newest integration is with <a href="http://www.topproducer.com/" target="_new">Top Producer</a>, the most intuitive <a href="http://www.topproducer.com/" target="_new">real estate CRM</a> on the web. The contact information collected through your 123ContactForm web forms will be added to your Top Producer lists with every form submission.</p>
<p style="text-align: center;"><a href="http://www.123contactform.com/docs/applications/#topproducer"><img class="size-full wp-image-3055 aligncenter" title="Top Producer Integration" src="http://blog.123contactform.com/wp-content/uploads/2011/11/top-producer.png" alt="Top Producer Integration" width="612" height="169" /></a></p>
<p>To gear up the <a href="http://www.123contactform.com/docs/applications/#topproducer">integration with Top Producer</a> for your form, go to your <strong>Settings</strong> → <strong>Applications</strong> section. Select <strong>Top Producer</strong> in the dropdown list and press <strong>Add</strong>. 123ContactForm generates a username that you will need in a second to set up the integration on the Top Producer side. This username contains your original 123ContactForm username and the ID of the form for which you set up the integration.</p>
<p>The next part is done in the Top Producer interface. Log in to your account, go to the <b>Settings</b> section, click on the tab <strong>Contacts</strong> and then on <strong>Lead Setup</strong>. The link <strong>Add Lead Provider</strong> opens a new section where you need to type the 123ContactForm information. Select <strong>123ContactForm</strong> in the <strong>Lead provider name</strong> dropdown; the <strong>URL</strong> box will be completed automatically. In the <strong>Username</strong> box, paste the username generated by 123ContactForm. Next, provide and confirm your password and select the person whom the leads created with the integration are meant for. Press <strong>Add Lead Provider</strong> and you&#8217;re done here.</p>
<p><a href="http://www.123contactform.com/docs/applications/#topproducer"><img class="alignright size-full wp-image-2922" style="margin-left: 10px;" title="Top Producer Integration" src="http://blog.123contactform.com/wp-content/uploads/2011/11/top-producer-application.png" alt="Top Producer Integration" width="391" height="295" /></a></p>
<p>Back to the 123ContactForm <strong>Settings</strong> section, click on <strong>Customize</strong> to open the customization lightbox and create field associations. Match the Top Producer fields listed on the left side of the box with 123ContactForm fields. Select the latter in the dropdown lists provided. <em>Email</em>, <em>First Name</em> and <em>Last Name</em> are required fields; all the rest are optional.</p>
<p>User information will now be transmitted from your <a href="http://www.123contactform.com">123ContactForm</a> web forms to your Top Producer account. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/01/top-producer-collect-real-estate-leads-through-your-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Building Tips &amp; Tricks</title>
		<link>http://blog.123contactform.com/2012/01/form-building-tips-tricks/</link>
		<comments>http://blog.123contactform.com/2012/01/form-building-tips-tricks/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:28:22 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[addres field]]></category>
		<category><![CDATA[calculate]]></category>
		<category><![CDATA[form building]]></category>
		<category><![CDATA[free online form builder]]></category>
		<category><![CDATA[hidden button]]></category>
		<category><![CDATA[hide buttons]]></category>
		<category><![CDATA[purchase]]></category>
		<category><![CDATA[region]]></category>
		<category><![CDATA[state]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[user agreement]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3342</guid>
		<description><![CDATA[We&#8217;ve prepared a set of tips and tricks that will show you how to obtain compelling results with some easy form tweaks. They might also trigger new ideas of your own for extending the capabilities of your forms.

Hidden buttons
Submit, Calculate and Purchase – these buttons can easily be hidden.
1. Submit: You can find this button [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve prepared a set of tips and tricks that will show you how to obtain compelling results with some easy form tweaks. They might also trigger new ideas of your own for extending the capabilities of your forms.</p>
<p><a href="http://www.123contactform.com/docs/formeditor/#how-to-remove-the-submit-button"><img class="size-full wp-image-3354 alignleft" style="margin-right: 10px;" title="hidden-form-buttons" src="http://blog.123contactform.com/wp-content/uploads/2012/01/first.png" alt="hidden-form-buttons" width="310" height="379" /></a></p>
<h2>Hidden buttons</h2>
<p><strong>Submit</strong>, <strong>Calculate</strong> and <strong>Purchase</strong> – these buttons can easily be hidden.</p>
<p>1. <strong>Submit</strong>: You can find this button listed in your <strong>Settings</strong> → <strong>Rules</strong> section. Set up a rule that hides it until a specific field is completed.</p>
<p>2. <strong>Calculate</strong>: If you don&#8217;t want for calculations to be available in your order form, paste this code: <span style="font-family:Courier New;">#id123-button-calc {display: none;}</span> in the <strong>Settings</strong> → <strong>Themes</strong> → <strong>Use Custom CSS</strong> section.</p>
<p>3. <strong>Purchase</strong>: But if you only want to give an order estimate and to receive no actual orders, use the code <span style="font-family:Courier New;">#id123-button-send {visibility: hidden;}</span>, which will hide the <strong>Purchase</strong> button.</p>
<p><a href="http://www.123contactform.com/docs/translations/#intro"><img class="alignright size-full wp-image-3362" style="margin-left: 10px;" title="region-state-address-field" src="http://blog.123contactform.com/wp-content/uploads/2012/01/region-state-address-field.png" alt="region-state-address-field" width="310" height="250" /></a></p>
<h2><em>State</em> instead of <em>Region</em></h2>
<p>The predefined <strong>Address</strong> field contains the subfield named <em>Region</em>. Many of our US users prefer to have the field instruction <em>State</em> displayed instead. Since our service is used worldwide, it is fair to stick to <em>Region</em> in the default version of the field.</p>
<p>But you can always change it into <em>State</em> really easily. In your <strong>Settings</strong> → <strong>Translations</strong> section, click on <strong>Add Translation</strong>, select <em>Region</em> in the dropdown list and type <em>State</em> in the text box. That&#8217;s it!<br />
<img class="alignleft size-full wp-image-3366" style="margin-right: 10px; margin-top: 25px; margin-bottom: 10px;" title="request-user-agreement" src="http://blog.123contactform.com/wp-content/uploads/2012/01/request-agreement.png" alt="request-user-agreement" width="310" height="200" /></p>
<h2>Agreement request</h2>
<p>When you want to make sure that form users agree with your <strong>Terms and Conditions</strong>, with a <strong>Privacy Policy</strong> or with similar documents, you can include a required and unlabeled one-choice <strong>Checkbox</strong> field at the bottom of your form, which makes it explicit that users are giving their consent. Right below it, place an <strong>HTML bloc</strong>k containing a link to the web page where they can access the document.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/01/form-building-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why web forms are perfect for web designers</title>
		<link>http://blog.123contactform.com/2012/01/why-web-forms-are-perfect-for-web-designers/</link>
		<comments>http://blog.123contactform.com/2012/01/why-web-forms-are-perfect-for-web-designers/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:12:04 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Contact Forms]]></category>
		<category><![CDATA[Online Surveys]]></category>
		<category><![CDATA[Order Forms]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[build a contact form]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[create an online survey]]></category>
		<category><![CDATA[forms and surveys for web designers]]></category>
		<category><![CDATA[free online form]]></category>
		<category><![CDATA[online forms for web designers]]></category>
		<category><![CDATA[online survey]]></category>
		<category><![CDATA[order form]]></category>
		<category><![CDATA[web forms for web designers]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3270</guid>
		<description><![CDATA[Quality web design requires generous time resources. Web form builders are meant to help designers and developers skip several coding phases, while allowing them to create forms that blend nicely with any website. This is because passionate design work shouldn&#8217;t be constrained by coding necessities.
So what makes web forms so important on a website? There [...]]]></description>
			<content:encoded><![CDATA[<p>Quality web design requires generous time resources. Web form builders are meant to help designers and developers skip several coding phases, while allowing them to create forms that blend nicely with any website. This is because passionate design work shouldn&#8217;t be constrained by coding necessities.</p>
<p>So what makes <a href="http://www.123contactform.com/online-form-web-designers/">web forms</a> so important on a website? There are several main reasons.</p>
<p style="text-align: center;"><a class="imagelink" href="http://www.123contactform.com/online-form-web-designers/"><img class="aligncenter size-full wp-image-3273" title="Online Forms for Web Designers" src="http://blog.123contactform.com/wp-content/uploads/2012/01/online-form-web-designers.png" alt="Online Forms for Web Designers" width="350" height="350" /></a></p>
<p>1. <strong>Contact forms and order forms are essential on the web</strong>. What is more appealing to clients&#8217; customers: an email address posted on the contact page or a stylish, easy to fill out web form? Web users migrate towards websites that welcome their messages.</p>
<p>2. <strong>Clients are usually in love with the websites designers create</strong>. They treat them like babies, they like to play with them and to witness their positive impact on the company&#8217;s image. Forms can provide the interaction that will keep your clients thrilled long after the first couple of days.</p>
<p>3. <strong>Forms bring added value</strong>. The scope of web forms can be wider than the one initially perceived. Forms can process payments and can be integrated with 3<sup>rd</sup> party apps &#150 like <a href="http://blog.123contactform.com/2011/07/add-contacts-to-your-mailchimp-mailing-lists/">MailChimp</a> or <a href="http://blog.123contactform.com/2011/07/import-contacts-to-your-salesforce-account/">SalesForce</a> &#8211; which turn them into real marketing tools. </p>
<p>For at least these three reasons, <a href="http://www.123contactform.com/online-form-web-designers/">web designers and web forms</a> make good allies. Online form builders are one of the quickest and easiest ways to make an impression and to keep clients enthusiastic about their websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2012/01/why-web-forms-are-perfect-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>We wish you a happy new year!</title>
		<link>http://blog.123contactform.com/2011/12/we-wish-you-a-happy-new-year/</link>
		<comments>http://blog.123contactform.com/2011/12/we-wish-you-a-happy-new-year/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 07:59:24 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[123ContactForm]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[winter holidays]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3236</guid>
		<description><![CDATA[
Here, at 123ContactForm, we&#8217;ve had our New Year&#8217;s party a bit earlier. Besides eating the best homemade cookies ever and laughing at each other&#8217;s dance moves, we&#8217;ve had a discussion about rejoining with family and childhood friends for the winter holidays.
We&#8217;ve agreed that Christmas and New Year&#8217;s Eve are amazing because, thanks to all the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.123contactform.com/"><img class="alignleft size-full wp-image-3268" style="margin-right: 20px;" title="123ContactForm Winter Holidays" src="http://blog.123contactform.com/wp-content/uploads/2011/12/christmas-wishes3.png" alt="123ContactForm Winter Holidays" width="240" height="347" /></a></p>
<p>Here, at 123ContactForm, we&#8217;ve had our New Year&#8217;s party a bit earlier. Besides eating the best homemade cookies ever and laughing at each other&#8217;s dance moves, we&#8217;ve had a discussion about rejoining with family and childhood friends for the winter holidays.</p>
<p>We&#8217;ve agreed that Christmas and New Year&#8217;s Eve are amazing because, thanks to all the love we&#8217;re surrounded by, we truly learn to perceive our mistakes as learning experiences, to believe in ourselves more and to think once again that everything is achievable.</p>
<p>So, for the new year, we wish you to believe in your projects, to grow them with dedication, inspiration and enthusiasm and to enjoy every step of the process. Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2011/12/we-wish-you-a-happy-new-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>123ContactForm + WordPress + PayPal</title>
		<link>http://blog.123contactform.com/2011/12/123contactform-wordpress-paypal/</link>
		<comments>http://blog.123contactform.com/2011/12/123contactform-wordpress-paypal/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:52:00 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Order Forms]]></category>
		<category><![CDATA[Paypal Order Forms]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[WordPress Contact Form plugin]]></category>
		<category><![CDATA[oder form for wordpress]]></category>
		<category><![CDATA[order form with paypal integration]]></category>
		<category><![CDATA[paypal order form]]></category>
		<category><![CDATA[paypal order form on wordpress]]></category>
		<category><![CDATA[post order form on wordpress]]></category>
		<category><![CDATA[wordpress contact form with payment integration]]></category>
		<category><![CDATA[wordpress form with payment integration]]></category>
		<category><![CDATA[wordpress order form]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3179</guid>
		<description><![CDATA[Some time ago, we were talking about how beautifully 123ContactForm integrates with Facebook and Twitter, to generate a maximum of exposure for your message. Now we&#8217;ll discuss another trio and see how to set it up – 123ContactForm web forms with PayPal payment integration, published on WordPress.
With WordPress order forms, you don&#8217;t need to get [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago, we were talking about how beautifully 123ContactForm integrates with <a href="http://blog.123contactform.com/2011/11/123contactform-facebook-twitter/">Facebook and Twitter</a>, to generate a maximum of exposure for your message. Now we&#8217;ll discuss another trio and see how to set it up – 123ContactForm web forms with <a href="http://www.123contactform.com/order-form-paypal-integration.html">PayPal payment integration</a>, published on WordPress.</p>
<p>With <a href="http://www.123contactform.com/wordpress-contact-form-plugin.html">WordPress order forms</a>, you don&#8217;t need to get your hands dirty with any source code whatsoever, although the mechanism behind your order form is complex and highly secure. Read below the three easy steps required to post your order form on WordPress.</p>
<p class="centerimage" style="text-align: center;"><a class="imagelink" href="http://www.123contactform.com/wordpress-contact-form-plugin.html"><img class="aligncenter size-full wp-image-3214" title="WordPress Order Form" src="http://blog.123contactform.com/wp-content/uploads/2011/12/wordpress-order-form1.png" alt="WordPress Order Form" width="578" height="325" /></a></p>
<p>1. <strong>Create your order form</strong>. To build your order form, you can start from the 123ContactForm <a href="http://www.123contactform.com/online-order-form/">order form template</a>. Add and edit form fields, list the products/services that you offer and customize an order form theme. Keep in mind that, when listing your products, you can use <a href="http://blog.123contactform.com/2011/10/choose-an-image-radio-buttons-with-images/">radio buttons with images</a>, to make the offer more attractive. Also, don&#8217;t forget to add your company logo to the order form theme.</p>
<p>2. <strong>Set up the payment integration</strong>. The most popular choice is the <a href="http://www.123contactform.com/order-form-paypal-integration.html">order form with PayPal payment integration</a>, but you can also create <a href="http://www.123contactform.com/google-checkout-form.html">Google Checkout order forms</a> or Authorize.net order forms. To set up the payment integration for your form, visit your <strong>Settings</strong> → <strong>Payments</strong> section. Select the payment processor(s) that you want to use, assign prices to fields, create advanced calculation formulas, if you need to, and customize payment notifications. Tick <em>Enable payments for this form</em> when you&#8217;re done to activate the payment integration for your order form.</p>
<p>3. <strong>Post your PayPal order form on WordPress</strong>. To post your order form on WordPress, you need to install the <a href="http://www.123contactform.com/wordpress-contact-form-plugin.html">123ContactForm plug-in for WordPress</a>: download it, unzip it and move it to your <em>wordpress/wp-content/plugins</em> directory; then, in your WordPress dashboard, click on the <strong>Plugins</strong> tab and press <strong>Activate</strong> for the plugin named <em>123ContactForm for WordPress</em>. The contact form plugin for WordPress is now installed and you can choose one of two different ways to publish your <a href="http://www.123contactform.com/order-form-paypal-integration.html">PayPal order form</a> on WordPress.</p>
<p>The first way to post your order form on WordPress is to visit your 123ContactForm <strong>Get Code &amp; Publish</strong> section, choose the <strong>Wordpress</strong> publishing option, copy the code provided and paste it in your post. The other way of publishing your WordPress order form is by using an API Key generated by 123ContactForm. After you paste this key in the WordPress interface (in the 123ContactForm plugin customization lightbox), all the forms that you have in your 123ContactForm account will be listed in the plugin lightbox and you simply need to choose the one that you want to post. Learn more about <a href="http://www.123contactform.com/wordpress-contact-form-plugin.html">how to post your order form on WordPress</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2011/12/123contactform-wordpress-paypal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Anatomy of an Event Registration Form</title>
		<link>http://blog.123contactform.com/2011/12/the-anatomy-of-an-event-registration-form/</link>
		<comments>http://blog.123contactform.com/2011/12/the-anatomy-of-an-event-registration-form/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:29:17 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[Event Registration Forms]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[event registration form]]></category>
		<category><![CDATA[free registration form]]></category>
		<category><![CDATA[online event registration]]></category>
		<category><![CDATA[online form]]></category>
		<category><![CDATA[online registration form]]></category>
		<category><![CDATA[registration form]]></category>

		<guid isPermaLink="false">http://blog.123contactform.com/?p=3088</guid>
		<description><![CDATA[There are several must-have sections in an appealing event registration form. Users should get, in one place, a brief event description and the possibility to register. This way, you&#8217;ll strengthen their wish to attend your event, you&#8217;ll be crystal clear from the beginning and you&#8217;ll receive a clean, consistent guest list at the end.
Let&#8217;s have [...]]]></description>
			<content:encoded><![CDATA[<p>There are several <em>must-have</em> sections in an appealing event registration form. Users should get, in one place, a brief event description and the possibility to register. This way, you&#8217;ll strengthen their wish to attend your event, you&#8217;ll be crystal clear from the beginning and you&#8217;ll receive a clean, consistent guest list at the end.</p>
<p>Let&#8217;s have a look at the 123ContactForm <a href="http://www.123contactform.com/event-registration-form/">online registration template</a>. It&#8217;s a good starting point for any event registration form you&#8217;ll build from now on. We&#8217;ll see what those registration form <em>must-have</em>&#8217;s are and how they should be approached for best results.</p>
<p style="text-align: center;"><a href="http://www.123contactform.com/event-registration-form/"><img class="aligncenter size-full wp-image-3106" title="Christmas Party Online Registration Form" src="http://blog.123contactform.com/wp-content/uploads/2011/12/event-registration-form.png" alt="Christmas Party Online Registration Form" width="522" height="790" /></a></p>
<p><strong>1. Logo.</strong> If the event is planned by an organization, be sure to include its logo in the registration form. Guests will know for sure who their host will be and you&#8217;ll gain exposure for the organization.</p>
<p><strong>2. Title.</strong> Use a short and descriptive title. Make it clear that it&#8217;s an event registration form that follows and, if possible, integrate the one or two keywords the event revolves around. Never skip the title &#8211; what&#8217;s obvious for you doesn&#8217;t have to be so for others.</p>
<p><strong>3. Brief event description.</strong> Tell or remind future guests what the event is about, where it takes place and when it&#8217;s going to happen. Don&#8217;t assume that users are familiar with these vital aspects. Instead, set up this section, which leaves no room for doubt.</p>
<p><strong>4. Map.</strong> Maps have multiple benefits: a. They give indications. <img src='http://blog.123contactform.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  b. They show how thoughtful the host is. c. They add visual impact to the registration form. d. They anchor a future event in the present and fuel users&#8217; determination to attend it.</p>
<p><strong>5. Guest&#8217;s name.</strong> This is the first field that requests user input. Split it into <em>First</em> and <em>Last</em>, to avoid any confusion should you want to give badges or send out cards.</p>
<p><strong>6. Guest&#8217;s contact data.</strong> Include any contact information category that is relevant for your event. Phone numbers should be required, to make possible any quick, last-minute conversation. Guests&#8217; addresses &#8211; electronic or physical &#8211; can be used to mail invitations, <em>thank you</em> letters or any other types of message.</p>
<p><strong>7. Number of guests.</strong> After you&#8217;ve collected names and contact information, it&#8217;s time to see what other details could be useful. Ask guests to specify how many persons will be joining them or what type of tequila they prefer &#8211; anything that helps in planning the event.</p>
<p><strong>8. Comments or questions.</strong> Up to now, all fields were required. The last section &#8211; <em>Comments or questions</em> &#8211; is optional for guests, but mandatory for you. Provide users with the means of asking a question or giving any additional information.</p>
<p><strong>9. <em>Register</em> button.</strong> It&#8217;s the tip of toes in what registration form anatomy is concerned. Replace button text with &#8220;Join us!&#8221;, &#8220;Here I come!&#8221; or &#8220;Let&#8217;s get the party started!&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.123contactform.com/2011/12/the-anatomy-of-an-event-registration-form/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

