<?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>MachForm Community Forums Topic: several questions ~more thanks！</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: several questions ~more thanks！</description>
<language>en</language>
<pubDate>Sat, 02 May 2026 11:27:39 +0000</pubDate>

<item>
<title>redityo on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5782</link>
<pubDate>Fri, 08 May 2009 20:12:23 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5782@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok .. I got it, let's continue there
&#60;/p&#62;</description>
</item>
<item>
<title>noweb2008 on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5781</link>
<pubDate>Fri, 08 May 2009 10:20:07 +0000</pubDate>
<dc:creator>noweb2008</dc:creator>
<guid isPermaLink="false">5781@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Dear redityo,i have sent one mail to you just now,check it please!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5770</link>
<pubDate>Thu, 07 May 2009 20:03:45 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5770@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm ... could you send &#34;language.php&#34; file and your form url to :&#60;/p&#62;
&#60;p&#62;customer.service[at]appnitro.com&#60;/p&#62;
&#60;p&#62;I need to check it further
&#60;/p&#62;</description>
</item>
<item>
<title>noweb2008 on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5763</link>
<pubDate>Thu, 07 May 2009 10:17:03 +0000</pubDate>
<dc:creator>noweb2008</dc:creator>
<guid isPermaLink="false">5763@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Dear redityo,i add the code just now,but i still can't change the the value of 'Submit'/'Continue'/'Back' to chinaese simplified,but i got the messy code just like “□ □ □”，why？&#60;/p&#62;
&#60;p&#62;another similar problem，user can upload the chinaese-named files nomally，but when i check the files in the background，the files'name turned to messy code 。&#60;br /&#62;
if the english-named or number-named files be uploaded ，everything well be ok？
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5762</link>
<pubDate>Thu, 07 May 2009 08:48:30 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5762@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;actually you mention it, bellow this line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$lang[&#38;#39;ip_address&#38;#39;] = &#38;#39;IP Address&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add the code bellow that line, to be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//fields on excel/csv
$lang[&#38;#39;export_num&#38;#39;] = &#38;#39;No.&#38;#39;;
$lang[&#38;#39;date_created&#38;#39;] = &#38;#39;Date Created&#38;#39;;
$lang[&#38;#39;date_updated&#38;#39;] = &#38;#39;Date Updated&#38;#39;;
$lang[&#38;#39;ip_address&#38;#39;] = &#38;#39;IP Address&#38;#39;;

foreach ($lang as $key=&#38;gt;$value){
$lang[$key] = utf8_encode($value);
}

?&#38;gt; &#38;lt;--- here is the tag&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>noweb2008 on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5761</link>
<pubDate>Thu, 07 May 2009 08:00:29 +0000</pubDate>
<dc:creator>noweb2008</dc:creator>
<guid isPermaLink="false">5761@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Dear redityo，thank you very much!&#60;br /&#62;
question 1 and 2 have been decided according to your perfect advices.&#60;/p&#62;
&#60;p&#62;but question 3  is still existing.&#60;/p&#62;
&#60;p&#62;according to the old post:&#60;br /&#62;
【Try this, edit your includes/language.php file, at the bottom before the ?&#38;gt; tag, insert this code:&#60;/p&#62;
&#60;p&#62;foreach ($lang as $key=&#38;gt;$value){&#60;br /&#62;
  $lang[$key] = utf8_encode($value);&#60;br /&#62;
}】&#60;/p&#62;
&#60;p&#62;------&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
/******************************************************************************&#60;br /&#62;
 MachForm&#60;/p&#62;
&#60;p&#62; Copyright 2007 Appnitro Software. This code cannot be redistributed without&#60;br /&#62;
 permission from &#60;a href=&#34;http://www.appnitro.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; More info at: &#60;a href=&#34;http://www.appnitro.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/&#60;/a&#62;&#60;br /&#62;
 ******************************************************************************/&#60;br /&#62;
	global $lang;&#60;/p&#62;
&#60;p&#62;	//simple name and extended name&#60;br /&#62;
	$lang['name_first']			=	'First';&#60;br /&#62;
	$lang['name_last']			=	'Last';&#60;br /&#62;
	$lang['name_title']			=	'Title';&#60;br /&#62;
	$lang['name_suffix']		=	'Suffix';&#60;/p&#62;
&#60;p&#62;	//address&#60;br /&#62;
	$lang['address_street']		=	'Street Address';&#60;br /&#62;
	$lang['address_street2']	=	'Address Line 2';&#60;br /&#62;
	$lang['address_city']		=	'City';&#60;br /&#62;
	$lang['address_state']		=	'State / Province / Region';&#60;br /&#62;
	$lang['address_zip']		=	'Postal / Zip Code';&#60;br /&#62;
	$lang['address_country']	=	'Country';&#60;/p&#62;
&#60;p&#62;	//captcha&#60;br /&#62;
	$lang['captcha_required']	=	'This field is required. Please enter the letters shown in the image.';&#60;br /&#62;
	$lang['captcha_mismatch']	=	'The letters in the image do not match. Try again.';&#60;br /&#62;
	$lang['captcha_error']		=	'Error while processing, please try again.';&#60;br /&#62;
	$lang['captcha_title']		=	'Type the letters you see in the image below.';&#60;/p&#62;
&#60;p&#62;	//date&#60;br /&#62;
	$lang['date_dd']			=	'DD';&#60;br /&#62;
	$lang['date_mm']			=	'MM';&#60;br /&#62;
	$lang['date_yyyy']			=	'YYYY';&#60;/p&#62;
&#60;p&#62;	//price&#60;br /&#62;
	$lang['price_dollar_main']	=	'Dollars';&#60;br /&#62;
	$lang['price_dollar_sub']	=	'Cents';&#60;br /&#62;
	$lang['price_euro_main']	=	'Euros';&#60;br /&#62;
	$lang['price_euro_sub']		=	'Cents';&#60;br /&#62;
	$lang['price_pound_main']	=	'Pounds';&#60;br /&#62;
	$lang['price_pound_sub']	=	'Pence';&#60;br /&#62;
	$lang['price_yen']			=	'Yen';&#60;/p&#62;
&#60;p&#62;	//time&#60;br /&#62;
	$lang['time_hh']			=	'HH';&#60;br /&#62;
	$lang['time_mm']			=	'MM';&#60;br /&#62;
	$lang['time_ss']			=	'SS';&#60;/p&#62;
&#60;p&#62;	//error message&#60;br /&#62;
	$lang['error_title']		=	'There was a problem with your submission.';&#60;br /&#62;
	$lang['error_desc']			=	'Errors have been &#60;strong&#62;highlighted&#60;/strong&#62; below.';&#60;/p&#62;
&#60;p&#62;	//form buttons&#60;br /&#62;
	$lang['submit_button']		=	'Submit';&#60;br /&#62;
	$lang['continue_button']	=	'Continue';&#60;br /&#62;
	$lang['back_button']		=	'Back';&#60;/p&#62;
&#60;p&#62;	//form status&#60;br /&#62;
	$lang['form_inactive']		=	'This form is currently inactive.';&#60;/p&#62;
&#60;p&#62;	//form password&#60;br /&#62;
	$lang['form_pass_title']	=	'This form is password protected.';&#60;br /&#62;
	$lang['form_pass_desc']		=	'Please enter your password.';&#60;br /&#62;
	$lang['form_pass_invalid']	=	'Invalid Password!';&#60;/p&#62;
&#60;p&#62;	//form review&#60;br /&#62;
	$lang['review_title']		=	'Review Your Entry';&#60;br /&#62;
	$lang['review_message']		=	'Please review your entry below. Click Submit button to finish.';&#60;/p&#62;
&#60;p&#62;	//validation message&#60;br /&#62;
	$lang['val_required'] 		=	'This field is required. Please enter a value.';&#60;br /&#62;
	$lang['val_required_file'] 	=	'This field is required. Please upload a file.';&#60;br /&#62;
	$lang['val_unique'] 		=	'This field requires a unique entry and this value has already been used.';&#60;br /&#62;
	$lang['val_integer'] 		=	'This field must be an integer.';&#60;br /&#62;
	$lang['val_float'] 			=	'This field must be a float.';&#60;br /&#62;
	$lang['val_numeric'] 		=	'This field must be a number.';&#60;br /&#62;
	$lang['val_min'] 			=	'This field can not be less than %s characters.';&#60;br /&#62;
	$lang['val_max'] 			=	'This field can not be greater than %s characters.';&#60;br /&#62;
	$lang['val_range'] 			=	'This field is not in the range %s through %s characters.';&#60;br /&#62;
	$lang['val_email'] 			=	'This field is not in the correct email format.';&#60;br /&#62;
	$lang['val_website'] 		=	'This field is not in the correct website address format.';&#60;br /&#62;
	$lang['val_username'] 		=	'This field may only consist of a-z 0-9 and underscores.';&#60;br /&#62;
	$lang['val_equal'] 			=	'%s must match.';&#60;br /&#62;
	$lang['val_date'] 			=	'This field is not in the correct date format.';&#60;br /&#62;
	$lang['val_time'] 			=	'This field is not in the correct time format.';&#60;br /&#62;
	$lang['val_phone'] 			=	'Please enter a valid phone number.';&#60;/p&#62;
&#60;p&#62;	//fields on excel/csv&#60;br /&#62;
	$lang['export_num']			=	'No.';&#60;br /&#62;
	$lang['date_created']		     =	'Date Created';&#60;br /&#62;
	$lang['date_updated']		=	'Date Updated';&#60;br /&#62;
	$lang['ip_address']			=	'IP Address';&#60;br /&#62;
 ?&#38;gt;&#60;br /&#62;
------&#60;/p&#62;
&#60;p&#62;I can't find the &#34;?&#38;gt; tag&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5757</link>
<pubDate>Wed, 06 May 2009 22:32:32 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5757@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For your questions : &#60;/p&#62;
&#60;p&#62;1. To create a url like you said, you can use template variable to get those value. Go to &#34;Emails&#34; menu and click &#34;more options&#34;, you will see &#34;content&#34; text box in there. By default the value is :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{entry_data}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{entry_data}
Your URL :
&#60;a href=&#34;http://www.yourdomain.com/machform/view_entry.php?form_id=&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/machform/view_entry.php?form_id=&#60;/a&#62;{form_id}&#38;#38;id={entry_no}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Simply put &#34;[a]&#34; tag in success text box. By default the value is &#34;Success! Your submission has been saved!&#34;. You can change it to :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Success! Your submission has been saved!
&#38;lt;a href=&#38;quot;http://www.yourdomain.com/machform/view.php?id=49&#38;quot;&#38;gt;Go Back &#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Otherwise you can use redirect option for this, change your &#34;form properties&#34; success page option to &#34;redirect URL&#34; and put your form URL in there.&#60;/p&#62;
&#60;p&#62;3.  Try to follow this post :&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/problems-with-swedish-characters?replies=2#post-4562&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/problems-with-swedish-characters?replies=2#post-4562&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope this help you ..
&#60;/p&#62;</description>
</item>
<item>
<title>noweb2008 on "several questions ~more thanks！"</title>
<link>https://www.machform.com/forums/topic/several-questions-more-thanks%ef%bc%81#post-5751</link>
<pubDate>Wed, 06 May 2009 15:36:56 +0000</pubDate>
<dc:creator>noweb2008</dc:creator>
<guid isPermaLink="false">5751@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;（1）a question about the notification emails&#60;/p&#62;
&#60;p&#62;how to Configure the &#34;email content&#34;  to include the full url of the entry ? like this:&#60;/p&#62;
&#60;p&#62;&#34;http://10.21.110.91/form/view_entry.php?form_id=6&#38;#38;id=4&#34;&#60;/p&#62;
&#60;p&#62;so,i can click the url to directly access the entry.&#60;/p&#62;
&#60;p&#62;（2）a question about the success message&#60;/p&#62;
&#60;p&#62;after my users have successfully submitted an entry,she/he will see the success message.&#60;/p&#62;
&#60;p&#62;can she/he directly go to the first page to subitted again?&#60;br /&#62;
maybe click the url,but i don't know how to add in the view.php.&#60;/p&#62;
&#60;p&#62;（3）last question:&#60;/p&#62;
&#60;p&#62;I edit the &#34;includes/languanges.php&#34; file,try to make a change to the value of 'Submit'/'Continue'/'Back'.&#60;br /&#62;
I wanna translate it to chinaese simplified,but i got the messy code,can't be read normally.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
