Ionso Sheinberg
posted this on July 28, 2010 10:38
In your form library, simply drag and drop the fields into order. Please note these changes will take place globally and in real time.
Yes, you can! While LiveBall forms are recommended so you can take advantage of advanced rules and easily create different forms for your landing experiences, you can also use an existing form when necessary—this is especially useful for secure forms, like credit card applications.
Any existing or secure form can be easily integrated with LiveBall by displaying it inside an iFrame on the LiveBall page—an iFrame allows an externally-hosted page to be embedded and displayed inside another page. The URL of the form is simply published in the widget/iFrame editor in LiveBall, along with the necessary iFrame width and height specifications (up to 1200x1200 pixels). When a respondent views this page, the secure form is seamlessly pulled in and appears to be part of the LiveBall page.
To track the steps of a multi-page form, just add LiveBall's ready-to-use Javascript to each of the pages of the form—by doing this, you'll be able to tag various steps that occur on the externally-hosted form so the tags and even conversions are logged back in LiveBall. At the end of the process, it's also possible to automatically send the respondent to another LiveBall page—this is also accomplished using Javascript provided by LiveBall.
While assigning a default value in either of these cases would appear to serve the same purpose, it does not—there are specific cases for each:
This is likely occurring because the 'use quotes' option on the export is set to 'No'. Without quotes around the field, when the 'tags' column has multiple tags, it separates them with a column—this causes additional tags to appear as extra columns when you open the file in a program such as Excel.
To solve this, simply click on the pencil to the left of the export name and set the 'use quotes' option to 'Yes'. This will result in the tags column being bounded (e.g., "tag1, tag2, tag3").
Yes. The export for converted respondents is exclusively for lead data; the export for non-converted respondents is inclusive of both leads (converted respondents) and other data collected on the respondents (e.g., geolocation, tags, etc.)—even if they didn't convert.
Yes! This is an important step and cannot be overlooked.
Scheduled exports are assigned at the campaign level...
Yes.
Mashups make it easy for you to map data from LiveBall into your system via CSV, vCard, post-to-web form or Salesforce.com integration.
You can include “mashup” fields (combination of one or more database fields), using the same @@DataName format that you use for email templates and passing along data in URLs, as well as including any static text, via a mashup template.
This is easiest to demonstrate with an example. Say that you have three data fields that you collect with the following data names: FirstName, MiddleInitial, LastName. You could create a mashup template to combine these into a single name like this:
Mashup template: @@FirstName @@MiddleInitial @@LastName
As a special feature, if a @@DataName variable is empty and it is followed by a space in the template, LiveBall will automatically skip the following space. So in the example above, say FirstName = “Jessica” and LastName = “Frobel”, but MiddleInitial is empty, then the mashup would output:
Jessica Frobel <== note only one space between first and last name
You can also include line breaks in your mashup templates. For example, let's say you have a Salesforce export that you want to mashup Address1, Address2, and Address3 fields into a single Address field in Salesforce.com. Your template would look like this:
Mashup template:
@@Address1
@@Address2
@@Address3
Have additional questions or need a step-by-step walkthrough? Submit a support request or contact your Liveball account manager for details!