WebCom CUSTOMER SUPPORT

HELP FOR WEBCOM'S TOOLS & SERVICES
WebCom
Support


Control Panel Login

Tools & Services
   · Domain Names
   · Email
   · FTP
   · Page Creator
   · File Manager
   · Form Processor
   · Hit Counter
   · Glimpse Indexing
   · Password Protection
   · Site Activity Reports
   · WebCommerce

Getting Started

FAQs

Glossary

Contact Support


 

Forms Processor Parameters

Contents   Index of Parameters   Search the Forms Processor Docs   

f_names

This paramter turns the display of field names on or off when saving an unformatted file using the $file paramter. As with most parameters, this one may be set within the form (using a hidden field) or within the form configuration file.

This parameter can be set in one of 2 ways:
  1. <INPUT TYPE=HIDDEN NAME=f_names VALUE="x">
  2. $f_names="x";

    • x - The character "Y" (the default) to display the field names or "N" to not display field names in unformatted files.
      With field names, files look like this:
      field_name_here="the field name's value"
      Without field names, files would look like this:
      "the field name's value"

Example:

Example of inline form syntax:

<form method=POST action="/cgi-bin/form">
<input type=hidden name=userid value=webcom>
<input type=hidden name=form_name value=testform>

<input type=hidden name=f_names value="N">

<input type=submit>
</form>

Config file syntax:

$f_names="N";

$file="www/moredata.fil";



WebCom Home

phone: 1-800-GETVERIO
© Verio Inc. 1996-2007 ::: Acceptable Use Policy ::: Privacy