044_form_configuration.html
来自「PHP EMAIL FORM PROCESSING Just use php」· HTML 代码 · 共 76 行
HTML
76 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/inside.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>PAGETITLE</title>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/all.css" rel="stylesheet" type="text/css">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<script language="JavaScript" type="text/JavaScript">
if (self == top) { top.location.replace("index.html");
} else {
parent.window.frames.leftmiddle.location.reload(true);
}
</script>
</head>
<body bgcolor="#FFFFFF" background="images/bg_1200.gif" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><a name="top"></a><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="83%" height="29" bgcolor="#F8F8F8"><img src="images/delimiter.gif" width="19" height="29" border="0" align="absmiddle"><!-- InstanceBeginEditable name="path" -->CONFIGURATION<img src="images/bullet_3.gif" width="4" height="7" hspace="5" border="0"><span class="highlited">Form Configuration</span><!-- InstanceEndEditable --></td>
<td width="17%" height="29" align="right" bgcolor="#F8F8F8"><!-- InstanceBeginEditable name="navtop" -->
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#F8F8F8">
<tr>
<td width="19"><img src="images/delimiter.gif" width="19" height="29" border="0"></td>
<td width="34"><a href="043_local_form_configuration_file.html"><img src="images/nav_back.gif" alt="< back" width="34" height="7" border="0"></a></td>
<td width="21"><img src="images/delimiter_2b.gif" width="1" height="7" hspace="10" vspace="10" border="0"></td>
<td width="55"><a href="051_getting_started.html"><img src="images/nav_forward.gif" alt="forward >" width="55" height="7" border="0"></a></td>
<td width="19"><img src="images/1x1.gif" width="19" height="29" border="0"></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CECECE" height="1"><img src="images/1x1.gif" width="1" height="1" border="0"></td>
</tr>
<tr valign="top">
<td height="80%" colspan="2"><table width="100%" border="0" cellspacing="15" cellpadding="0">
<tr>
<td><!-- InstanceBeginEditable name="content" --><span class="highlitedtitle">Form Configuration</span><br><br>
There are several following peculiarities of web forms configuration to match Form Processor Pro requirements.<br><br>
<span class="hhblue">First.</span> Form Processor Pro 4.0 requires no variables in hidden fields unlike in previous <a href="#" class="ssilka">versions</a>.<br>
However, you may use any type of fields to pass to Form Processor Pro 4.0 information. In particular, you may override variables set in local <em>form configuration</em> <strong>form.cfg</strong>. This may be useful in forms, where the users next form page depends on choice it makes on previous pages.<br>
<u>Example:</u> <br>
Form has two radio buttons with one value to set: <br>
<em><input type="radio" name="_browser_out" value=" preview1.html" checked>Choice 1,<br>
<input type="radio" name="_browser_out" value=" preview2.html" >Choice 2.</em><br>
This fork makes Form Processor Pro 4.0 transit to user selected page by setting _browser_out to user’s choice.<br><br>
<span class="hhblue">Second.</span> A concern if you have several forms on your website. They need to be placed in different folders. <br>
As mentioned above, form fields, if their names set to variables names as in form.cfg, can override their values. So, different base paths, usually set in one directive, base_path, need to be set in the first page of the form:<br>
<u>Example:</u><br>
<em><input type="hidden" name="base_path" value="path to the form folder”>
</em><br>
<br>
See <a href="033_local_form_configuration_file.html" class="ssilka">FPP Description /Local Form Configuration</a> section for correct path settings in base_path.<!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<tr>
<td height="42" align="center" valign="bottom"><!-- InstanceBeginEditable name="navbottom" -->
<table height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34" valign="top"><a href="043_local_form_configuration_file.html"><img src="images/nav_back.gif" alt="< back" width="34" height="7" border="0"></a></td>
<td width="21" valign="top"><img src="images/delimiter_2b.gif" width="1" height="7" hspace="10" border="0"></td>
<td width="55" valign="top"><a href="051_getting_started.html"><img src="images/nav_forward.gif" alt="forward >" width="55" height="7" border="0"></a></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
<td height="42"> </td>
</tr>
<tr>
<td height="37" align="center" valign="top"><span class="copyright">© 2003 Email-Form.com. All Rights reserved.</span></td>
<td height="37" align="right" valign="top"><a href="#top" target="_self"><img src="images/nav_top.gif" width="75" height="15" border="0"></a></td>
</tr>
</table>
</body>
<!-- InstanceEnd --></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?