<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Form Tools - All Forums]]></title>
		<link>http://forums.formtools.org/</link>
		<description><![CDATA[Form Tools - http://forums.formtools.org]]></description>
		<pubDate>Fri, 03 Sep 2010 04:24:45 -0700</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Submit Form BUT never leave the page.]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=831</link>
			<pubDate>Wed, 01 Sep 2010 17:06:06 -0700</pubDate>
			<dc:creator>bwaye</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=831</guid>
			<description><![CDATA[I have one include to collect form information from multiple sub-domains which are not connected. Does anyone know of a way to submit the form , stay on the page and display a message that the form was received.]]></description>
			<content:encoded><![CDATA[I have one include to collect form information from multiple sub-domains which are not connected. Does anyone know of a way to submit the form , stay on the page and display a message that the form was received.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Filters question]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=830</link>
			<pubDate>Wed, 01 Sep 2010 11:27:57 -0700</pubDate>
			<dc:creator>PhoenixISP</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=830</guid>
			<description><![CDATA[I am trying to set a filter so that certain clients can view only their form submissions. The people filling out the forms often make mistakes with the clients' names. What I would like to do is to filter so that the client can view submissions based on their "Name" or "Promotional Code" entered - but it appears that this system only allows "and" and not "or" when filtering.<br />
<br />
Have I missed something? Can this be done?<br />
<br />
Thanks in advance,<br />
<br />
Sonny]]></description>
			<content:encoded><![CDATA[I am trying to set a filter so that certain clients can view only their form submissions. The people filling out the forms often make mistakes with the clients' names. What I would like to do is to filter so that the client can view submissions based on their "Name" or "Promotional Code" entered - but it appears that this system only allows "and" and not "or" when filtering.<br />
<br />
Have I missed something? Can this be done?<br />
<br />
Thanks in advance,<br />
<br />
Sonny]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Submission Accounts module not letting users in.]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=829</link>
			<pubDate>Wed, 01 Sep 2010 08:44:32 -0700</pubDate>
			<dc:creator>bwaye</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=829</guid>
			<description><![CDATA[The Account is being set-up in the "Submission Accounts" module but it is unable to locate the user. I have tried all of the suggested ways to no avail, which includes adding ?form_id=11 on the end of the URL link and in the &lt;form&gt; tag.<br />
<br />
Sorry, that login information is incorrect. Please try again.<br />
<br />
FOUND THE PROBLEM:<br />
<br />
I was using the module to generate my form and it was asking EMAIL instead of USERNAME which is contrary to the generated code:<br />
<br />
&lt;form action="FORMTOOLS/modules/submission_accounts/login.php" method="post"&gt;<br />
  &lt;input type="hidden" name="form_id" value="11" /&gt;<br />
<br />
 &lt;-------- Email &lt;input type="text" name="username" /&gt;&lt;br /&gt;-----------&gt;<br />
  Password &lt;input type="text" name="password" /&gt;&lt;br /&gt;<br />
<br />
  &lt;input type="submit" name="login" value="LOGIN" /&gt;&lt;br /&gt;<br />
&lt;/form&gt;]]></description>
			<content:encoded><![CDATA[The Account is being set-up in the "Submission Accounts" module but it is unable to locate the user. I have tried all of the suggested ways to no avail, which includes adding ?form_id=11 on the end of the URL link and in the &lt;form&gt; tag.<br />
<br />
Sorry, that login information is incorrect. Please try again.<br />
<br />
FOUND THE PROBLEM:<br />
<br />
I was using the module to generate my form and it was asking EMAIL instead of USERNAME which is contrary to the generated code:<br />
<br />
&lt;form action="FORMTOOLS/modules/submission_accounts/login.php" method="post"&gt;<br />
  &lt;input type="hidden" name="form_id" value="11" /&gt;<br />
<br />
 &lt;-------- Email &lt;input type="text" name="username" /&gt;&lt;br /&gt;-----------&gt;<br />
  Password &lt;input type="text" name="password" /&gt;&lt;br /&gt;<br />
<br />
  &lt;input type="submit" name="login" value="LOGIN" /&gt;&lt;br /&gt;<br />
&lt;/form&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[rsv validation]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=828</link>
			<pubDate>Tue, 31 Aug 2010 19:51:12 -0700</pubDate>
			<dc:creator>bwaye</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=828</guid>
			<description><![CDATA[I have worked this for hours to no avail. I don't like to post code but this all looks correct to me. This is a CODE submission.<br />
<br />
&lt;script type="text/javascript" src="http://www.mysite.com/myadmin/global/scripts/rsv.js"&gt;&lt;/script&gt;<br />
<br />
&lt;script type="text/javascript"&gt;<br />
var rules = [&#93;;<br />
rules.push("required,first_name,Please enter your First Name.");<br />
rules.push("required,last_name,Please enter your Last Name.");<br />
rules.push("required,phone,Please enter your phone number.");<br />
rules.push("required,zone_name,Please enter your Zone Name.");<br />
rules.push("required,email,Please enter your email address.");<br />
rules.push("valid_email,email,Please enter a valid email address.");<br />
rules.push("same_as,email,email2,Please Check your Email Address.");<br />
rules.push("valid_email,email_database,Please enter a valid email address.");<br />
rules.push("same_as,email,email_database2,Please Check your Email Address.");<br />
rules.push("required,username,Please enter your User Name.");<br />
rules.push("password,Please enter a password.");<br />
rules.push("same_as,password,password2,Please Check your password.");<br />
<br />
// these lines are required if you're using the rsv.js file that's bundled with Form Tools.<br />
// They reset the custom handlers defined in the file<br />
rsv.errorFieldClass = null;<br />
rsv.customErrorHandler = null;<br />
rsv.displayType = "alert-all";<br />
&lt;/script&gt;<br />
<br />
&lt;form action="&lt;?php echo &#36;_SERVER["PHP_SELF"&#93;?&gt;" method="POST" o<strong></strong>nsubmit="return rsv.validate(this, rules)"&gt;<br />
<br />
<br />
----------------------<br />
<br />
NOTE: <a href="http://docs.formtools.org/tutorials/js_validation/?page=finished_product" target="_blank">http://docs.formtools.org/tutorials/js_v...ed_product</a><br />
<br />
This example is missing the: rsv.customErrorHandler = null;]]></description>
			<content:encoded><![CDATA[I have worked this for hours to no avail. I don't like to post code but this all looks correct to me. This is a CODE submission.<br />
<br />
&lt;script type="text/javascript" src="http://www.mysite.com/myadmin/global/scripts/rsv.js"&gt;&lt;/script&gt;<br />
<br />
&lt;script type="text/javascript"&gt;<br />
var rules = [];<br />
rules.push("required,first_name,Please enter your First Name.");<br />
rules.push("required,last_name,Please enter your Last Name.");<br />
rules.push("required,phone,Please enter your phone number.");<br />
rules.push("required,zone_name,Please enter your Zone Name.");<br />
rules.push("required,email,Please enter your email address.");<br />
rules.push("valid_email,email,Please enter a valid email address.");<br />
rules.push("same_as,email,email2,Please Check your Email Address.");<br />
rules.push("valid_email,email_database,Please enter a valid email address.");<br />
rules.push("same_as,email,email_database2,Please Check your Email Address.");<br />
rules.push("required,username,Please enter your User Name.");<br />
rules.push("password,Please enter a password.");<br />
rules.push("same_as,password,password2,Please Check your password.");<br />
<br />
// these lines are required if you're using the rsv.js file that's bundled with Form Tools.<br />
// They reset the custom handlers defined in the file<br />
rsv.errorFieldClass = null;<br />
rsv.customErrorHandler = null;<br />
rsv.displayType = "alert-all";<br />
&lt;/script&gt;<br />
<br />
&lt;form action="&lt;?php echo &#36;_SERVER["PHP_SELF"]?&gt;" method="POST" o<strong></strong>nsubmit="return rsv.validate(this, rules)"&gt;<br />
<br />
<br />
----------------------<br />
<br />
NOTE: <a href="http://docs.formtools.org/tutorials/js_validation/?page=finished_product" target="_blank">http://docs.formtools.org/tutorials/js_v...ed_product</a><br />
<br />
This example is missing the: rsv.customErrorHandler = null;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Make WGSIWYG default to EXPERT]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=827</link>
			<pubDate>Fri, 27 Aug 2010 12:15:07 -0700</pubDate>
			<dc:creator>bwaye</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=827</guid>
			<description><![CDATA[Far the past 2 years I have never been able to use the SIMPLE setting- i get an error when I change it.<br />
<br />
Where in the code or mySQL can I make the default EXPERT.<br />
<br />
I have looked everywhere to no avail.]]></description>
			<content:encoded><![CDATA[Far the past 2 years I have never been able to use the SIMPLE setting- i get an error when I change it.<br />
<br />
Where in the code or mySQL can I make the default EXPERT.<br />
<br />
I have looked everywhere to no avail.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Take submission OFFLINE with out deleting.]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=826</link>
			<pubDate>Fri, 27 Aug 2010 10:29:15 -0700</pubDate>
			<dc:creator>bwaye</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=826</guid>
			<description><![CDATA[I use form tools as a CMS. Can I take a submission/post off line without deleting?]]></description>
			<content:encoded><![CDATA[I use form tools as a CMS. Can I take a submission/post off line without deleting?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[File uploads in separate folders per form submission]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=825</link>
			<pubDate>Fri, 27 Aug 2010 05:42:57 -0700</pubDate>
			<dc:creator>craven</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=825</guid>
			<description><![CDATA[Hi.<br />
<br />
Is it possible to have file uploads be sorted per form submission? In other words: creating unique folders for each submission under the form's main folder.<br />
<br />
For example: .../formtools/forms/{&#36;FORMNAME}/files/{&#36;SUBMISSIONDATE}_{&#36;TITLE}<br />
<br />
(By the way, is it possible to use reference variables outside of the e-mail function? I'm only using the reference variable format above to try and explain what would be a desirable solution.)<br />
<br />
Would this be possible without the submission pre-parser or would one have to create a custom script to be used with the pre-parser?<br />
<br />
Has anyone done something similar to this?]]></description>
			<content:encoded><![CDATA[Hi.<br />
<br />
Is it possible to have file uploads be sorted per form submission? In other words: creating unique folders for each submission under the form's main folder.<br />
<br />
For example: .../formtools/forms/{&#36;FORMNAME}/files/{&#36;SUBMISSIONDATE}_{&#36;TITLE}<br />
<br />
(By the way, is it possible to use reference variables outside of the e-mail function? I'm only using the reference variable format above to try and explain what would be a desirable solution.)<br />
<br />
Would this be possible without the submission pre-parser or would one have to create a custom script to be used with the pre-parser?<br />
<br />
Has anyone done something similar to this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hooks Manager / Submission Pre-Parser]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=824</link>
			<pubDate>Thu, 26 Aug 2010 01:24:10 -0700</pubDate>
			<dc:creator>tombr</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=824</guid>
			<description><![CDATA[Hi All,<br />
<br />
Hope someone can help with this.<br />
<br />
Scenario:<br />
I have a multipage (6 pages) entry form with paypal integration and  all of this works perfectly. Page 5 contains the register button and page 6 has the thank you details.<br />
<br />
Problem:<br />
Now what I wanted todo is use either the Hooks Manager or the submission parser to hook into the form submission at the point where the user presses the Register button. At this point I need to write a text file onto the server that will update an entries page with registrants and a few other bits of information. <br />
<br />
Now the problem is I have not been able to find a hook that contains all of the submission data. The ft_get_form hook as well as the Submission Pre-Parser contain data  only from the current page.<br />
<br />
Question:<br />
Is there a hook available that contains all of the data from a particular submission.<br />
<br />
Thanks in advance<br />
<br />
regards,<br />
<br />
tombr....]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
Hope someone can help with this.<br />
<br />
Scenario:<br />
I have a multipage (6 pages) entry form with paypal integration and  all of this works perfectly. Page 5 contains the register button and page 6 has the thank you details.<br />
<br />
Problem:<br />
Now what I wanted todo is use either the Hooks Manager or the submission parser to hook into the form submission at the point where the user presses the Register button. At this point I need to write a text file onto the server that will update an entries page with registrants and a few other bits of information. <br />
<br />
Now the problem is I have not been able to find a hook that contains all of the submission data. The ft_get_form hook as well as the Submission Pre-Parser contain data  only from the current page.<br />
<br />
Question:<br />
Is there a hook available that contains all of the data from a particular submission.<br />
<br />
Thanks in advance<br />
<br />
regards,<br />
<br />
tombr....]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Capturing post data from external page (moneybookers.com)]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=823</link>
			<pubDate>Wed, 25 Aug 2010 13:33:18 -0700</pubDate>
			<dc:creator>villjam</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=823</guid>
			<description><![CDATA[Cenario:<br />
Customer goes thru and fills in multiple pages of form data. How do I send this data to an external source (moneybookers) via hidden fields?<br />
<br />
When the payment is done all the information will be sent back to my site thru post method. How do I capture this to the db and associate it with the original user?<br />
<br />
I guess after that I just redirect them to the Thank you page, to clear everything?<br />
<br />
Just point me in the right direction or exampel. I think I can figuer it out by my self with just a little bit of help. <br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Cenario:<br />
Customer goes thru and fills in multiple pages of form data. How do I send this data to an external source (moneybookers) via hidden fields?<br />
<br />
When the payment is done all the information will be sent back to my site thru post method. How do I capture this to the db and associate it with the original user?<br />
<br />
I guess after that I just redirect them to the Thank you page, to clear everything?<br />
<br />
Just point me in the right direction or exampel. I think I can figuer it out by my self with just a little bit of help. <br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Import to excel..]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=822</link>
			<pubDate>Wed, 25 Aug 2010 08:52:13 -0700</pubDate>
			<dc:creator>conradcliff</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=822</guid>
			<description><![CDATA[Hey guys, it's been a while but I'm wanting to do some new stuff...<br />
<br />
So, I'm betting this is very possible but I'm just not sure what the best way to go about it is...or any way really, I'm very green when it comes to this stuff.<br />
<br />
I have an excel database that I update manually when someone sends me the appropriate information. What I would love is to send them to a form that they fill out and then be able to import that data directly into my excel sheet using a macro or the API? if possible. (I have no idea where to start with the API..never messed with one before)<br />
<br />
So I'm thinking that once they fill out the form, FormTools can email me a csv or excel file that I can download and then import with my macro. Better yet, I could have an FTP sync set to run with the macro and it could first synchronize the folder that the form data was exported to on the server over to my local machine and then take the newest file in the sync folder on the local machine and import it.<br />
Best would be if I could access Formtool directly from VBA using the API (again I have no idea what that would look like) to download the latest file and import it. <br />
<br />
Last thing, sometimes people need to send me image files, I noticed an upload section in the Formtools settings...is there a way to put an upload box in a form so that they could send me a file and with one of the methods above I could DL it automagically?<br />
Edit: After reading through the documentation it looks like you can "upload files through a form"...how it's done I still don't know.<br />
<br />
Sorry this was so long, thanks for any help you guys can provide! <img src="http://forums.formtools.org/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[Hey guys, it's been a while but I'm wanting to do some new stuff...<br />
<br />
So, I'm betting this is very possible but I'm just not sure what the best way to go about it is...or any way really, I'm very green when it comes to this stuff.<br />
<br />
I have an excel database that I update manually when someone sends me the appropriate information. What I would love is to send them to a form that they fill out and then be able to import that data directly into my excel sheet using a macro or the API? if possible. (I have no idea where to start with the API..never messed with one before)<br />
<br />
So I'm thinking that once they fill out the form, FormTools can email me a csv or excel file that I can download and then import with my macro. Better yet, I could have an FTP sync set to run with the macro and it could first synchronize the folder that the form data was exported to on the server over to my local machine and then take the newest file in the sync folder on the local machine and import it.<br />
Best would be if I could access Formtool directly from VBA using the API (again I have no idea what that would look like) to download the latest file and import it. <br />
<br />
Last thing, sometimes people need to send me image files, I noticed an upload section in the Formtools settings...is there a way to put an upload box in a form so that they could send me a file and with one of the methods above I could DL it automagically?<br />
Edit: After reading through the documentation it looks like you can "upload files through a form"...how it's done I still don't know.<br />
<br />
Sorry this was so long, thanks for any help you guys can provide! <img src="http://forums.formtools.org/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[what causes this error when trying to edit?]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=821</link>
			<pubDate>Tue, 24 Aug 2010 18:33:34 -0700</pubDate>
			<dc:creator>bill.mcbride</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=821</guid>
			<description><![CDATA[when trying to edit a submission on the listings page i get:<br />
<br />
<span style="font-weight: bold;">Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 5 bytes) in /var/www/htdocs/formtools/global/code/submissions.php on line 602</span><br />
<br />
thanks <br />
<br />
<br />
bill]]></description>
			<content:encoded><![CDATA[when trying to edit a submission on the listings page i get:<br />
<br />
<span style="font-weight: bold;">Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 5 bytes) in /var/www/htdocs/formtools/global/code/submissions.php on line 602</span><br />
<br />
thanks <br />
<br />
<br />
bill]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't add e-mail field as recipient]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=820</link>
			<pubDate>Tue, 24 Aug 2010 00:20:29 -0700</pubDate>
			<dc:creator>mrGarvin</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=820</guid>
			<description><![CDATA[Hi guys!<br />
<br />
Struggling with a problem here... <br />
I can't make the e-mail field stick as a recipient when I edit an e-mail template.<br />
I have configured an e-mail field but when I add it as a recipient, it disappears from the recipient list on Save. I can add my self and clients as recipients without any problem. No error messages are displayed. I get an "The email template has been updated."<br />
<br />
Further more... I can't get the "reply-to" to stick either. I can select a client, but it isn't saved.<br />
<br />
Any ideas on what this might be? <br />
<br />
P.s. I tried to replace all the files with fresh ones from FormTools.org, but it didn't solve the problem. d.s.]]></description>
			<content:encoded><![CDATA[Hi guys!<br />
<br />
Struggling with a problem here... <br />
I can't make the e-mail field stick as a recipient when I edit an e-mail template.<br />
I have configured an e-mail field but when I add it as a recipient, it disappears from the recipient list on Save. I can add my self and clients as recipients without any problem. No error messages are displayed. I get an "The email template has been updated."<br />
<br />
Further more... I can't get the "reply-to" to stick either. I can select a client, but it isn't saved.<br />
<br />
Any ideas on what this might be? <br />
<br />
P.s. I tried to replace all the files with fresh ones from FormTools.org, but it didn't solve the problem. d.s.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[generate an ID every time a user submits a form]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=819</link>
			<pubDate>Mon, 23 Aug 2010 13:29:13 -0700</pubDate>
			<dc:creator>sumanguj</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=819</guid>
			<description><![CDATA[i'm gonna use this script for registration of an event.<br />
<br />
the user needs to complete the form and when he/she submits the form, a unique ID has to be generated and shown to him and the same be sent to his/her email provided.<br />
<br />
the form needs to be saved to a database for viewing later.<br />
<br />
is this possible using this script?]]></description>
			<content:encoded><![CDATA[i'm gonna use this script for registration of an event.<br />
<br />
the user needs to complete the form and when he/she submits the form, a unique ID has to be generated and shown to him and the same be sent to his/her email provided.<br />
<br />
the form needs to be saved to a database for viewing later.<br />
<br />
is this possible using this script?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Updating form after response from payment gateway]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=818</link>
			<pubDate>Mon, 23 Aug 2010 09:28:48 -0700</pubDate>
			<dc:creator>Aluwe</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=818</guid>
			<description><![CDATA[Hi All,<br />
<br />
I need your help in solving this problem. <br />
The scenario:<br />
1. Students fill enrolment form - form 1 (Form)<br />
2. Enrolment data displayed for students with a unique transaction reference number. - Form 2 (Confirm page)<br />
3. This takes the student to payment gateway and form finalised - redirection page and Form 3 (Process page) Form finalised<br />
<br />
4. Payment Gateway payment processing<br />
<br />
5. After payment, a response is sent to the response page having this code. (response page/thankyou page)<br />
<br />
&lt;?php<br />
&#36;hostname = "myhost";<br />
&#36;username="my_form_tools_database username";<br />
&#36;password="my_password";<br />
&#36;dbname="my_database;<br />
&#36;usertable="ft_form_99";<br />
mysql_connect(&#36;hostname,&#36;username,&#36;password);<br />
<br />
mysql_select_db("my_database") or die("Could not select database");<br />
<br />
if(isset(&#36;_POST['ce_transref'&#93;)){<br />
	// the following are the parameters returned by &#36;_POST<br />
	&#36;ceresponse = strtoupper(&#36;_POST['ce_response'&#93;); <br />
	&#36;cetransref = &#36;_POST['ce_transref'&#93;;<br />
	&#36;ceamt = &#36;_POST['ce_amount'&#93;;<br />
	&#36;cedata = &#36;_POST['ce_data'&#93;; <br />
	&#36;cememo = &#36;_POST['ce_memo'&#93;;<br />
    if(&#36;cedata=='datacode')<br />
			{	<br />
			&#36;query="UPDATE ft_form_99 SET ce_response='&#36;ceresponse', ce_transref='&#36;cetransref', ce_amount='&#36;ceamt', ce_data='&#36;cedata', ce_memo='&#36;cememo', <br />
WHERE cetxref='&#36;cetransref'";<br />
			<br />
mysql_query(&#36;query);<br />
mysql_close();<br />
<br />
			} <br />
		<br />
	<br />
<br />
else <br />
			{<br />
		// terminate because this transaction was not initiated from your store; it's a fake<br />
			}<br />
}<br />
?&gt;<br />
<br />
5 (a) After payment, a response page is displayed to the students as thank you for your payment. But with the above php on top.<br />
<br />
In my database, the following field supposed to be updated by filling data from the response from the payment gateway: <br />
<span style="color: #FF0000;">ce_response<br />
ce_transref<br />
ce_amount<br />
ce_data<br />
ce_memo</span><br />
<br />
I have tested the form, all other data are ok, and the forms are finalised. The only snag is that I cannot update the above data in red.<br />
<br />
Please advise if there is another way, I can get the response to work and update the submitted finalised data with the response from the payment gateway.]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
I need your help in solving this problem. <br />
The scenario:<br />
1. Students fill enrolment form - form 1 (Form)<br />
2. Enrolment data displayed for students with a unique transaction reference number. - Form 2 (Confirm page)<br />
3. This takes the student to payment gateway and form finalised - redirection page and Form 3 (Process page) Form finalised<br />
<br />
4. Payment Gateway payment processing<br />
<br />
5. After payment, a response is sent to the response page having this code. (response page/thankyou page)<br />
<br />
&lt;?php<br />
&#36;hostname = "myhost";<br />
&#36;username="my_form_tools_database username";<br />
&#36;password="my_password";<br />
&#36;dbname="my_database;<br />
&#36;usertable="ft_form_99";<br />
mysql_connect(&#36;hostname,&#36;username,&#36;password);<br />
<br />
mysql_select_db("my_database") or die("Could not select database");<br />
<br />
if(isset(&#36;_POST['ce_transref'])){<br />
	// the following are the parameters returned by &#36;_POST<br />
	&#36;ceresponse = strtoupper(&#36;_POST['ce_response']); <br />
	&#36;cetransref = &#36;_POST['ce_transref'];<br />
	&#36;ceamt = &#36;_POST['ce_amount'];<br />
	&#36;cedata = &#36;_POST['ce_data']; <br />
	&#36;cememo = &#36;_POST['ce_memo'];<br />
    if(&#36;cedata=='datacode')<br />
			{	<br />
			&#36;query="UPDATE ft_form_99 SET ce_response='&#36;ceresponse', ce_transref='&#36;cetransref', ce_amount='&#36;ceamt', ce_data='&#36;cedata', ce_memo='&#36;cememo', <br />
WHERE cetxref='&#36;cetransref'";<br />
			<br />
mysql_query(&#36;query);<br />
mysql_close();<br />
<br />
			} <br />
		<br />
	<br />
<br />
else <br />
			{<br />
		// terminate because this transaction was not initiated from your store; it's a fake<br />
			}<br />
}<br />
?&gt;<br />
<br />
5 (a) After payment, a response page is displayed to the students as thank you for your payment. But with the above php on top.<br />
<br />
In my database, the following field supposed to be updated by filling data from the response from the payment gateway: <br />
<span style="color: #FF0000;">ce_response<br />
ce_transref<br />
ce_amount<br />
ce_data<br />
ce_memo</span><br />
<br />
I have tested the form, all other data are ok, and the forms are finalised. The only snag is that I cannot update the above data in red.<br />
<br />
Please advise if there is another way, I can get the response to work and update the submitted finalised data with the response from the payment gateway.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Multiple submit buttons..]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=817</link>
			<pubDate>Sun, 22 Aug 2010 15:42:53 -0700</pubDate>
			<dc:creator>villjam</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=817</guid>
			<description><![CDATA[Hi everybody, and thanks for a superb script!<br />
<br />
I have done a lot of experimenting and searching the forum but could not come up with an answer so I hope one of you can help me. <br />
<br />
How do I set up multiple submit buttons on a page? ..  <br />
<br />
My front page has 3 different choices and it would be so much easier for the user to just click on the one they choose and then get directed to the next page. Without the need to fill up a checkbox and then click the submit. Is this possible?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi everybody, and thanks for a superb script!<br />
<br />
I have done a lot of experimenting and searching the forum but could not come up with an answer so I hope one of you can help me. <br />
<br />
How do I set up multiple submit buttons on a page? ..  <br />
<br />
My front page has 3 different choices and it would be so much easier for the user to just click on the one they choose and then get directed to the next page. Without the need to fill up a checkbox and then click the submit. Is this possible?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Submission Account Login SQL Syntax Error]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=816</link>
			<pubDate>Sat, 21 Aug 2010 15:10:23 -0700</pubDate>
			<dc:creator>nickanthony</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=816</guid>
			<description><![CDATA[When I try to login as a user to the Submission Account, I get this error:<br />
<br />
<span style="font-weight: bold;">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY list_order' at line 4</span><br />
<br />
Does anyone know what this means; and how and where I might address the problem?<br />
<br />
I did find the 'ORDER BY list_order' code in /global/code/admin.php; but not sure what to do with it. <br />
<br />
<span style="color: #1E90FF;">function sa_get_form_menu(&#36;form_id)<br />
{<br />
  global &#36;g_table_prefix;<br />
<br />
  &#36;menu_query = mysql_query("<br />
    SELECT *<br />
    FROM   {&#36;g_table_prefix}module_submission_accounts_menus<br />
    WHERE  form_id = &#36;form_id<br />
    <span style="font-weight: bold;">ORDER BY list_order</span><br />
      ");<br />
<br />
  &#36;menu_items = array();<br />
  while (&#36;row = mysql_fetch_assoc(&#36;menu_query))<br />
    &#36;menu_items[&#93; = &#36;row;<br />
<br />
  return &#36;menu_items;<br />
}</span><br />
<br />
My server has MySQL version 5.1.47-community-log;<br />
and here is the ORDER BY in the manual -<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/order-by-optimization.html" target="_blank">http://dev.mysql.com/doc/refman/5.1/en/o...ation.html</a><br />
<br />
<br />
Thnx for any help, Nick]]></description>
			<content:encoded><![CDATA[When I try to login as a user to the Submission Account, I get this error:<br />
<br />
<span style="font-weight: bold;">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY list_order' at line 4</span><br />
<br />
Does anyone know what this means; and how and where I might address the problem?<br />
<br />
I did find the 'ORDER BY list_order' code in /global/code/admin.php; but not sure what to do with it. <br />
<br />
<span style="color: #1E90FF;">function sa_get_form_menu(&#36;form_id)<br />
{<br />
  global &#36;g_table_prefix;<br />
<br />
  &#36;menu_query = mysql_query("<br />
    SELECT *<br />
    FROM   {&#36;g_table_prefix}module_submission_accounts_menus<br />
    WHERE  form_id = &#36;form_id<br />
    <span style="font-weight: bold;">ORDER BY list_order</span><br />
      ");<br />
<br />
  &#36;menu_items = array();<br />
  while (&#36;row = mysql_fetch_assoc(&#36;menu_query))<br />
    &#36;menu_items[] = &#36;row;<br />
<br />
  return &#36;menu_items;<br />
}</span><br />
<br />
My server has MySQL version 5.1.47-community-log;<br />
and here is the ORDER BY in the manual -<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/order-by-optimization.html" target="_blank">http://dev.mysql.com/doc/refman/5.1/en/o...ation.html</a><br />
<br />
<br />
Thnx for any help, Nick]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to change printable view]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=815</link>
			<pubDate>Sat, 21 Aug 2010 04:18:53 -0700</pubDate>
			<dc:creator>sulemanz</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=815</guid>
			<description><![CDATA[i need to change printable view the way my form looks<br />
<a href="http://www.youthparliament.org.pk/joinus.html" target="_blank">http://www.youthparliament.org.pk/joinus.html</a><br />
<br />
where to edit?]]></description>
			<content:encoded><![CDATA[i need to change printable view the way my form looks<br />
<a href="http://www.youthparliament.org.pk/joinus.html" target="_blank">http://www.youthparliament.org.pk/joinus.html</a><br />
<br />
where to edit?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ill paypal someone $10 today if they can help me fix my issue]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=814</link>
			<pubDate>Fri, 20 Aug 2010 08:47:43 -0700</pubDate>
			<dc:creator>sydoc</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=814</guid>
			<description><![CDATA[Cant get my form to go pass prosses.php and it also wount read all fields in my form<br />
I have set it up Both ways now I am having issues both ways.<br />
<br />
Direct Method<br />
<br />
Once I get through the process of setting everything up. I test the form and not all my Fields show up only a portion. I put it through anyways and when I hit submit on the form It will not take me to the thank you page.<br />
<br />
API Method<br />
<br />
So I tried to install this method everything seems to work right but on step three I can not get past test submission.<br />
<br />
Here are the web files<br />
<br />
Direct Method<br />
<a href="http://www.lendingpub.com/prequalify.html" target="_blank">http://www.lendingpub.com/prequalify.html</a><br />
<a href="http://www.lendingpub.com/thankyou.html" target="_blank">http://www.lendingpub.com/thankyou.html</a><br />
Api Method<br />
<a href="http://www.lendingpub.com/prequalify.php" target="_blank">http://www.lendingpub.com/prequalify.php</a><br />
<a href="http://www.lendingpub.com/thankyou.php" target="_blank">http://www.lendingpub.com/thankyou.php</a><br />
<br />
Please help Im not super familiar with setting things up but I do have a good idea how they work.]]></description>
			<content:encoded><![CDATA[Cant get my form to go pass prosses.php and it also wount read all fields in my form<br />
I have set it up Both ways now I am having issues both ways.<br />
<br />
Direct Method<br />
<br />
Once I get through the process of setting everything up. I test the form and not all my Fields show up only a portion. I put it through anyways and when I hit submit on the form It will not take me to the thank you page.<br />
<br />
API Method<br />
<br />
So I tried to install this method everything seems to work right but on step three I can not get past test submission.<br />
<br />
Here are the web files<br />
<br />
Direct Method<br />
<a href="http://www.lendingpub.com/prequalify.html" target="_blank">http://www.lendingpub.com/prequalify.html</a><br />
<a href="http://www.lendingpub.com/thankyou.html" target="_blank">http://www.lendingpub.com/thankyou.html</a><br />
Api Method<br />
<a href="http://www.lendingpub.com/prequalify.php" target="_blank">http://www.lendingpub.com/prequalify.php</a><br />
<a href="http://www.lendingpub.com/thankyou.php" target="_blank">http://www.lendingpub.com/thankyou.php</a><br />
<br />
Please help Im not super familiar with setting things up but I do have a good idea how they work.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Check Init field value on validation]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=813</link>
			<pubDate>Fri, 20 Aug 2010 08:10:31 -0700</pubDate>
			<dc:creator>Shylock</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=813</guid>
			<description><![CDATA[Hi Ben/All<br />
<br />
I am sure I am missing something really obvious but here is my problem. <br />
<br />
I like to have a set of initial values in my form so that people filling in the form can't go wrong. This is especially important on long lists on several columns of the same thing. However the JS validator see the example data as correct data.<br />
<br />
E.g.<br />
I have a three column form for prescriptions the headings are:<br />
<br />
Item name,  Item strength, Item quantity<br />
<br />
Only the first row are required fields but there are 11 more rows for large orders.<br />
<br />
If I put example data in the first row then the JS validator sees the fields as completed and allows submission. Is there a simple way to check if the field matches the example data and if so throw a validation error. <br />
<br />
I could write my own validation script but I'd like to use the bundled JS validator.<br />
<br />
Thanks<br />
Tim]]></description>
			<content:encoded><![CDATA[Hi Ben/All<br />
<br />
I am sure I am missing something really obvious but here is my problem. <br />
<br />
I like to have a set of initial values in my form so that people filling in the form can't go wrong. This is especially important on long lists on several columns of the same thing. However the JS validator see the example data as correct data.<br />
<br />
E.g.<br />
I have a three column form for prescriptions the headings are:<br />
<br />
Item name,  Item strength, Item quantity<br />
<br />
Only the first row are required fields but there are 11 more rows for large orders.<br />
<br />
If I put example data in the first row then the JS validator sees the fields as completed and allows submission. Is there a simple way to check if the field matches the example data and if so throw a validation error. <br />
<br />
I could write my own validation script but I'd like to use the bundled JS validator.<br />
<br />
Thanks<br />
Tim]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hide "TO" in form e-mails]]></title>
			<link>http://forums.formtools.org/showthread.php?tid=812</link>
			<pubDate>Fri, 20 Aug 2010 05:46:01 -0700</pubDate>
			<dc:creator>craven</dc:creator>
			<guid isPermaLink="false">http://forums.formtools.org/showthread.php?tid=812</guid>
			<description><![CDATA[Hi,<br />
<br />
Is there any way to hide the recipients of the e-mail with the swift mailer module ?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Is there any way to hide the recipients of the e-mail with the swift mailer module ?<br />
<br />
Thanks]]></content:encoded>
		</item>
	</channel>
</rss>