bravenet cu user proeconomie si parola roeco9081
parolare
EMAIL FORM MANAGER
Email Form Settings
Email Subject:
When someone on your website submits one of your forms, the email you will receive will have this in its subject line. This can be overriden on a per-form basis. Refer to the How-To for this custimization and others.
Thank You URL:
This is the URL to a page that users will be sent to when they submit your form. This can be any page on your website.
http://
An E-mail Form and a QuickMailer Panel
A form like this on your site lets your visitors send you specific information via e-mail. The QuickMailer Panel is a fast way for visitors to e-mail you. Get one for your site today!
Filling out the form below
will send e-mail directly to me!
What's your name?
Where are you from?
Your e-mail address?
How do you eat pizza?
With a fork.
With your hands.
I don't.
Check the fruit you eat, uncheck
the ones you don't:
Bananas
Oranges
Apples Grapes
Peaches
Kiwi
Select your favorite color
from below:
Red Blue Green Purple Black Yellow Pink
Your Comments Please?
I really like
Bravenet Web Services.
Name:
E-mail:
Message to Webmaster:
Please note: the above doesn't actually work on this page.
Join Bravenet Get an E-mail Form and/or QuickMailer
All contents copyright 1997-2002 Bravenet Web Services Inc.
email form avem aici
CUM SE FACE
How to Customize Your E-mail Form
To see a SAMPLE FORM we made as a demo... CLICK HERE.
--------------------------------------------------------------------------------
E-Mail Form Question Options
There are 5 choices of form question layouts.
Text fields
Radio Buttons
Check Boxes
Select Boxes (NEW! - Multiple Select)
Text areas
Text Field: What is your name?
Radio Buttons: Are you happy?
Yes No
Check Boxes: Check one or more:
One Two Three
Select Box: Select your favorite color(s):
RedBlueGreenPurpleBlackYellowPink
Text Area: Your Comments Please?
Nice Site!
1) The Text Field
Text fields are one line of input. Normally you set a limit as to how many characters can be typed for the given field (maxlength). You can also set the size of the field (size).
2) The Radio Button
Radio Buttons allow for multiple choices yet the user can only select one. Multiple selections are not allowed with radio buttons. Notice that the NAME is the same for all buttons in a set, but the VALUE is different. Also notice that in the first one, the word "checked" is in the code which defaults "Yes" as being chosen when the page loads.
Yes
No
Maybe
Yes No Maybe
3) The Check Box
Check Boxes allow for multiple choices AND multiple selections. The user can select one or more. Notice that the NAME is now different for all checkboxes, but the VALUE is the same. Also notice that in the second two, the word "checked" is in the code which puts a check in the box for "Two" and "Three" when the page loads.
One
Two
Three
One Two Three
4) The Selector Bar
Select Boxes are perfect for questions that have many responses and you don't want to take up a lot of room on a page. They can be set for single or multiple selections allowed (either put in the word multiple or don't). If you choose multiple, you have to hold down the ctrl-key when making multiple choices. Notice the size can be however many cells you want.
The NAME designates the topic for all the individual VALUES.
If you want to use a multi-select style list, you MUST add [] to the name of the SELECT box like: