<?xml version="1.0"?><!-- generator="bbPress" -->

<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>Appnitro Software Forums: Last 35 Posts</title>
<link>http://www.appnitro.com/forums/</link>
<description>Appnitro Software Forums: Last 35 Posts</description>
<language>en</language>
<pubDate>Fri, 03 Sep 2010 14:20:13 +0000</pubDate>

<item>
<title>yuniar on "Import file"</title>
<link>http://www.appnitro.com/forums/topic/import-file#post-10364</link>
<pubDate>Fri, 03 Sep 2010 20:33:10 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10364@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Sorry, I'm afraid MachForm can't import any existing data yet.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Redirect URL and javascript history back"</title>
<link>http://www.appnitro.com/forums/topic/redirect-url-and-javascript-history-back#post-10363</link>
<pubDate>Fri, 03 Sep 2010 20:32:21 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10363@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;instead of doing that, you can put the URL of your form there.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "File Upload Question"</title>
<link>http://www.appnitro.com/forums/topic/file-upload-question#post-10362</link>
<pubDate>Fri, 03 Sep 2010 20:26:27 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10362@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Ah.. I see.&#60;br /&#62;
I'm afraid MachForm currently can't send the file as attachment. Sorry.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "using machform to send attachment files in emails"</title>
<link>http://www.appnitro.com/forums/topic/using-machform-to-send-attachment-files-in-emails#post-10361</link>
<pubDate>Fri, 03 Sep 2010 20:22:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10361@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yes, you can add some conditional code to make this available for some forms only.&#60;br /&#62;
First, make sure to remove the above code.&#60;/p&#62;
&#60;p&#62;Then around line 22 search for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_id 	= $params[&#38;#39;form_id&#38;#39;];
$id      	= $params[&#38;#39;id&#38;#39;];
$field_name = $params[&#38;#39;el&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;below those lines add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!in_array($form_id,array(6,7,8)){
   require(&#38;#39;includes/check-session.php&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would set the hack to be applied for forms with id numbers 6 or 7 or 8 only.&#60;br /&#62;
Adjust those id numbers with your own form id numbers.&#60;br /&#62;
`
&#60;/p&#62;</description>
</item>
<item>
<title>Willy on "Change field type?"</title>
<link>http://www.appnitro.com/forums/topic/change-field-type#post-10360</link>
<pubDate>Fri, 03 Sep 2010 19:32:28 +0000</pubDate>
<dc:creator>Willy</dc:creator>
<guid isPermaLink="false">10360@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;You can duplicate the field, in the duplicate you can change the field type.&#60;br /&#62;
After doing that just delete the original field.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Text area - limit to 140 characters"</title>
<link>http://www.appnitro.com/forums/topic/text-area-limit-to-140-characters#post-10359</link>
<pubDate>Fri, 03 Sep 2010 18:53:14 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">10359@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It just to make you easier when using the code. But you can also try to change this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/jquery/jquery-core.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would give you the same result
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Change field type?"</title>
<link>http://www.appnitro.com/forums/topic/change-field-type#post-10358</link>
<pubDate>Fri, 03 Sep 2010 18:19:50 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">10358@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I'm afraid this can not be done.&#60;br /&#62;
You need to re-create new field for your form with check box field type.
&#60;/p&#62;</description>
</item>
<item>
<title>Robye on "Redirect URL and javascript history back"</title>
<link>http://www.appnitro.com/forums/topic/redirect-url-and-javascript-history-back#post-10355</link>
<pubDate>Fri, 03 Sep 2010 17:54:26 +0000</pubDate>
<dc:creator>Robye</dc:creator>
<guid isPermaLink="false">10355@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;May i write in the 'Redirect URL' the code javascript:history.back() ? Maybe it resend the form... (?)
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "can I add a field for an auto-generated number"</title>
<link>http://www.appnitro.com/forums/topic/can-i-add-a-field-for-an-auto-generated-number#post-10354</link>
<pubDate>Fri, 03 Sep 2010 15:11:09 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">10354@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I think you can use an entry number for the id which is generated an auto number. You can use template variable in email to put the entry id in mail notification. Simply put this code in &#34;content&#34; text box &#60;/p&#62;
&#60;p&#62;{entry_id}&#60;/p&#62;
&#60;p&#62;If you need a custom number, you can try to use the method in here :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/unique-alpha-numeric-form-id-for-customers?replies=9&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/unique-alpha-numeric-form-id-for-customers?replies=9&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bdaqueen on "Import file"</title>
<link>http://www.appnitro.com/forums/topic/import-file#post-10353</link>
<pubDate>Fri, 03 Sep 2010 07:21:14 +0000</pubDate>
<dc:creator>bdaqueen</dc:creator>
<guid isPermaLink="false">10353@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hello, is there a way to import an XLSX file information into my form?&#60;/p&#62;
&#60;p&#62;Wanda
&#60;/p&#62;</description>
</item>
<item>
<title>lapiz on "Auto expanding iframe - DETAILS INSIDE"</title>
<link>http://www.appnitro.com/forums/topic/auto-expanding-iframe-details-inside/page/2#post-10352</link>
<pubDate>Fri, 03 Sep 2010 03:12:49 +0000</pubDate>
<dc:creator>lapiz</dc:creator>
<guid isPermaLink="false">10352@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I am having this problem with the expanding iframe in firefox. The custom submit button that i have appears cut at the bottom, and it is only in Firefox that it does this. Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>breezeop on "can I add a field for an auto-generated number"</title>
<link>http://www.appnitro.com/forums/topic/can-i-add-a-field-for-an-auto-generated-number#post-10351</link>
<pubDate>Fri, 03 Sep 2010 02:45:12 +0000</pubDate>
<dc:creator>breezeop</dc:creator>
<guid isPermaLink="false">10351@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Is there a way to add a field to the form which is for an auto-generated number - like a confirmation number.  The intent would be to use this number in all corresponding emails and to be able to report off it in the MSSQL Database
&#60;/p&#62;</description>
</item>
<item>
<title>Trowar on "Default values for price fields when using Advanced Form Code"</title>
<link>http://www.appnitro.com/forums/topic/default-values-for-price-fields-when-using-advanced-form-code#post-10350</link>
<pubDate>Fri, 03 Sep 2010 00:48:20 +0000</pubDate>
<dc:creator>Trowar</dc:creator>
<guid isPermaLink="false">10350@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I found the solution in the thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/lock-in-default-field#post-9801&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/lock-in-default-field#post-9801&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Not sure how I missed it in my searches.&#60;/p&#62;
&#60;p&#62;Anyway, problem solved :)
&#60;/p&#62;</description>
</item>
<item>
<title>tania on "Change field type?"</title>
<link>http://www.appnitro.com/forums/topic/change-field-type#post-10349</link>
<pubDate>Thu, 02 Sep 2010 23:13:46 +0000</pubDate>
<dc:creator>tania</dc:creator>
<guid isPermaLink="false">10349@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Is it possible to change field type once it has been chosen and saved?  For example, can I change a multiple choice field type to a checkbox field type without creating a new question?  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "File Upload Question"</title>
<link>http://www.appnitro.com/forums/topic/file-upload-question#post-10348</link>
<pubDate>Thu, 02 Sep 2010 21:04:44 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10348@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;We are on an intranet.  Our client cannot access our intranet.  The machform is on our intranet.  Therefore when then email is sent from machform, I need to send the attachment from the file up-load feature.  I don't need a link to the attachment I need the actual attachment sent.
&#60;/p&#62;</description>
</item>
<item>
<title>shamzzz on "Anyone got any good tips for creating forms for MOBILE DEVICES"</title>
<link>http://www.appnitro.com/forums/topic/anyone-got-any-good-tips-for-creating-forms-for-mobile-devices#post-10347</link>
<pubDate>Thu, 02 Sep 2010 20:46:15 +0000</pubDate>
<dc:creator>shamzzz</dc:creator>
<guid isPermaLink="false">10347@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Does anyone have any tips for creating excellent forms designed specifically for mobile devices such as blackberries and iphones.&#60;/p&#62;
&#60;p&#62;tips on size guides etc....&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>shamzzz on "Text area - limit to 140 characters"</title>
<link>http://www.appnitro.com/forums/topic/text-area-limit-to-140-characters#post-10346</link>
<pubDate>Thu, 02 Sep 2010 18:50:14 +0000</pubDate>
<dc:creator>shamzzz</dc:creator>
<guid isPermaLink="false">10346@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thanks for your help but please explain to me why this script goes to:&#60;br /&#62;
&#60;a href=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#34; rel=&#34;nofollow&#34;&#62;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I always like to know what sites my code refers to, incase they stop working then my things stop working etc..&#60;/p&#62;
&#60;p&#62;i look forward to your reply&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;shamzzzzzz
&#60;/p&#62;</description>
</item>
<item>
<title>Trowar on "Default values for price fields when using Advanced Form Code"</title>
<link>http://www.appnitro.com/forums/topic/default-values-for-price-fields-when-using-advanced-form-code#post-10345</link>
<pubDate>Thu, 02 Sep 2010 17:28:17 +0000</pubDate>
<dc:creator>Trowar</dc:creator>
<guid isPermaLink="false">10345@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I can populate single line fields without a problem.&#60;/p&#62;
&#60;p&#62;I am trying to populate the euro price fields.
&#60;/p&#62;</description>
</item>
<item>
<title>moshin on "Multiple User Logins"</title>
<link>http://www.appnitro.com/forums/topic/multiple-user-logins#post-10344</link>
<pubDate>Thu, 02 Sep 2010 16:45:31 +0000</pubDate>
<dc:creator>moshin</dc:creator>
<guid isPermaLink="false">10344@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I'm too waiting for a new version of Machform almost 2 years now.&#60;/p&#62;
&#60;p&#62;Features missing&#60;br /&#62;
- Multiple user / user login (individual accounts where users can edit/update the information submitted)&#60;br /&#62;
- Multiple user / admin login (make other admin logins to allow co-workers to edit specific forms)&#60;br /&#62;
- Multi-page forms&#60;br /&#62;
- Conditional forms (forms adapts depending on the options. Example: Do you play sports? If the user selects YES, an option will show up to type &#34;kind of sports&#34;. If the user selects NO, the &#34;kind of sports&#34; option stay hidden)&#60;/p&#62;
&#60;p&#62;These are the updates I would really want Machform to have.&#60;br /&#62;
I really love Machform now but an updated version soon would be logic. &#60;/p&#62;
&#60;p&#62;Some of these features are already present on other form builders, but they aren't a standalone platforms like Machform.&#60;/p&#62;
&#60;p&#62;I personally don't mind to pay extra for an Machform-Pro Version with these features.
&#60;/p&#62;</description>
</item>
<item>
<title>moshin on "using machform to send attachment files in emails"</title>
<link>http://www.appnitro.com/forums/topic/using-machform-to-send-attachment-files-in-emails#post-10343</link>
<pubDate>Thu, 02 Sep 2010 16:28:22 +0000</pubDate>
<dc:creator>moshin</dc:creator>
<guid isPermaLink="false">10343@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yuniar,&#60;br /&#62;
Is there a workaround to make this available for some forms only? (I don't want the bypass on all forms)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Default values for price fields when using Advanced Form Code"</title>
<link>http://www.appnitro.com/forums/topic/default-values-for-price-fields-when-using-advanced-form-code#post-10342</link>
<pubDate>Thu, 02 Sep 2010 15:26:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10342@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Are you able to populate the single line field with default value?&#60;br /&#62;
Also, which price field are you using? dollar, euro?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Blank Screen with Hostgator Install"</title>
<link>http://www.appnitro.com/forums/topic/blank-screen-with-hostgator-install#post-10341</link>
<pubDate>Thu, 02 Sep 2010 15:22:29 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10341@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Most likely, some of your files were being corrupted.&#60;br /&#62;
Try to re-upload your machform files again and make sure there is no syntax error within your config.php file.&#60;/p&#62;
&#60;p&#62;If the problem persist, can you contact us directly and send us your config.php file please?&#60;br /&#62;
We'll check it.&#60;/p&#62;
&#60;p&#62;HostGator should be working just fine.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Auto Response/Confirmations"</title>
<link>http://www.appnitro.com/forums/topic/auto-responseconfirmations#post-10340</link>
<pubDate>Thu, 02 Sep 2010 15:20:52 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10340@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi Scott,&#60;/p&#62;
&#60;p&#62;Yes, MachForm fully support auto responder.&#60;br /&#62;
You can customize the subject and content of the email from the &#34;Emails&#34; page within the admin panel.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "File Upload Question"</title>
<link>http://www.appnitro.com/forums/topic/file-upload-question#post-10339</link>
<pubDate>Thu, 02 Sep 2010 15:19:15 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10339@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hmm... I'm not sure what do you mean by sending the form through port 25?&#60;br /&#62;
Do you mean accessing the form using port 25, like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.example.com:25/machform/view.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com:25/machform/view.php?id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If your users are able to fill your form, then they should be able to download the file, after applying the above modification.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Error on form submission"</title>
<link>http://www.appnitro.com/forums/topic/error-on-form-submission#post-10338</link>
<pubDate>Thu, 02 Sep 2010 15:13:29 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10338@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;You need to use any valid form processing code or you can use our fully featured MachForm, which already contains the complete form code.
&#60;/p&#62;</description>
</item>
<item>
<title>Trowar on "Default values for price fields when using Advanced Form Code"</title>
<link>http://www.appnitro.com/forums/topic/default-values-for-price-fields-when-using-advanced-form-code#post-10336</link>
<pubDate>Thu, 02 Sep 2010 02:28:12 +0000</pubDate>
<dc:creator>Trowar</dc:creator>
<guid isPermaLink="false">10336@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How can I populate the price fields with a default value when using &#60;strong&#62;Advanced Form Code&#60;/strong&#62;?&#60;/p&#62;
&#60;p&#62;I use:&#60;/p&#62;
&#60;p&#62;if($form_id == 5 &#38;#38;&#38;#38; $row['element_id'] == 3){&#60;br /&#62;
	$element[$j]-&#38;gt;default_value = $_GET['email'];&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to populate single line fields but you cannot set the element to 14_1 or 14_2 to edit the price fields.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>tdemorsella on "Blank Screen with Hostgator Install"</title>
<link>http://www.appnitro.com/forums/topic/blank-screen-with-hostgator-install#post-10335</link>
<pubDate>Thu, 02 Sep 2010 00:54:53 +0000</pubDate>
<dc:creator>tdemorsella</dc:creator>
<guid isPermaLink="false">10335@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I tried installing twice and I keep getting a blank screen on the installer page.  When searching your support forum, I read that  Hostgator should allow correct installation, but now form submission without assistance from tech support.  Would that impact the installation.  If not, what else should I look at to fix the problem with my install?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>scottief on "Auto Response/Confirmations"</title>
<link>http://www.appnitro.com/forums/topic/auto-responseconfirmations#post-10334</link>
<pubDate>Wed, 01 Sep 2010 23:48:11 +0000</pubDate>
<dc:creator>scottief</dc:creator>
<guid isPermaLink="false">10334@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Sorry if this is a duplicate request. But I am wondering if this product will allow a auto response feature. I did not see it on the feature list.
&#60;/p&#62;</description>
</item>
<item>
<title>jamesnoronha on "Multiple User Logins"</title>
<link>http://www.appnitro.com/forums/topic/multiple-user-logins#post-10333</link>
<pubDate>Wed, 01 Sep 2010 23:05:46 +0000</pubDate>
<dc:creator>jamesnoronha</dc:creator>
<guid isPermaLink="false">10333@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yuniar,&#60;/p&#62;
&#60;p&#62;Hate to be a bug, but is there any update on the new version?  A rough timeline would help us plan for this better.  Thanks for a terrific product.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
</item>
<item>
<title>discosteve on "Add radio button fields together and display total amount"</title>
<link>http://www.appnitro.com/forums/topic/add-radio-button-fields-together-and-display-total-amount#post-10332</link>
<pubDate>Wed, 01 Sep 2010 22:20:06 +0000</pubDate>
<dc:creator>discosteve</dc:creator>
<guid isPermaLink="false">10332@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thanks yuniar - I appreciate the response. I'll see what I can do.
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "File Upload Question"</title>
<link>http://www.appnitro.com/forums/topic/file-upload-question#post-10331</link>
<pubDate>Wed, 01 Sep 2010 21:35:10 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10331@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;This is the exact situation I'm dealing with: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/using-machform-to-send-attachment-files-in-emails?replies=4#post-7747&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/using-machform-to-send-attachment-files-in-emails?replies=4#post-7747&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My problem is that I'm on an intranet and the form is being sent to our client via port 25.  My questions are if they don't have access to our intranet they can't download the file? If that's the case would the only solution be hosting externally? Or is there a way to send the file instead of the link to the file?
&#60;/p&#62;</description>
</item>
<item>
<title>DannyMacD on "Error on form submission"</title>
<link>http://www.appnitro.com/forums/topic/error-on-form-submission#post-10330</link>
<pubDate>Wed, 01 Sep 2010 19:00:04 +0000</pubDate>
<dc:creator>DannyMacD</dc:creator>
<guid isPermaLink="false">10330@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;yes i am.. how can i fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Add radio button fields together and display total amount"</title>
<link>http://www.appnitro.com/forums/topic/add-radio-button-fields-together-and-display-total-amount#post-10329</link>
<pubDate>Wed, 01 Sep 2010 18:32:29 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10329@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Technically speaking, this is possible by using some Javascript code. Using jQuery, you could build the custom calculation for your forms.&#60;/p&#62;
&#60;p&#62;However, this would require pretty much custom code and very specific for that particular form, which I'm afraid we can't help much with. Sorry.&#60;/p&#62;
&#60;p&#62;I suggest to hire programmer to do this.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Error on form submission"</title>
<link>http://www.appnitro.com/forums/topic/error-on-form-submission#post-10328</link>
<pubDate>Wed, 01 Sep 2010 18:28:30 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10328@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi Danny,&#60;/p&#62;
&#60;p&#62;Are you using the form generated by phpform.org?&#60;br /&#62;
If so, the site only generate the HTML form template, without any form processing functions.&#60;/p&#62;
&#60;p&#62;Thus it would generate the error when you try submitting it.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "File downloading via IE8"</title>
<link>http://www.appnitro.com/forums/topic/file-downloading-via-ie8#post-10327</link>
<pubDate>Wed, 01 Sep 2010 18:27:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10327@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;That sounds weird indeed. If you have removed the &#34;includes/check-session.php&#34;,,there shouldn't be any problem with any browsers.&#60;/p&#62;
&#60;p&#62;Is it possible for us to check it directly?&#60;br /&#62;
Please contact us via email and let us know the necessary URL and MachForm login info.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
