/    Sign up×
Community /Pin to ProfileBookmark

i’m a little brain fried. i have a very simple question
i am putting together some forms and using drop boxes, check circles, etc…

i know for the life of me i can’t remember what “value” means.

i remember that name is basically for when i do required fields.
does value discrip what i want to show when the email is sent

sorry for the stupid question. 😮

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@NogDogNov 22.2005 — value="xxxx" is used to set the initial value for a form element, the value which will get tranmitted in the Post or Get data when you submit the form. Whether or not the value is viewable and/or changeable by the user depends on the type of form element in question. For a text type input element, it is the pre-filled value which can then be edited by the user. For a select list option, it's the value that gets sent to the form handler while the user sees/selects the text that is between the <option> and </option> tags, and so on....
Copy linkTweet thisAlerts:
@thewebmanNov 23.2005 — one more note, giving the form elements submit and reset a value will give that element a visual name. example, <input type="submit" value="Submit or die"> will change the default Submit text to Submit or die.
×

Success!

Help @emrald_dragon spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...