<?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>Sun, 14 Mar 2010 15:02:50 +0000</pubDate>

<item>
<title>Plastic on "Can't edit view-functions.php"</title>
<link>http://www.appnitro.com/forums/topic/cant-edit-view-functionsphp#post-8922</link>
<pubDate>Sun, 14 Mar 2010 10:45:02 +0000</pubDate>
<dc:creator>Plastic</dc:creator>
<guid isPermaLink="false">8922@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I am using 2.2 Unlimited version. Everything else seems to work just fine but I cannot edit the viw-functions.php file using CPanel code editor All I get is a blank white screen. The progress bar runs for about 2 seconds, then the page says &#34;Done&#34; but there is nothing on the screen. I was able to access other files such as helper-functions.php. What might I be doing wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>rjanak on "SSL and file upload"</title>
<link>http://www.appnitro.com/forums/topic/ssl-and-file-upload#post-8921</link>
<pubDate>Sun, 14 Mar 2010 06:24:48 +0000</pubDate>
<dc:creator>rjanak</dc:creator>
<guid isPermaLink="false">8921@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I think this is more of a SSL functionality than a MachForm functionality question but I'm sure someone can help me out... If I have MachForm on a secure domain and one of the fields is a file upload, would that file be encrypted when the form is submitted?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Upload File Types"</title>
<link>http://www.appnitro.com/forums/topic/upload-file-types#post-8920</link>
<pubDate>Sun, 14 Mar 2010 05:35:21 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8920@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yes, you can left the &#34;deny&#34; list empty and set the &#34;allow&#34; list, only those types will be allowed.&#60;/p&#62;
&#60;p&#62;No need to put hundreds of deny list.
&#60;/p&#62;</description>
</item>
<item>
<title>lindabryce on "Upload File Types"</title>
<link>http://www.appnitro.com/forums/topic/upload-file-types#post-8919</link>
<pubDate>Sun, 14 Mar 2010 02:21:57 +0000</pubDate>
<dc:creator>lindabryce</dc:creator>
<guid isPermaLink="false">8919@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;In version 2.2, using the config.php code you provided, is there a better way of denying files? If that line is left empty and the &#34;allowed&#34; line is populated with various extension types, will ONLY those types be allowed? Or does there HAVE to be extension types listed in the &#34;deny&#34; line to keep all other types out? It seems like there would have to be hundreds of denied extensions added otherwise.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Removal of Country"</title>
<link>http://www.appnitro.com/forums/topic/removal-of-country#post-8918</link>
<pubDate>Sat, 13 Mar 2010 14:38:21 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8918@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;When you edit your form, click your address field.&#60;br /&#62;
At the right tab, your field property, simply set the Default Country dropdown.
&#60;/p&#62;</description>
</item>
<item>
<title>monyeenblack on "Removal of Country"</title>
<link>http://www.appnitro.com/forums/topic/removal-of-country#post-8917</link>
<pubDate>Sat, 13 Mar 2010 00:47:19 +0000</pubDate>
<dc:creator>monyeenblack</dc:creator>
<guid isPermaLink="false">8917@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yuniar, how can you set the default value for the country list?
&#60;/p&#62;</description>
</item>
<item>
<title>monyeenblack on "Problem with fields on same line"</title>
<link>http://www.appnitro.com/forums/topic/problem-with-fields-on-same-line#post-8916</link>
<pubDate>Sat, 13 Mar 2010 00:45:27 +0000</pubDate>
<dc:creator>monyeenblack</dc:creator>
<guid isPermaLink="false">8916@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;thank you so much. that resolved it.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Removal of Country"</title>
<link>http://www.appnitro.com/forums/topic/removal-of-country#post-8915</link>
<pubDate>Fri, 12 Mar 2010 19:17:13 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8915@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Around line 1437, search for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_6&#38;quot; class=&#38;quot;right&#38;quot;&#38;gt;
  &#38;lt;select class=&#38;quot;element select medium&#38;quot; id=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;
	{$country_markup}
  &#38;lt;/select&#38;gt;
  &#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;{$lang[&#38;#39;address_country&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;simply remove that block of code.&#60;/p&#62;
&#60;p&#62;Anyway, you can also set the default value of this country list, so you don't have to remove it. This way, the country dropdown will be pre-selected to the default country.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "MachForm --&#62; PDF"</title>
<link>http://www.appnitro.com/forums/topic/machform-gt-pdf#post-8914</link>
<pubDate>Fri, 12 Mar 2010 19:12:34 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8914@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Sorry, I'm afraid MachForm doesn't have the feature to generate filled PDF file.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Mods to the form - please help (add txt/jpg/center data)"</title>
<link>http://www.appnitro.com/forums/topic/mods-to-the-form-please-help#post-8913</link>
<pubDate>Fri, 12 Mar 2010 19:11:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8913@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think I've replied to your email for the above questions.&#60;br /&#62;
Let's continue there instead.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How to limit access to redirect page, after submission?"</title>
<link>http://www.appnitro.com/forums/topic/how-to-limit-access-to-redirect-page-after-submission#post-8912</link>
<pubDate>Fri, 12 Mar 2010 19:09:29 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8912@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hello Angel,&#60;/p&#62;
&#60;p&#62;Please contact us directly through email: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Check if email address exist"</title>
<link>http://www.appnitro.com/forums/topic/check-if-email-address-exist#post-8911</link>
<pubDate>Fri, 12 Mar 2010 19:08:10 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8911@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I'm afraid it won't be possible to check whether the email is really exist or not. Sorry.&#60;br /&#62;
The validation only checks for the correct email format.
&#60;/p&#62;</description>
</item>
<item>
<title>thomascochran on "MachForm --&#62; PDF"</title>
<link>http://www.appnitro.com/forums/topic/machform-gt-pdf#post-8910</link>
<pubDate>Fri, 12 Mar 2010 04:10:48 +0000</pubDate>
<dc:creator>thomascochran</dc:creator>
<guid isPermaLink="false">8910@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I am interested in purchasing MachForm and have seen all the demos.  Is there a way that I can create an application for potential clients to fill out and then have it generate a filled PDF to be sent to them for their personal records of completion?&#60;/p&#62;
&#60;p&#62;If not, how can I incorporate an additional parties software with MachForm to accomplish this goal?&#60;/p&#62;
&#60;p&#62;Thank you in advance for any recommendations
&#60;/p&#62;</description>
</item>
<item>
<title>jeriherman on "how to add logo ~ tried other link an still lost!"</title>
<link>http://www.appnitro.com/forums/topic/how-to-add-logo-tried-other-link-an-still-lost#post-8909</link>
<pubDate>Fri, 12 Mar 2010 01:34:46 +0000</pubDate>
<dc:creator>jeriherman</dc:creator>
<guid isPermaLink="false">8909@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;me again, sorry.  I figured it out -- i needed a line for height!  Yea!  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>jeriherman on "how to add logo ~ tried other link an still lost!"</title>
<link>http://www.appnitro.com/forums/topic/how-to-add-logo-tried-other-link-an-still-lost#post-8908</link>
<pubDate>Fri, 12 Mar 2010 01:19:50 +0000</pubDate>
<dc:creator>jeriherman</dc:creator>
<guid isPermaLink="false">8908@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Help, I am trying this an it still is not working for me.  I have uploaded gif file with my logo to images folder in my public html folder and I've changed the code as directed.  It got rid of the gray bar, but no logo is appearing. HELP!&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>lif on "Removal of Country"</title>
<link>http://www.appnitro.com/forums/topic/removal-of-country#post-8907</link>
<pubDate>Fri, 12 Mar 2010 00:46:42 +0000</pubDate>
<dc:creator>lif</dc:creator>
<guid isPermaLink="false">8907@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I did a search for this prior to posting.  Is this what I need to remove to not have country show up?&#60;/p&#62;
&#60;p&#62;//create country markup, if no default value, provide a blank option&#60;br /&#62;
		if(empty($element-&#38;gt;default_value)){&#60;br /&#62;
			$country_markup = '&#38;lt;option value=&#34;&#34; selected=&#34;selected&#34;&#38;gt;&#38;lt;/option&#38;gt;'.&#34;\n&#34;;&#60;br /&#62;
		}else{&#60;br /&#62;
			$country_markup = '';&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		foreach ($country as $data){&#60;br /&#62;
			if($data['value'] == $element-&#38;gt;default_value){&#60;br /&#62;
				$selected = 'selected=&#34;selected&#34;';&#60;br /&#62;
			}else{&#60;br /&#62;
				$selected = '';&#60;br /&#62;
			}
&#60;/p&#62;</description>
</item>
<item>
<title>lif on "Mods to the form - please help (add txt/jpg/center data)"</title>
<link>http://www.appnitro.com/forums/topic/mods-to-the-form-please-help#post-8906</link>
<pubDate>Fri, 12 Mar 2010 00:14:08 +0000</pubDate>
<dc:creator>lif</dc:creator>
<guid isPermaLink="false">8906@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Okay click on my form; &#60;a href=&#34;http://www.longislandfirearms.com/forms/view.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.longislandfirearms.com/forms/view.php?id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I need to make some additions. &#60;/p&#62;
&#60;p&#62;1. Long Island Firearms and Women on target need to be centered.&#60;br /&#62;
2. Need to add logos (jpg) files under them (centered)&#60;br /&#62;
3. Need to add additional text under the jpgs to provide dates and times for the event.&#60;br /&#62;
4. Removal of Powered by Machform and add my copyright info in its place.&#60;/p&#62;
&#60;p&#62;Might be a good mod for future to add text/jpgs.&#60;/p&#62;
&#60;p&#62;Please help!&#60;br /&#62;
Thanks in advance
&#60;/p&#62;</description>
</item>
<item>
<title>aolmos on "Dates before 1900"</title>
<link>http://www.appnitro.com/forums/topic/dates-before-1900#post-8905</link>
<pubDate>Thu, 11 Mar 2010 19:47:25 +0000</pubDate>
<dc:creator>aolmos</dc:creator>
<guid isPermaLink="false">8905@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Solved, it was an Excel problem
&#60;/p&#62;</description>
</item>
<item>
<title>aolmos on "How to limit access to redirect page, after submission?"</title>
<link>http://www.appnitro.com/forums/topic/how-to-limit-access-to-redirect-page-after-submission#post-8904</link>
<pubDate>Thu, 11 Mar 2010 19:28:58 +0000</pubDate>
<dc:creator>aolmos</dc:creator>
<guid isPermaLink="false">8904@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Good morning,&#60;/p&#62;
&#60;p&#62;I've been trying to do this with my forms, without any result at all? Could I hire you to make our forms display the data of the form in the thank you page?&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Angel
&#60;/p&#62;</description>
</item>
<item>
<title>Robye on "Check if email address exist"</title>
<link>http://www.appnitro.com/forums/topic/check-if-email-address-exist#post-8903</link>
<pubDate>Thu, 11 Mar 2010 18:48:52 +0000</pubDate>
<dc:creator>Robye</dc:creator>
<guid isPermaLink="false">8903@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Someone know some way to check an email field, but not the usual validation of the email field, i mean to check before submit if the email its a existent email or not...?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Create Country drop down list"</title>
<link>http://www.appnitro.com/forums/topic/create-country-drop-down-list#post-8902</link>
<pubDate>Thu, 11 Mar 2010 10:25:57 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8902@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Send us email directly. We have the script to do this. We'll send you the file.&#60;br /&#62;
Please mail to: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Unable to login to my control panel"</title>
<link>http://www.appnitro.com/forums/topic/unable-to-login-to-my-control-panel#post-8901</link>
<pubDate>Thu, 11 Mar 2010 10:15:33 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8901@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;if you are using Powweb hosting, check this post:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/adjustments-to-machform-for-powweb-hosting?replies=6&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/adjustments-to-machform-for-powweb-hosting?replies=6&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>craigbraemer on "Unable to login to my control panel"</title>
<link>http://www.appnitro.com/forums/topic/unable-to-login-to-my-control-panel#post-8900</link>
<pubDate>Thu, 11 Mar 2010 08:51:04 +0000</pubDate>
<dc:creator>craigbraemer</dc:creator>
<guid isPermaLink="false">8900@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hey, I just installed and have the same problem accessing my admin panel...and I am a new user. What do I do? I know I have the password and username correct, because if I enter either incorrectly I get an error message to that effect.
&#60;/p&#62;</description>
</item>
<item>
<title>arnaudboub on "problem accents (French language) é = Ã©"</title>
<link>http://www.appnitro.com/forums/topic/problem-accents-french-language-e-a%c2%a9#post-8899</link>
<pubDate>Thu, 11 Mar 2010 01:26:03 +0000</pubDate>
<dc:creator>arnaudboub</dc:creator>
<guid isPermaLink="false">8899@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;hum, doesn't work with PHP5 on server &#34;Free.fr&#34; in France.
&#60;/p&#62;</description>
</item>
<item>
<title>pancho91 on "Create Country drop down list"</title>
<link>http://www.appnitro.com/forums/topic/create-country-drop-down-list#post-8897</link>
<pubDate>Wed, 10 Mar 2010 21:15:59 +0000</pubDate>
<dc:creator>pancho91</dc:creator>
<guid isPermaLink="false">8897@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi, in need to create a country drop down list, but i cant do it manually (i mean, adding hundreds of country's to the list would be insane).&#60;/p&#62;
&#60;p&#62;is there anyway to do this easily?&#60;/p&#62;
&#60;p&#62;BYe
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How to get P Form to email you after sumbission?"</title>
<link>http://www.appnitro.com/forums/topic/how-to-get-p-form-to-email-you-after-sumbission#post-8896</link>
<pubDate>Wed, 10 Mar 2010 21:06:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8896@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hello Josh,&#60;/p&#62;
&#60;p&#62;Ok, so pForm (www.phpform.org) only generates HTML form templates, without any form processing capability.&#60;/p&#62;
&#60;p&#62;You'll need to add your own form processing code to make it send to email.&#60;/p&#62;
&#60;p&#62;There are many form processor code out there, or you might want to use our complete solution instead, which is MachForm.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Problem with quotes in email"</title>
<link>http://www.appnitro.com/forums/topic/problem-with-quotes-in-email#post-8895</link>
<pubDate>Wed, 10 Mar 2010 21:04:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8895@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi thibaut!&#60;/p&#62;
&#60;p&#62;Do you have access to your php.ini file?&#60;br /&#62;
If so, try to set this value:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;magic_quotes_gpc = Off&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Otherwise, please send me your FTP login info and I'll check it directly.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Field Label Characters limited (check box/multiple choice)"</title>
<link>http://www.appnitro.com/forums/topic/field-label-characters-limited-check-boxmultiple-choice#post-8894</link>
<pubDate>Wed, 10 Mar 2010 20:59:52 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8894@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hmm.. that's weird.&#60;br /&#62;
Can we login to your machform to check it?&#60;/p&#62;
&#60;p&#62;Please send the login info to: customer.service [at] appnitro.com&#60;/p&#62;
&#60;p&#62;We'll help you solving the issue.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Adding an additional field for selection"</title>
<link>http://www.appnitro.com/forums/topic/adding-an-additional-field-for-selection#post-8893</link>
<pubDate>Wed, 10 Mar 2010 20:57:49 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8893@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Replacing Country with County would be very easy.&#60;br /&#62;
You'll need to edit two files:&#60;/p&#62;
&#60;p&#62;1) includes/language.php&#60;/p&#62;
&#60;p&#62;Search around line 24:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$lang[&#38;#39;address_country&#38;#39;]	=	&#38;#39;Country&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$lang[&#38;#39;address_country&#38;#39;]	=	&#38;#39;County&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) includes/view-functions.php&#60;/p&#62;
&#60;p&#62;Search around line 968 and you'll see a list of countries. Simply change the values with your counties.
&#60;/p&#62;</description>
</item>
<item>
<title>thibautninove on "Problem with quotes in email"</title>
<link>http://www.appnitro.com/forums/topic/problem-with-quotes-in-email#post-8892</link>
<pubDate>Wed, 10 Mar 2010 20:44:20 +0000</pubDate>
<dc:creator>thibautninove</dc:creator>
<guid isPermaLink="false">8892@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi yuniar !&#60;/p&#62;
&#60;p&#62;I encounter a small problem with emails formatting, small but annoying...&#60;br /&#62;
All the emails contain \' instead of just the quote ' and it is the case for all the fields.&#60;/p&#62;
&#60;p&#62;What can I do about this ?&#60;/p&#62;
&#60;p&#62;Thank's
&#60;/p&#62;</description>
</item>
<item>
<title>joshswordqts-ltdcom on "How to get P Form to email you after sumbission?"</title>
<link>http://www.appnitro.com/forums/topic/how-to-get-p-form-to-email-you-after-sumbission#post-8891</link>
<pubDate>Wed, 10 Mar 2010 18:54:55 +0000</pubDate>
<dc:creator>joshswordqts-ltdcom</dc:creator>
<guid isPermaLink="false">8891@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi all! &#60;/p&#62;
&#60;p&#62;I was wondering if you know how to get P Forms to email you the contents of the form that has been filled in by a customer? &#60;/p&#62;
&#60;p&#62;Any help is very much appreiciated!!  &#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Josh.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Want to use image on form in email as well"</title>
<link>http://www.appnitro.com/forums/topic/want-to-use-image-on-form-in-email-as-well#post-8890</link>
<pubDate>Wed, 10 Mar 2010 16:08:47 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8890@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Have you try to insert IMG tag in content mail setting like this ? &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://balloonprint.co.uk.ourwindowsnetwork.com/images/misc/bp%20logo%20shadow.gif&#38;quot; /&#38;gt;
{entry_data}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Otherwise it might be the image is blocked by your mail client. If so, you need to download the image manually by click some notification bar in there.
&#60;/p&#62;</description>
</item>
<item>
<title>christielacy on "Field Label Characters limited (check box/multiple choice)"</title>
<link>http://www.appnitro.com/forums/topic/field-label-characters-limited-check-boxmultiple-choice#post-8888</link>
<pubDate>Wed, 10 Mar 2010 02:50:22 +0000</pubDate>
<dc:creator>christielacy</dc:creator>
<guid isPermaLink="false">8888@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I'm trying to use the machform for my policies and contract, however, when I save the information and then view it, it is limiting me to a certain length. How do I change this to allow the full contract to be visible? This is occuring in both Multiple choice and check box options.&#60;/p&#62;
&#60;p&#62;Thanks so much, and I apologize if this has been covered before. I've searched but only found people wanting to limit, not making it longer.
&#60;/p&#62;</description>
</item>
<item>
<title>KnockOuts on "Adding an additional field for selection"</title>
<link>http://www.appnitro.com/forums/topic/adding-an-additional-field-for-selection#post-8887</link>
<pubDate>Wed, 10 Mar 2010 01:28:59 +0000</pubDate>
<dc:creator>KnockOuts</dc:creator>
<guid isPermaLink="false">8887@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;If anything, I'd like to replace the 'Country' field with 'County'. If I can't do that, I'd just like to add an entire new field in for the 'County' selection and make it a drop down.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Adding an additional field for selection"</title>
<link>http://www.appnitro.com/forums/topic/adding-an-additional-field-for-selection#post-8886</link>
<pubDate>Tue, 09 Mar 2010 21:05:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8886@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Do you want to replace the State field with County? and make the county as a dropdown?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
