<?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 Jul 2009 20:34:22 +0000</pubDate>

<item>
<title>redityo on "Email subject containing Form Element"</title>
<link>http://www.appnitro.com/forums/topic/email-subject-containing-form-element#post-6473</link>
<pubDate>Fri, 03 Jul 2009 21:18:53 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6473@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi Alan,&#60;/p&#62;
&#60;p&#62;To put one of your element value to email subject, you can use mail template variable. For example your element id = 1 then go to emails menu and expand the options. You will see a &#34;subject&#34; text box in there, change the value from :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{form_name} [#{entry_no}]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{form_name} [#{entry_no}]  {element_1}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Anyway thank's for the nice word ;)
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "css file blank"</title>
<link>http://www.appnitro.com/forums/topic/css-file-blank#post-6472</link>
<pubDate>Fri, 03 Jul 2009 21:10:07 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6472@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Hmmm ... if you can edit another CSS form, it should have no problem with the others. Anyway try to make sure your &#34;data&#34; folder have 777 (read/write) permission and your web server &#34;safe mode&#34; setting is turn off.
&#60;/p&#62;</description>
</item>
<item>
<title>alanbrown on "Email subject containing Form Element"</title>
<link>http://www.appnitro.com/forums/topic/email-subject-containing-form-element#post-6471</link>
<pubDate>Fri, 03 Jul 2009 20:08:19 +0000</pubDate>
<dc:creator>alanbrown</dc:creator>
<guid isPermaLink="false">6471@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Is it possible to customise the email subject to contain one of the form elements, a single text entry. I assume element i would be enough but I, being a programmer, am not sure of the exact way to enter this in the email customising area in the adin panel. Could you please help.&#60;/p&#62;
&#60;p&#62;Onto another thing. This software is truly brilliant but not as brilliant as the customer service which is second to none. If only others were as good!&#60;/p&#62;
&#60;p&#62;Alan
&#60;/p&#62;</description>
</item>
<item>
<title>lukrecija on "css file blank"</title>
<link>http://www.appnitro.com/forums/topic/css-file-blank#post-6470</link>
<pubDate>Fri, 03 Jul 2009 17:19:16 +0000</pubDate>
<dc:creator>lukrecija</dc:creator>
<guid isPermaLink="false">6470@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I have created a new form and when I try to edit css file, it's blank. I added some styles; hit update, then get permission error. Though previously a person before me have created bunch of forms, all css is there and I am able to edit them. Bug?
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Line height/padding"</title>
<link>http://www.appnitro.com/forums/topic/line-heightpadding#post-6469</link>
<pubDate>Fri, 03 Jul 2009 14:52:59 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6469@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to search these code in your CSS Form :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;form li {
display:block;
margin:0;
padding:4px 5px 2px 9px;
position:relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;form li {
display:block;
margin:0;
padding:0px 5px 0px 9px;
position:relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then try to search these code, to change &#34;label&#34; description &#34;line-height&#34; :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;label.description {
border:medium none;
color:#222222;
display:block;
font-size:95%;
font-weight:700;
line-height:150%;
padding:0 0 1px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;label.description {
border:medium none;
color:#222222;
display:block;
font-size:95%;
font-weight:700;
line-height:100%;
padding:0 0 1px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but if it's not short enough, maybe you can set label description have same line with the field. Here is the url to do that :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/label-038-input-box-on-same-lin?replies=9&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/label-038-input-box-on-same-lin?replies=9&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "URL format validator"</title>
<link>http://www.appnitro.com/forums/topic/url-format-validator#post-6468</link>
<pubDate>Fri, 03 Jul 2009 14:42:18 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6468@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi Guido, &#60;/p&#62;
&#60;p&#62;Yes you're right, you need to edit &#34;common-validator.php&#34; file, around line 228 ~ 230 (inside validate_website function ) you will see these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$regex  = &#38;#39;/^https?:\/\/([a-z0-9]([-a-z0-9]*..&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with these &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$regex  = &#38;#39;/^([a-z0-9]([-a-z0-9]*..&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;i truncate the code bacause it's to long, actually  you only need to remove this code from that line :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;https?:\/\/&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>guidoo on "URL format validator"</title>
<link>http://www.appnitro.com/forums/topic/url-format-validator#post-6467</link>
<pubDate>Fri, 03 Jul 2009 12:47:23 +0000</pubDate>
<dc:creator>guidoo</dc:creator>
<guid isPermaLink="false">6467@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Dear Support,&#60;/p&#62;
&#60;p&#62;I'd like to disable the URL format validation, so people can enter 'www.domain.com' without 'http://' in front of it. (I already disabled that standard value).&#60;/p&#62;
&#60;p&#62;What should I do? I think I have to edit common-validator.php on line 228.. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Guido
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Limit field characters"</title>
<link>http://www.appnitro.com/forums/topic/limit-field-characters#post-6466</link>
<pubDate>Fri, 03 Jul 2009 10:38:58 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6466@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Have you change the form id and element id with yours in these code ?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($_GET[&#38;#39;id&#38;#39;] == 1 &#38;#38;&#38;#38; $element-&#38;gt;id == 1)
			$set_max = &#38;#39;maxlength=&#38;quot;8&#38;quot;&#38;#39;;
		else
			$set_max = &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Anyway if you need to apply the code in all text field on form 2 for example, you can change those condition to be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($_GET[&#38;#39;id&#38;#39;] == 2)
			$set_max = &#38;#39;maxlength=&#38;quot;8&#38;quot;&#38;#39;;
		else
			$set_max = &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sandeepa007 on "Next Button"</title>
<link>http://www.appnitro.com/forums/topic/next-button#post-6465</link>
<pubDate>Fri, 03 Jul 2009 02:37:48 +0000</pubDate>
<dc:creator>sandeepa007</dc:creator>
<guid isPermaLink="false">6465@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thank you so much will contact the user.
&#60;/p&#62;</description>
</item>
<item>
<title>sandeepa007 on "Adding text between questions"</title>
<link>http://www.appnitro.com/forums/topic/adding-text-between-questions#post-6464</link>
<pubDate>Fri, 03 Jul 2009 02:28:05 +0000</pubDate>
<dc:creator>sandeepa007</dc:creator>
<guid isPermaLink="false">6464@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;you can use the section break to do so - this is also in the fields list
&#60;/p&#62;</description>
</item>
<item>
<title>fifedesigns on "Adding text between questions"</title>
<link>http://www.appnitro.com/forums/topic/adding-text-between-questions#post-6463</link>
<pubDate>Fri, 03 Jul 2009 00:43:08 +0000</pubDate>
<dc:creator>fifedesigns</dc:creator>
<guid isPermaLink="false">6463@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hey everyone, Im new to the machform and have a couple of questions. First off, I already love this web app, its made my life a whole lot easier. Anyways, I wanted to add plain text between questions. Can someone please help me with this&#60;/p&#62;
&#60;p&#62;Name:  (field)&#60;br /&#62;
Address: (field)&#60;/p&#62;
&#60;p&#62;License Information:  &#38;lt;--- add this text&#60;/p&#62;
&#60;p&#62;State: (field)&#60;br /&#62;
Class: (field)
&#60;/p&#62;</description>
</item>
<item>
<title>ganz on "Date picker on calendar"</title>
<link>http://www.appnitro.com/forums/topic/date-picker-on-calendar#post-6462</link>
<pubDate>Thu, 02 Jul 2009 23:21:48 +0000</pubDate>
<dc:creator>ganz</dc:creator>
<guid isPermaLink="false">6462@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;My form has 2 dates one is in-date and the other out-date.&#60;br /&#62;
I want to control the calendar by showing in-date current date&#60;br /&#62;
and disable other dates before current. The out-date, auto pick&#60;br /&#62;
current date plus 1 day and on enable plus 30 days pick only&#60;br /&#62;
How can I change the code?
&#60;/p&#62;</description>
</item>
<item>
<title>kmac on "Limit field characters"</title>
<link>http://www.appnitro.com/forums/topic/limit-field-characters#post-6461</link>
<pubDate>Thu, 02 Jul 2009 23:03:06 +0000</pubDate>
<dc:creator>kmac</dc:creator>
<guid isPermaLink="false">6461@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've used the above code to set the character limit to 50 for a text area but it still allows the input of more characters.&#60;/p&#62;
&#60;p&#62;Also, I have a number of text areas in my form that must be limited to 50 characters. Is there a way that I could have a default set for all text areas in form_1 for instance?&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
</item>
<item>
<title>arabedioux on "line breaks within section breaks"</title>
<link>http://www.appnitro.com/forums/topic/line-breaks-within-section-breaks#post-6460</link>
<pubDate>Thu, 02 Jul 2009 21:50:41 +0000</pubDate>
<dc:creator>arabedioux</dc:creator>
<guid isPermaLink="false">6460@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;What about adding indents?
&#60;/p&#62;</description>
</item>
<item>
<title>richardholder on "Upload File Types"</title>
<link>http://www.appnitro.com/forums/topic/upload-file-types#post-6459</link>
<pubDate>Thu, 02 Jul 2009 21:49:26 +0000</pubDate>
<dc:creator>richardholder</dc:creator>
<guid isPermaLink="false">6459@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi redityo,&#60;br /&#62;
I am sorry but getting an FTP server is going to take some time.  Am I right in thinking that validation is done via the common-validator.php file?&#60;br /&#62;
If so here is the one we have on our system:&#60;br /&#62;
//validation for file upload filetype&#60;br /&#62;
	function validate_filetype($value){&#60;br /&#62;
		$error_message = VAL_FILETYPE;&#60;br /&#62;
		$value = $value[0];&#60;br /&#62;
		$ext = pathinfo(strtolower($_FILES[$value]['name']), PATHINFO_EXTENSION);&#60;br /&#62;
		if(defined('UPLOAD_FILETYPE_ALLOW') &#38;#38;&#38;#38; (UPLOAD_FILETYPE_ALLOW != '')){&#60;br /&#62;
			//only allow these filetypes&#60;br /&#62;
			$allowed_filetypes = explode(';',strtolower(UPLOAD_FILETYPE_ALLOW));&#60;br /&#62;
			if(!in_array($ext,$allowed_filetypes)){&#60;br /&#62;
				return $error_message;&#60;br /&#62;
			}&#60;br /&#62;
					}elseif(defined('UPLOAD_FILETYPE_DENY') &#38;#38;&#38;#38; (UPLOAD_FILETYPE_DENY != '')){&#60;br /&#62;
			//disallow these filetypes&#60;br /&#62;
			$blacklisted_filetypes = explode(';',strtolower(UPLOAD_FILETYPE_DENY));&#60;br /&#62;
			if(in_array($ext,$blacklisted_filetypes)){&#60;br /&#62;
				return $error_message;&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		return true;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;Could you let me know how I add allowed file types and deny others?&#60;br /&#62;
Regards&#60;br /&#62;
Richard
&#60;/p&#62;</description>
</item>
<item>
<title>kmac on "Adding external javascript to form"</title>
<link>http://www.appnitro.com/forums/topic/adding-external-javascript-to-form#post-6458</link>
<pubDate>Thu, 02 Jul 2009 21:14:16 +0000</pubDate>
<dc:creator>kmac</dc:creator>
<guid isPermaLink="false">6458@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;Thanks for replying. That worked a treat.&#60;br /&#62;
Now for the script to work correctly, I realized I need to add &#34;onclick=&#34;tally()&#34; to a number of checkbox fields. &#60;/p&#62;
&#60;p&#62;Would I use something like this in view-functions.php:&#60;/p&#62;
&#60;p&#62;$('#element_57_1').click(function(){&#60;br /&#62;
tally()&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;For the tabbed view I was hoping for, I decided to go with the jquery show/hide toggle instead - which works great!
&#60;/p&#62;</description>
</item>
<item>
<title>TRACauctions on "Line height/padding"</title>
<link>http://www.appnitro.com/forums/topic/line-heightpadding#post-6457</link>
<pubDate>Thu, 02 Jul 2009 19:24:10 +0000</pubDate>
<dc:creator>TRACauctions</dc:creator>
<guid isPermaLink="false">6457@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;would like to make the forms shorter. have seen other posts about changing padding in the form li section of css, but my lines still have a lot of space between them. what am i missing?  &#60;a href=&#34;http://tracauctions.com&#34; rel=&#34;nofollow&#34;&#62;http://tracauctions.com&#60;/a&#62; is example on homepage
&#60;/p&#62;</description>
</item>
<item>
<title>flexinfo on "Send email to user whom makes request based on email field."</title>
<link>http://www.appnitro.com/forums/topic/send-email-to-user-whom-makes-request-based-on-email-field#post-6456</link>
<pubDate>Thu, 02 Jul 2009 19:06:49 +0000</pubDate>
<dc:creator>flexinfo</dc:creator>
<guid isPermaLink="false">6456@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thank you that works perfectly!!! woohoo!
&#60;/p&#62;</description>
</item>
<item>
<title>TRACauctions on "Send email to user whom makes request based on email field."</title>
<link>http://www.appnitro.com/forums/topic/send-email-to-user-whom-makes-request-based-on-email-field#post-6455</link>
<pubDate>Thu, 02 Jul 2009 19:05:34 +0000</pubDate>
<dc:creator>TRACauctions</dc:creator>
<guid isPermaLink="false">6455@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;admin panel? emails setting? i don't seem to have either
&#60;/p&#62;</description>
</item>
<item>
<title>johntorre on "Changing Color of 1 Column in Manage Form"</title>
<link>http://www.appnitro.com/forums/topic/changing-color-of-1-column-in-manage-form#post-6454</link>
<pubDate>Thu, 02 Jul 2009 18:24:44 +0000</pubDate>
<dc:creator>johntorre</dc:creator>
<guid isPermaLink="false">6454@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Perfect! Thank you redityo u'r genius!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Adding external javascript to form"</title>
<link>http://www.appnitro.com/forums/topic/adding-external-javascript-to-form#post-6453</link>
<pubDate>Thu, 02 Jul 2009 16:19:54 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6453@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;1. You will need to modify &#34;includes/view-functions.php&#34; file. Search around line 1825 and you'll see the form markup. Simply insert your javascript code inside the head tag.&#60;/p&#62;
&#60;p&#62;2. I'm afraid this one won't be quite easy to do. This would require pretty much customization.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Send email to user whom makes request based on email field."</title>
<link>http://www.appnitro.com/forums/topic/send-email-to-user-whom-makes-request-based-on-email-field#post-6452</link>
<pubDate>Thu, 02 Jul 2009 16:13:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6452@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yes, that is easy to do.&#60;/p&#62;
&#60;p&#62;Go to your admin panel, Emails setting.&#60;br /&#62;
Under &#34;Your Users&#34; heading, set the &#34;Send To&#34; dropdown to your form email field name.&#60;/p&#62;
&#60;p&#62;That would send the form data to the user who submit the form.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Edit email response to only show certain values"</title>
<link>http://www.appnitro.com/forums/topic/edit-email-response-to-only-show-certain-values#post-6451</link>
<pubDate>Thu, 02 Jul 2009 15:49:49 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6451@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yes, you can do so by using the 'Single Line Text' fields.&#60;/p&#62;
&#60;p&#62;Also, with some CSS adjustment, you can align the two fields to become one line:&#60;br /&#62;
[first name] [last name]&#60;/p&#62;
&#60;p&#62;More info about this here:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/how-do-i-get-fields-on-the-same-line?replies=62&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/how-do-i-get-fields-on-the-same-line?replies=62&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Email form entry as a word attachment"</title>
<link>http://www.appnitro.com/forums/topic/email-form-entry-as-a-word-attachment#post-6450</link>
<pubDate>Thu, 02 Jul 2009 15:45:23 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6450@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Sorry, I don't have someone to recommend, but you might want to search at &#60;a href=&#34;http://www.elance.com&#34; rel=&#34;nofollow&#34;&#62;www.elance.com&#60;/a&#62; or &#60;a href=&#34;http://www.guru.com&#34; rel=&#34;nofollow&#34;&#62;www.guru.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Next Button"</title>
<link>http://www.appnitro.com/forums/topic/next-button#post-6449</link>
<pubDate>Thu, 02 Jul 2009 15:40:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6449@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Sorry, we don't have any workaround for this, but one of MachForm user is able to do this customization as a paid service.&#60;/p&#62;
&#60;p&#62;You might want to contact him here:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/multipage-forms-1/page/2?replies=30#post-6200&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/multipage-forms-1/page/2?replies=30#post-6200&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sandeepa007 on "two fileds in one line"</title>
<link>http://www.appnitro.com/forums/topic/two-fileds-in-one-line#post-6448</link>
<pubDate>Thu, 02 Jul 2009 02:12:04 +0000</pubDate>
<dc:creator>sandeepa007</dc:creator>
<guid isPermaLink="false">6448@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thank you so much - I think now i understand how to work with this. :)
&#60;/p&#62;</description>
</item>
<item>
<title>kmac on "Adding external javascript to form"</title>
<link>http://www.appnitro.com/forums/topic/adding-external-javascript-to-form#post-6447</link>
<pubDate>Thu, 02 Jul 2009 01:13:04 +0000</pubDate>
<dc:creator>kmac</dc:creator>
<guid isPermaLink="false">6447@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Great application, but I'm finding it difficult to add some customizations.&#60;/p&#62;
&#60;p&#62;1. I need to add an external javascript file -&#60;br /&#62;
(e.g. &#38;lt;script type=&#34;text/javascript&#34; src=&#34;js/items.js&#34;&#38;gt;&#38;lt;/script&#38;gt;)&#60;/p&#62;
&#60;p&#62;How would I go about this?&#60;/p&#62;
&#60;p&#62;2. Due to the form having many sections containing optional checkboxes, I was planning on toggling these sections with tabs.&#60;/p&#62;
&#60;p&#62;I noticed you use jquery-tabs.js for the admin area, namely the &#34;Embed Code&#34; area.&#60;br /&#62;
Again, I'm finding it's difficult to implement this in the usual manner.&#60;/p&#62;
&#60;p&#62;Again, is this possible?&#60;/p&#62;
&#60;p&#62;Cheers &#38;#38; thanks in advance for any help with this,&#60;br /&#62;
Kmac
&#60;/p&#62;</description>
</item>
<item>
<title>flexinfo on "Send email to user whom makes request based on email field."</title>
<link>http://www.appnitro.com/forums/topic/send-email-to-user-whom-makes-request-based-on-email-field#post-6446</link>
<pubDate>Thu, 02 Jul 2009 00:08:22 +0000</pubDate>
<dc:creator>flexinfo</dc:creator>
<guid isPermaLink="false">6446@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Oh the email should contain their request obviously!
&#60;/p&#62;</description>
</item>
<item>
<title>flexinfo on "Send email to user whom makes request based on email field."</title>
<link>http://www.appnitro.com/forums/topic/send-email-to-user-whom-makes-request-based-on-email-field#post-6445</link>
<pubDate>Thu, 02 Jul 2009 00:07:35 +0000</pubDate>
<dc:creator>flexinfo</dc:creator>
<guid isPermaLink="false">6445@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;Awesome php and mysql intergration works really nice.&#60;/p&#62;
&#60;p&#62;So now that the form is being used daily in excess of 30 times a day users have requested that in addition to the 'Thank you your form has been submitted' Page.  They would like to receive an email based on the address added within the form field.&#60;/p&#62;
&#60;p&#62;But more importantly we need to make sure that we still get the requests as per the address within the index.php admin page.&#60;/p&#62;
&#60;p&#62;help!
&#60;/p&#62;</description>
</item>
<item>
<title>nunya on "Edit email response to only show certain values"</title>
<link>http://www.appnitro.com/forums/topic/edit-email-response-to-only-show-certain-values#post-6444</link>
<pubDate>Wed, 01 Jul 2009 23:25:20 +0000</pubDate>
<dc:creator>nunya</dc:creator>
<guid isPermaLink="false">6444@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I just thought of a way I can do this...instead of using the &#34;Name&#34; button to create the inputs using the form builder, I will just have to use the &#34;Single Line Text&#34; option and then add one for each input individually. That way I can edit the email responders to show exactly how I want instead of doing it the other way around.&#60;/p&#62;
&#60;p&#62;Does that make sense?
&#60;/p&#62;</description>
</item>
<item>
<title>nunya on "Edit email response to only show certain values"</title>
<link>http://www.appnitro.com/forums/topic/edit-email-response-to-only-show-certain-values#post-6443</link>
<pubDate>Wed, 01 Jul 2009 22:01:53 +0000</pubDate>
<dc:creator>nunya</dc:creator>
<guid isPermaLink="false">6443@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I really need to know if it is possible to edit the email sent to the form owner so that the name is shown on 2 lines. Like this:&#60;/p&#62;
&#60;p&#62;First name: John&#60;br /&#62;
Last name: Doe&#60;/p&#62;
&#60;p&#62;Also, I would like to do the same for the address. I need it to come to me in the email as follows:&#60;/p&#62;
&#60;p&#62;Street: 123 S Avenue Way&#60;br /&#62;
Suite: Suite L&#60;br /&#62;
City: Hollywood&#60;br /&#62;
State: CA&#60;br /&#62;
Zip: 91445&#60;/p&#62;
&#60;p&#62;Thank you!!
&#60;/p&#62;</description>
</item>
<item>
<title>lukrecija on "Error updating css - permissions"</title>
<link>http://www.appnitro.com/forums/topic/error-updating-css-permissions#post-6442</link>
<pubDate>Wed, 01 Jul 2009 21:25:13 +0000</pubDate>
<dc:creator>lukrecija</dc:creator>
<guid isPermaLink="false">6442@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thanks a lot! Safe_mode was enabled on the shared server. I asked them to switch to suphp. Worked!
&#60;/p&#62;</description>
</item>
<item>
<title>derrickonline on "View Entries without logging in"</title>
<link>http://www.appnitro.com/forums/topic/view-entries-without-logging-in#post-6441</link>
<pubDate>Wed, 01 Jul 2009 20:40:33 +0000</pubDate>
<dc:creator>derrickonline</dc:creator>
<guid isPermaLink="false">6441@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;DISREGARD:&#60;/p&#62;
&#60;p&#62;I see that I can select the appropriate fields to show instead of entire entry, that way I can remove the FILE UPLOAD portion.  Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>derrickonline on "View Entries without logging in"</title>
<link>http://www.appnitro.com/forums/topic/view-entries-without-logging-in#post-6440</link>
<pubDate>Wed, 01 Jul 2009 20:31:57 +0000</pubDate>
<dc:creator>derrickonline</dc:creator>
<guid isPermaLink="false">6440@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I follow you, that works great but is there a way to replace the actual link in my email that says FILE UPLOAD/DOWNLOAD LINK with VIEW ENTRY LINK instead?
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "View Entries without logging in"</title>
<link>http://www.appnitro.com/forums/topic/view-entries-without-logging-in#post-6439</link>
<pubDate>Wed, 01 Jul 2009 20:27:01 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6439@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Those 2 link's have different purpose :&#60;/p&#62;
&#60;p&#62;- &#60;a href=&#34;http://www.WEBSITE.com/machform/view_entry.php?form_id=1&#38;#38;id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.WEBSITE.com/machform/view_entry.php?form_id=1&#38;#38;id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To view your entries&#60;/p&#62;
&#60;p&#62;- &#60;a href=&#34;http://www.WEBSITE.om/machform/download.php?q=Zm9ybV9pZD0xJmlkPTImZWw9ZWxlbWVudF8z&#34; rel=&#34;nofollow&#34;&#62;http://www.WEBSITE.om/machform/download.php?q=Zm9ybV9pZD0xJmlkPTImZWw9ZWxlbWVudF8z&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To get uploaded file&#60;/p&#62;
&#60;p&#62;Do you mean, you want to send &#34;view entry&#34; url along with mail notification ? If so you can edit &#34;email content&#34; from email menu. In there you will see this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{entry_data}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change to be something like this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{entry_data}

To view your entry, click this url :

&#60;a href=&#34;http://www.website.com/machform/view_entry.php?form_id=&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/machform/view_entry.php?form_id=&#60;/a&#62;{form_id}&#38;#38;id={entry_no}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
