Secure html forms
Secure forms by FormNut > Support > Knowledgebase

Search help:


What special field codes does FormNut support?

Solution

Formut allows you to set form fields as required simply by adding a prefix to the field name.

req_ - marks a required field.
eml_ - marks a required field with e-mail address
ul_ - marks a required field with an URL address

For example, this is HTML code for an optional field:

<input type="text" name="Name:" size="30">

And this a required one:

<input type="text" name="req_Name:" size="30">

To capture IP address of the person submitting your form you may also add this code to the form:

<input type="text" name="FORMNUT_IP" value="1">

 
Was this article helpful? yes / no
Related articles My form isn't sending the autoresponder message
How can I include customer's IP address in the e-mail?
Article details
Article ID: 25
Category: Account/form questions
Rating (Votes): Article rated 3.3/5.0 (88)

 
« Go back

Secure forms | Pricing | Learn more about secure forms | Secure order form | Secure contact form | Start Your Free trial

© Copyright FormNut 2003-2024. All rights reserved.