<rss version="2.0">
		<channel>
			<title>FormAssembly.com Support Forum - All Discussions</title>
			<lastBuildDate>Wed, 16 May 2012 15:58:43 -0500</lastBuildDate>
			<link>http://www3.formassembly.com/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.5a</generator>
			<item>
		<title>Creating a link</title>
		<link>http://www3.formassembly.com/forum/discussion/897/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/897/</guid>
		<pubDate>Wed, 16 May 2012 12:47:22 -0500</pubDate>
		<author>surveys@educationpioneers.org</author>
		<description>
			<![CDATA[I need help understanding if the following is possible:<br /><br />Can I create a link that pulls from two Salesforce objects that are related through a look-up field to populate the information into a FormAssmebly form?<br /><br />Thanks!]]>
		</description>
	</item>
	<item>
		<title>Restrict non-REST access to form</title>
		<link>http://www3.formassembly.com/forum/discussion/896/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/896/</guid>
		<pubDate>Tue, 15 May 2012 09:21:43 -0500</pubDate>
		<author>pwoolcoc</author>
		<description>
			<![CDATA[On-Site v. 2.2.2<br /><br />I am putting this request in the forum rather than opening a ticket because it seems like it is a feature-request and support request combined.<br /><br />We have been receiving quite a few requests from our users to password-protect forms that they create in FA.  We usually create password-protected pages, and use the REST API to pull the form in.  However, we usually have to resort to hack-y solutions to either make sure that the form cannot be submitted from the non-REST URI for the form (usually by including hidden required fields that are filled by code on the password-protected site), or by restricting access to the non-REST URI in the web server config (which I don't think will be very pleasant to maintain once we get a lot of forms restricted in this way).  Ideally, I would like a way to restrict a form to be REST-only built in to the FA interface.  I have not been able to find a way to do this.  Is there a way to do this that I am just not seeing?<br /><br />Thanks in advance.]]>
		</description>
	</item>
	<item>
		<title>Single Checkbox Value to Salesforce</title>
		<link>http://www3.formassembly.com/forum/discussion/895/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/895/</guid>
		<pubDate>Wed, 09 May 2012 08:40:04 -0500</pubDate>
		<author>rdunn1605</author>
		<description>
			<![CDATA[We have several forms with a single checkbox option to opt-in to a newsletter.  Whe are sending the value to a Salesforce checkbox field so we need to create a formula that sends a 1 if the box is checked and a 0 if its unchecked according to some of the threads I've read in the forum.<br /><br />Is it as simple as this? @IF(%%tfa_7%%=&quot;TRUE&quot;,&quot;1&quot;,&quot;0&quot;)]]>
		</description>
	</item>
	<item>
		<title>Facebook</title>
		<link>http://www3.formassembly.com/forum/discussion/642/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/642/</guid>
		<pubDate>Sun, 13 Feb 2011 15:25:20 -0600</pubDate>
		<author>playitstrange</author>
		<description>
			<![CDATA[Does anyone know how to integrate a form into a Facebook app so it appears in a Facebook page? Here is an example: http://www.facebook.com/LocalistNZ?v=app_4949752878<br /><br />This would be a great function for FormAssembly.]]>
		</description>
	</item>
	<item>
		<title>URL for Using Matrix Likert scales</title>
		<link>http://www3.formassembly.com/forum/discussion/894/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/894/</guid>
		<pubDate>Sat, 05 May 2012 15:22:47 -0500</pubDate>
		<author>ed.lefkow@starcollaborative.com</author>
		<description>
			<![CDATA[I'm trying to understand how to set up a form using a Matrik Likert Scale and have some questions.<br /><br />I'm using as an app in Salesforce.com<br /><br />I creating a survey of sorts.  The first time they take the survey everything is &quot;na&quot;.  Overtime I resend the survey to them and populate from SFDC their last responses and let them submit updates.<br /><br />2) Is there a better way to build the URL?<br />tfa_55=tfa_56<br />When I say tfa_55 = 1 it adds a new column rather than having &quot;1&quot; selected.<br />Do you have a best practice for managing how to do this?<br /><br />2) The field labels are not populating.<br />When I click on this - &quot;Show how to prefill form data dynamically&quot; The questions all show up as &quot;1&quot; rather than the labels.]]>
		</description>
	</item>
	<item>
		<title>Send FA info to Drupal CMS?</title>
		<link>http://www3.formassembly.com/forum/discussion/893/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/893/</guid>
		<pubDate>Wed, 02 May 2012 15:08:01 -0500</pubDate>
		<author>pulitzercenter</author>
		<description>
			<![CDATA[Hi, I work at a journalism organization and we are trying to improve how our journalists post content to our Drupal website. I had the thought of mapping FA fields to the relevant fields in our content creation pages in Drupal, which would let us exploit the conditional fields in FA to make sure we get just the right amount of information. There are several different content types, each requiring slightly different elements. Is this going to turn into a mess? Thanks!]]>
		</description>
	</item>
	<item>
		<title>Formatted Date/Time Field in Salesforce</title>
		<link>http://www3.formassembly.com/forum/discussion/892/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/892/</guid>
		<pubDate>Wed, 02 May 2012 01:05:39 -0500</pubDate>
		<author>troy@mosaicrm.com</author>
		<description>
			<![CDATA[Hello,<br /><br />I read and followed the instructions in this post http://www3.formassembly.com/forum/discussion/449/todays-date-as-calculated-field/#Item_0 but it did not work.<br /><br />I need to pass the current date and time to a Salesforce Date/Time field. Using @NOW() resulted in an error where SF spit back the output, saying &quot;45633.22222 is not a valid input&quot; Then I tried the above JavaScript but then I got the same error, only &quot;sf_date() is not a valid input.&quot;<br /><br />To clarify, I am supposed to put the JavaScript code in the header under Advanced in FA, and then enter &quot;sf_date()&quot; in the &quot;formula&quot; field for my time/date field, correct?<br /><br />Thanks for any insight you can provide.]]>
		</description>
	</item>
	<item>
		<title>Signature capture</title>
		<link>http://www3.formassembly.com/forum/discussion/891/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/891/</guid>
		<pubDate>Thu, 26 Apr 2012 19:18:28 -0500</pubDate>
		<author>jon.gelman@comm-advisors.com</author>
		<description>
			<![CDATA[Is there a way to set up my form to take an inputed signature?  I use my forms on iPads in a retail environment for taking customer orders and it would be great to be able to have the customer sign on the iPad and have that signature appended to the form response.]]>
		</description>
	</item>
	<item>
		<title>Various Functionality Questions</title>
		<link>http://www3.formassembly.com/forum/discussion/890/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/890/</guid>
		<pubDate>Tue, 24 Apr 2012 15:44:39 -0500</pubDate>
		<author>surveys@educationpioneers.org</author>
		<description>
			<![CDATA[Looking for solutions to address the following functionality questions:<br /><br />How do you add a timestamp automatically added to completed forms?<br /><br />Can you integrate multiple questions in a form into a single Salesforce field and concatenate together?<br /><br />Can we send respondents a copy of their responses once they submit the survey? If so, how?<br /><br />Can we set the survey up to allow respondents to complete some of it, log out, and then return/log back in to finish completing (and answers from first log in have been saved)? If so, how?]]>
		</description>
	</item>
	<item>
		<title>disable submit button once required fields filled in and form submitted</title>
		<link>http://www3.formassembly.com/forum/discussion/889/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/889/</guid>
		<pubDate>Tue, 17 Apr 2012 07:01:31 -0500</pubDate>
		<author>yuwebupdates</author>
		<description>
			<![CDATA[Hi, I'm trying to disable the submit button after the required fields are validated and filled in and the form is submitted. Any recommendations on how to do this with javascript?]]>
		</description>
	</item>
	<item>
		<title>IF Forumula not working (linked to SF Connector)</title>
		<link>http://www3.formassembly.com/forum/discussion/888/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/888/</guid>
		<pubDate>Mon, 16 Apr 2012 15:14:28 -0500</pubDate>
		<author>jbrookman@commonwealthlegal.com</author>
		<description>
			<![CDATA[Hi there,<br /><br />I'm trying to create a hidden field on my form that will populate with the appropriate SF ID based on the selection my users make. <br /><br />The field the users are selecting is called, &quot;Location&quot; and they are to choose one of Toronto, Calgary or Vancouver from a drop-down menu. This field has been set as the variable LOCATION where Toronto=Toronto, Calgary=Calgary and Vancouver=Vancouver.<br /><br />The formumla I've come up with is as follows:<br />IF(LOCATION=&quot;Toronto&quot;,&quot;a084000000GSWZT&quot;,IF(LOCATION=&quot;Calgary&quot;,&quot;a084000000GSWav0&quot;,IF(LOCATION=&quot;Vancouver&quot;,&quot;a084000000GSWb5&quot;,0)))<br /><br />Unfortunately, I keep getting an error message that the formula isn't working. Where am I going wrong?<br /><br />Thanks,<br />Jennifer]]>
		</description>
	</item>
	<item>
		<title>Form Responses and Aggregate Views</title>
		<link>http://www3.formassembly.com/forum/discussion/887/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/887/</guid>
		<pubDate>Mon, 16 Apr 2012 13:25:40 -0500</pubDate>
		<author>newsletter@merrygoround.ca</author>
		<description>
			<![CDATA[Is there a way of deleting responses from the reports generated?<br />Even though they no longer appear in the response summaries (the &quot;rows&quot; area) some of my &quot;trial surveys&quot; seem to be appearing in the aggregate views. There are apparently unread responses, even though I can't see any of them.]]>
		</description>
	</item>
	<item>
		<title>Multiple Object on the form - getting HTTP 500 Internal Server Error</title>
		<link>http://www3.formassembly.com/forum/discussion/886/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/886/</guid>
		<pubDate>Fri, 13 Apr 2012 09:05:34 -0500</pubDate>
		<author>bmize@manh.com</author>
		<description>
			<![CDATA[Webform using the Salesforce connector.<br /><br />I am trying to use the Milestones PM app and creating a web form to have the resources on my project enter time.<br />The heirarchy is : Project -&gt; Resources -&gt; Milestones -&gt; Task -&gt; Time.<br /><br />My page layout is : <br />Project Name (Drop down - I have already created 10 default projects  in SFDC)<br />Milestones (Drop down List)<br />Resource (email addresss)<br />Task Name (Free form field)<br />Time (numeric)<br />Date (Date field)<br /><br />When I enter all the data and click on submit - it is giving me a &quot;HTTP 500&quot; error.<br /><br />Any help or suggestion will be greatly appreciated.]]>
		</description>
	</item>
	<item>
		<title>Retain leading zeros that Excel strips out when exported to CSV</title>
		<link>http://www3.formassembly.com/forum/discussion/885/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/885/</guid>
		<pubDate>Wed, 11 Apr 2012 19:07:00 -0500</pubDate>
		<author>trumpet</author>
		<description>
			<![CDATA[If you have a numerical field in your form, such as phone number, when you export the form data to CSV, Excel by default strips the leading zero. <br /><br />For example, I use the U.S. Phone element in all of our forms.  If a user enters their number as: 555-123-0678, when I export the form data, the CSV file gives me 678 as the last part of the phone number, rather than 0678.<br /><br />This leads to no end of problems if we don't catch this with a manual review (which, of course is the whole point of form automation - to not have to manually process!).<br /><br />Is it possible to fix this somehow, or is this a limitation of MS Office?  (I tried checking my Excel settings to see if this is configurable, but no luck).]]>
		</description>
	</item>
	<item>
		<title>&quot;math rule&quot; in calculated field for quantity discount?</title>
		<link>http://www3.formassembly.com/forum/discussion/884/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/884/</guid>
		<pubDate>Wed, 04 Apr 2012 09:32:06 -0500</pubDate>
		<author>Mike.Kirby@jax.org</author>
		<description>
			<![CDATA[Hi Form Assembly folks!<br />(This refers to the on-site version of Form Assembly, not the new form builder rolled out recently)<br /><br />We have a form where a customer can select a quantity of an item-- the item is $185 each, but if the quantity is 5 or more we want the price to lower to $165.<br /><br />Is there an easy formula I can put in a calculated field to accomplish this, or do I need to add some custom javascript to the form?<br /><br />Thanks,<br /><br />MIke Kirby]]>
		</description>
	</item>
	<item>
		<title>form on an iphone</title>
		<link>http://www3.formassembly.com/forum/discussion/883/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/883/</guid>
		<pubDate>Tue, 03 Apr 2012 16:55:24 -0500</pubDate>
		<author>flatironschurch</author>
		<description>
			<![CDATA[I am creating a form primarily for iphone users but when it loads, the entire form loads in the left half of the screen. Do you have any css tricks I can use to make it fill the width of the screen at load time?<br /><br />the form # is 240599<br /><br />Thanks.<br /><br />-Darrin]]>
		</description>
	</item>
	<item>
		<title>Different Input and Value</title>
		<link>http://www3.formassembly.com/forum/discussion/880/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/880/</guid>
		<pubDate>Tue, 03 Apr 2012 03:17:20 -0500</pubDate>
		<author>goetz.kogler@eao.com</author>
		<description>
			<![CDATA[Is it possible to set different values to choices in question?<br /><br />We have a form in many languages and have all conected to SalesForce. <br /><br />For example the &quot;Salutation&quot; in the form should be translated for each language but the value I have to give SF must be english everytime. Is there a simple way to mange this or have I to create it by a formula?]]>
		</description>
	</item>
	<item>
		<title>Hint Functionality &amp; Survey Output</title>
		<link>http://www3.formassembly.com/forum/discussion/882/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/882/</guid>
		<pubDate>Tue, 03 Apr 2012 13:29:50 -0500</pubDate>
		<author>divygoel</author>
		<description>
			<![CDATA[Hi, I am using your survey tool as a Product/Solution configurator for my clients and I wanted to see if it's possible for the person taking the survey to see the selections they have made after they complete the survey on a separate page (instead of a thank you note, etc.) Can I get your tool to send them an email as well with their selections? <br /><br />Also, can we apply the hint feature to specific selections within a question? I see that you can add a 'Hint' to the question itself but could not figure out how to do so for the individual choices. <br /><br />Any help would be greatly appreciated!<br /><br />Thanks!<br />Divy.<br /><br />p.s. I am currently using the free trial version but will upgrade to pro if these features are available.]]>
		</description>
	</item>
	<item>
		<title>Salesforce Connector - change order of objects -</title>
		<link>http://www3.formassembly.com/forum/discussion/881/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/881/</guid>
		<pubDate>Tue, 03 Apr 2012 12:46:47 -0500</pubDate>
		<author>tim@innogames.de</author>
		<description>
			<![CDATA[Salesforce Connector - change order of objects - <br /><br /><br />This is what I DID:<br />I set up a Connection to SalesForce with an object where I had to map tons of fields. I am using different objects in the Connector instructions section, some of them are look-ups in order to fill in the required fields in SalesForce<br /><br />This is what I EXPECTED to happen:<br />All goes through<br /><br />This is what DID happen:<br />An error comes up which says that the object record was not created. I think this is a result of using the wrong order. 1. It creates a new object<br />But I now know that a look-up is required to get this object created. But the first step in the Connection instructions is still Creating this new object.<br />How can I change the order of the objects in the Connection instructions?]]>
		</description>
	</item>
	<item>
		<title>popup box form help</title>
		<link>http://www3.formassembly.com/forum/discussion/878/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/878/</guid>
		<pubDate>Thu, 29 Mar 2012 09:21:12 -0500</pubDate>
		<author>rdunn1605</author>
		<description>
			<![CDATA[We have a small modal pop up box with a newsletter signup form.  When the form is submitted we want the thank you message to display inside the box instead of navigating to another page.  Is this possible?]]>
		</description>
	</item>
	<item>
		<title>Notifications not sending as HTML emails</title>
		<link>http://www3.formassembly.com/forum/discussion/879/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/879/</guid>
		<pubDate>Thu, 29 Mar 2012 14:39:16 -0500</pubDate>
		<author>fvam</author>
		<description>
			<![CDATA[I have created 2 forms with notifications when someone completes them.  The first form, the notification was in html format, I.e. each line on the form was shown on a different line in the email, I used the same code for the notfication for hte  second form and when the notification is sent it comes as text format and all of the data in the form is on continuous line.  how can I fix this?  I have the setting set as enabled (HTML email) but it doesn't send as html. :-(]]>
		</description>
	</item>
	<item>
		<title>How To Configure Input Mask for Currency?</title>
		<link>http://www3.formassembly.com/forum/discussion/875/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/875/</guid>
		<pubDate>Mon, 26 Mar 2012 14:53:58 -0500</pubDate>
		<author>bvhpradio</author>
		<description>
			<![CDATA[hi<br /><br />my textbox input mask is set to:<br />$#<br /><br />the character limit is blank.<br /><br />Problem: on the form, the textbox is limited to only 2 digits, and there's no &quot;$&quot; displayed.<br /><br />what to do?<br /><br />thanks]]>
		</description>
	</item>
	<item>
		<title>Feature Request - iPhone style scroll wheel for date picker</title>
		<link>http://www3.formassembly.com/forum/discussion/877/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/877/</guid>
		<pubDate>Tue, 27 Mar 2012 09:28:16 -0500</pubDate>
		<author>jlilly@newenglandtechair.com</author>
		<description>
			<![CDATA[In the form systems current state the date picker is a tedious task. I noticed other form sites have implemented the scroll wheel style date picker when visiting the form on iPhone. I think  that would be excellent way to quickly gather data from mobile users. I have had many of my users complain specifically about the date selection.]]>
		</description>
	</item>
	<item>
		<title>iPhone Form Builder Not the same</title>
		<link>http://www3.formassembly.com/forum/discussion/876/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/876/</guid>
		<pubDate>Mon, 26 Mar 2012 23:04:04 -0500</pubDate>
		<author>jlilly@newenglandtechair.com</author>
		<description>
			<![CDATA[When I design my form in form builder and look at the iphone view it shows it exactly as I want it. It is non zoomable and fits the screen perfectly. But after I publish and go to the actual form it no longer looks this way. It is a zoomable website and is hard to navigate on the phone. <br />Any suggestions? <br /><br />Thanks]]>
		</description>
	</item>
	<item>
		<title>null value in salesforce lookup</title>
		<link>http://www3.formassembly.com/forum/discussion/874/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/874/</guid>
		<pubDate>Sat, 24 Mar 2012 19:41:54 -0500</pubDate>
		<author>jared@ilp.org</author>
		<description>
			<![CDATA[I saw this entry here on how to make a condition with the form field null: https://na11.salesforce.com/servlet/servlet.Integration?lid=01rG0000000VDZI&amp;ic=1<br /><br />I want to do something slightly different. I want the connector on an update form to count a record lookup as a match if a field IN THE SALESFORCE RECORD is null (not a field in my form). I selected the field, then selected &quot;equals&quot; and then left the field blank, but it won't save the condition. I'm afraid if I put &quot;&quot; then it will return an error or no match because that is a text string, and the field I am looking for to be null is a date/time field. Is it possible to configure so a match is counted only if the record's date/time field is null?]]>
		</description>
	</item>
	<item>
		<title>Autoincrementing field?</title>
		<link>http://www3.formassembly.com/forum/discussion/872/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/872/</guid>
		<pubDate>Wed, 21 Mar 2012 14:46:17 -0500</pubDate>
		<author>pwoolcoc</author>
		<description>
			<![CDATA[Would it be possible to add a way to let a user include an auto-incrementing &quot;id&quot; field to a form?  For example, an order form could have a hidden field &quot;order id&quot; that would autoincrement.  I know we could make a script that generates an autoincrementing id, and passes it to the form, but I was hoping for a way that a user that doesn't have programming knowledge could do this.]]>
		</description>
	</item>
	<item>
		<title>@LOCALTODAY - Submission Date</title>
		<link>http://www3.formassembly.com/forum/discussion/871/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/871/</guid>
		<pubDate>Tue, 20 Mar 2012 08:09:10 -0500</pubDate>
		<author>ssmith@preventure.com</author>
		<description>
			<![CDATA[The documentation indicates that a formula can be used in the connector (Salesforce). Yet when I use the @LOCALTODAY function in the formula field, I get a connector error.<br /><br />How do I capture the submission date in my Salesforce object?]]>
		</description>
	</item>
	<item>
		<title>Customizing Email Notifications</title>
		<link>http://www3.formassembly.com/forum/discussion/873/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/873/</guid>
		<pubDate>Fri, 23 Mar 2012 09:31:18 -0500</pubDate>
		<author>rdunn1605</author>
		<description>
			<![CDATA[We are customizing our email notifications with a border around each question/response instead of using the normal %%RESPONSE%%.  Is there a way to eliminate showing conditional questions that didn't get an answer?]]>
		</description>
	</item>
	<item>
		<title>Validating or Confirming an email address</title>
		<link>http://www3.formassembly.com/forum/discussion/454/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/454/</guid>
		<pubDate>Sun, 03 Jan 2010 10:49:18 -0600</pubDate>
		<author>freespiritsightlessfencing</author>
		<description>
			<![CDATA[I looked thru all the other threads and cant figure out how to confirm email addresses. Im using &quot;Sample Contact Form&quot; as provided in the templates: <br /><br />http://app.formassembly.com/form-builder3/?data[Form][id]=72&amp;template=1<br /><br />I added confirm id field to the form and went to the edit tab&gt; then to the advance tab&gt; and entered this:<br /><br />&lt;script type=&quot;text/javascript&quot;&gt;<br />var fieldId = &quot;enter here the id of the first field&quot;;<br />var confirmFieldId = &quot;enter here the id of the confirmation field&quot;;<br />wFORMS.behaviors.validation.messages['isIdentical'] = &quot;The values don't match.&quot;;<br /><br />// leave the rest as is.<br />wFORMS.behaviors.validation.rules['isIdentical'] = { selector: &quot;#&quot;+fieldId,<br />check: function(element) {<br />var c=document.getElementById(confirmFieldId);<br />if(element.value!=c.value) {<br />return false;<br />}<br />return true;<br />}};<br />&lt;/script&gt;<br /><br />I cant seem to get it to work. PLEASE HELP!!!]]>
		</description>
	</item>
	<item>
		<title>E-mail notification configuration</title>
		<link>http://www3.formassembly.com/forum/discussion/77/</link>
		<guid isPermaLink="false">http://www3.formassembly.com/forum/discussion/77/</guid>
		<pubDate>Wed, 19 Dec 2007 07:16:39 -0600</pubDate>
		<author>afrank</author>
		<description>
			<![CDATA[Hi,<br />Is there anyway to fill the Sender's E-mail and the Sender's name with fields from my form?<br />I have a form that requires the applicant's name and e-mail address.  Is there a way for me to have those answers show up as the sender's name and sender's e-mail?<br />I was thinking I could use an Alias but as there aren't any listed for those and my knowlege of html is at the basic level.<br />thanks for any input.]]>
		</description>
	</item>
	
		</channel>
	</rss>
