<?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>Brontoversity &#187; forms</title>
	<atom:link href="http://brontoversity.com/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://brontoversity.com</link>
	<description>Product Education for Bronto's Email Marketing Application</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:57:46 +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>DIY Integrations: Getting Contacts Into Your Account With Direct Add</title>
		<link>http://brontoversity.com/2009/08/31/diy-integrations-getting-contacts-into-your-account-with-direct-add/</link>
		<comments>http://brontoversity.com/2009/08/31/diy-integrations-getting-contacts-into-your-account-with-direct-add/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:06:31 +0000</pubDate>
		<dc:creator>Lucas Weber</dc:creator>
				<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[API Legacy Version 3]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[DirectAdd]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=4394</guid>
		<description><![CDATA[Integrating your website or database with a third party application (like Bronto) can be a pain. It can take hours of expensive development work, and requires in-depth planning and forethought.  Luckily, if you have web programming experience, you can get some basic integrations up and running in a relatively short amount of time.
Our DIY Integrations [...]


Related posts:<ol><li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
<li><a href='http://brontoversity.com/2010/04/23/adding-contacts-to-a-specific-list-with-direct-add/' rel='bookmark' title='Permanent Link: Adding Contacts To A Specific List With Direct Add'>Adding Contacts To A Specific List With Direct Add</a> <small>A few months ago, Lucas Weber wrote a post called...</small></li>
<li><a href='http://brontoversity.com/2010/02/23/are-you-aware-of-direct-unsubscribe/' rel='bookmark' title='Permanent Link: Are You Aware of Direct Unsubscribe?'>Are You Aware of Direct Unsubscribe?</a> <small>Typically contacts in Bronto can unsubscribe by either clicking the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2009/08/arrows.jpg" target="_blank"></a><img class="alignright size-full wp-image-4509" src="http://brontoversity.com/wp-content/uploads/2009/08/arrows.jpg" alt="Direction Arrows" width="265" height="179" />Integrating your website or database with a third party application (like Bronto) can be a pain. It can take hours of expensive development work, and requires in-depth planning and forethought.  Luckily, if you have <strong>web programming experience</strong>, you can get some basic integrations up and running in a relatively short amount of time.</p>
<p>Our DIY Integrations series will explore how to set up these mini-integrations.  In this episode, we&#8217;ll be talking about a feature called Direct Add.  We won&#8217;t be doing a step-by-step walk through here, as every implementation will be a bit different.  Rather, this post is more of an overview describing what the feature is and general information on how to implement it.</p>
<h3>Direct Add</h3>
<p>The Direct Add feature enables you to feed information from forms on your site directly into your Bronto mailing lists. This feature adds data to your account by calling a specially formatted image tag that contains account-specific parameters.  To get started using Direct Add, you&#8217;ll need to create a Web Form in your Bronto account that includes all of the fields that you would like to pass from a form on your website.   Once the Bronto Web Form is created, you can access the code to implement this feature by clicking the Advanced Form Usage tab, and then scrolling down to the Direct Add section.</p>
<p style="text-align: center;"><a href="http://brontoversity.com/wp-content/uploads/2009/08/advancedformusage.jpg" target="_blank"><img class="aligncenter size-full wp-image-4520" src="http://brontoversity.com/wp-content/uploads/2009/08/advancedformusage.jpg" alt="Advanced Form Usage Tab" width="486" height="210" /></a></p>
<p style="text-align: center;">
<p>Below is an example of a possible Direct Add URL:</p>
<div style="overflow:scroll;"><code><br />
&lt;img height="0" width="0" border="0" src="http://yoursite.com/public/actionpage/subscriber_add/?fn=Mail_ActionPage_FormResponse&amp;pid=2w3p6t0sr07lrwcwxe9wz3xunurhe&amp;ssid=2&amp;email=example@example.com"&amp;field_data[13405]=insertvaluehere&amp;field_data[13495]=insertvaluehere"&gt;</code></div>
<p style="padding-top:10px;">The first part of the path (http:// through the ID string) notifies the application of the account, list, and form with which the path is associated. &#8220;&amp;a=DirectAdd&#8221; is calling the actual function to process the data that is to follow. The last bit is the actual string that was created earlier in your script.  To make sure that field values are correctly mapped from your account to the Direct Add form, we provide a list of available field values (click screenshot below).<br />
<a href="http://brontoversity.com/wp-content/uploads/2009/08/directadd.jpg" target="_blank"><img style="float:middle; padding:5px 5px 5px 5px;" src="http://brontoversity.com/wp-content/uploads/2009/08/directadd.jpg" alt="Direct Add" width="500" height="300" /></a><br />
The name of the field will come first, followed by an equal sign, and then the actual value. To add additional fields and values, you will tack on an ampersand and then repeat the format for the first field.</p>
<p><a href="http://brontoversity.com/wp-content/uploads/2009/08/bronto-edit-add-contact-webform_-liz-test-lists.jpg" target="_new"><img style="float:middle; padding:5px 5px 5px 5px;" title="Field URL" src="http://brontoversity.com/wp-content/uploads/2009/08/bronto-edit-add-contact-webform_-liz-test-lists.jpg" alt="Field URL" width="277" height="82" /></a><br />
Once your URL is set up, you can place it within the body tag of the confirmation or thank you page of your website form.  It is very important that the URL is placed on the page following the actual form so that data that is inserted into the form can be passed to the URL string.</p>
<p>So that is a simple breakdown on how to push information from your form to Bronto using Direct Add.  This method is definitely not for everyone, and does require some experience with web programming. However, with the right know how, Direct Add is a great way to get integrated without fussing with an API.  Join us next time on DIY Integrations when we&#8217;ll be talking about the Direct Update feature.</p>
<p><em>Lucas Weber<br />
Bronto Client Services</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
<li><a href='http://brontoversity.com/2010/04/23/adding-contacts-to-a-specific-list-with-direct-add/' rel='bookmark' title='Permanent Link: Adding Contacts To A Specific List With Direct Add'>Adding Contacts To A Specific List With Direct Add</a> <small>A few months ago, Lucas Weber wrote a post called...</small></li>
<li><a href='http://brontoversity.com/2010/02/23/are-you-aware-of-direct-unsubscribe/' rel='bookmark' title='Permanent Link: Are You Aware of Direct Unsubscribe?'>Are You Aware of Direct Unsubscribe?</a> <small>Typically contacts in Bronto can unsubscribe by either clicking the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/08/31/diy-integrations-getting-contacts-into-your-account-with-direct-add/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working With Surveys In Email</title>
		<link>http://brontoversity.com/2009/05/28/working-with-surveys-in-email/</link>
		<comments>http://brontoversity.com/2009/05/28/working-with-surveys-in-email/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:07:59 +0000</pubDate>
		<dc:creator>Adam Covati</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[surveys]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=2924</guid>
		<description><![CDATA[Surveys are something marketers want to do all the time. It&#8217;s best to know as much about your target audience as possible. What better way than to just ask them, right? For email marketers, the ease of web forms are all too appealing.
But don&#8217;t be seduced into doing something you&#8217;ll regret.
Surveys in email seems like [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/05/04/got-the-email-rendering-blues/' rel='bookmark' title='Permanent Link: Got The Email Rendering Blues?'>Got The Email Rendering Blues?</a> <small>Background images not rendering in Outlook? Tables not looking quite as...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Surveys are <img style="float:right; padding:5px 5px 5px 5px;" title="Surveys In Email" src="http://brontoversity.com/wp-content/uploads/2009/05/321370565_ff92d896e4.png" alt="Surveys In Email" width="327" height="274" />something marketers want to do all the time. It&#8217;s best to know as much about your target audience as possible. What better way than to just ask them, right? For email marketers, the ease of web forms are all too appealing.</p>
<p style="text-align: center;"><em>But don&#8217;t be seduced into doing something you&#8217;ll regret.</em></p>
<p>Surveys in email seems like a natural synergy. You are already having a conversation with some one through email, why not just add a few questions in there? The problem is that a large percentage of email clients just plain don&#8217;t support forms. Let me say that again, <em><strong>Surveys</strong></em><strong><em> will not work in many email clients</em></strong>.</p>
<p>But don&#8217;t fear, that doesn&#8217;t mean you can&#8217;t send out surveys, it just means you should handle them carefully.</p>
<h3>Simple Surveys Measured By Clicks</h3>
<p>If you can simplify your survey down to one important question, then you can just track it with a click. That&#8217;s right, just provide a few links for your recipients to click as the answer, and your click reports will tell the results. I wrote up a post about this a while back &#8211; <a href="http://blog.bronto.com/2007/11/02/quick-and-easy-surveys/" target="_blank">Quick and Easy Surveys</a>.</p>
<h3>Asking a Few Questions</h3>
<p>You can embed a simple survey into an email, but make sure that you provide a link to a web version at the start of the survey. Provide some text about letting people know they can use the web version.  Be prepared to not get every one&#8217;s results though &#8211; you have been warned.</p>
<p>You can easily link to a webpage version (in which the survey will work fine) with the special tag <code>%%!message_url%%</code>, here&#8217;s an example:</p>
<p style="text-align: center;"><code>Having problems seeing or using the survey below? Please use the &lt;a href="%%!message_url%%"&gt;online version&lt;/a&gt;</code></p>
<p>To place a survey within a message, you&#8217;ll want to create a new message using one of Bronto&#8217;s survey templates. Once you do this, you can drop in the different question types using any of the form buttons.  If you need help getting started with creating surveys in templates, you can watch our video on this subject, available in the Video Library.</p>
<p style="text-align: center;"><img class="size-full wp-image-2928 aligncenter" title="Creating a Survey" src="http://brontoversity.com/wp-content/uploads/2009/05/survey_creation.png" alt="Creating a Survey" width="397" height="224" /></p>
<p style="text-align: left;">So if your recipients have any problems submitting or seeing the form (some clients don&#8217;t even show the form fields) they can use the web version to submit the survey. Of course, many people won&#8217;t bother to click through, or just won&#8217;t read your warning.</p>
<p style="text-align: left;">For anything longer than a few questions, you&#8217;ll definitely want to consider something more purpose-built.</p>
<h3>Call In The Big Guns</h3>
<p>Bronto is a great tool for building, sending, and tracking your emails, but it is not a survey management tool. If you are looking to create a large survey, you should consider something that was built to manage and create them. At Bronto, we use <a href="http://surveymonkey.com" target="_blank">SurveyMonkey.com</a> for our survey needs. It&#8217;s a great tool that is easy to use.</p>
<p>Through SurveyMonkey, you can create a robust survey that your recipients will have no problems with. You will also get some fantastic data back that is easy to read.</p>
<p>The next time you want to ask your recipients a few questions, take some time to think about the best approach. A few minutes more of your time could provide a much better survey experience for your recipients.</p>
<p><em>Adam Covati<br />
Product Manager at Bronto</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/05/04/got-the-email-rendering-blues/' rel='bookmark' title='Permanent Link: Got The Email Rendering Blues?'>Got The Email Rendering Blues?</a> <small>Background images not rendering in Outlook? Tables not looking quite as...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/05/28/working-with-surveys-in-email/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
