/    Sign up×
Community /Pin to ProfileBookmark

I have a form on my website that e-mails me when submitted.

I would also like it to e-mail me with some calculation already done….

ex:
<input type=”text” name=”first_number” size=”15″ maxlength=”30″ tabindex=”1″>
<input type=”text” name=”Next_number” size=”15″ maxlength=”30″ tabindex=”2″>
<input type=”hidden” name=”Answer” value=”first_number + Next_number”>

is this possible, (and if so how)?

—X_TheWizard_X

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@CharlesFeb 14.2003 — [font=monospace]<form action="" onsubmit="this.Answer.value = Number(this.First_number.value) + Number (this.Next_number.value)">

<div><input type="text" name="First_number" size="15" maxlength="30" tabindex="1">

<input type="text" name="Next_number" size="15" maxlength="30" tabindex="2">

<input type="hidden" name="Answer">

<input type="submit"></div>

</form>[/font]
Copy linkTweet thisAlerts:
@X_TheWizard_XauthorFeb 14.2003 — Thanks, this is what I was looking for.
×

Success!

Help @X_TheWizard_X 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.6,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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