/    Sign up×
Community /Pin to ProfileBookmark

Via Email not Working.. a way to Save?

I am writing a fairly simple HTML page to help my associates at my place of work. However when I try to send, for instance my Opening and Closeing Checklists to my email it is not submitting correctly. I will paste my code below. If this continues not to work and also just for my knowledge. Is there a way to save webpage made checklists to a word document? Below is my Code.. PLEASE HELP!!

Bryan

p.s. the email in the code is a fake email atm so it will be replaced with the correct email when code is corrected.. Thanks again guys!

code:

<html>
<head>
<title></title>
</head>
<body>

<h2>CLOSEING CHECK LIST</h2>
<br /><form method=”post” enctype=”text/plain” action=”mailto:[email protected]>
<br />
<br />

Name<input type=”text”name=”name”/>
<br />
Date<input type=”text”name=”date”/>
<br />
<b><i><u>Check the Following when task is completed</b></i></u><br />
<br />

<br />
Clean All Glass Display Cases<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Complete Close Process on Base computer <input type=”checkbox”name=”boxset”value=”value”/>
<br />
Put Money to be Deposited in Deposite Bag <input type=”checkbox”name=”boxset”value=”value”/>
<br />
Put Cash Drawer Money in Register 1 Bag<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Make Sure Entire Kiosk Area is clean<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Turn off Demo Phone<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Lock all Kiosk Doors<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Text Shorheh our Daily Numbers<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Empty Trash<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Clock Out<input type=”checkbox”name=”boxset”value=”value”/>
<br />
Set Alarm for the Night and Close Kiosk Door<input type=”checkbox”name=”boxset”value=”value”/>
<br />
All daily Tasks Are Completed<input type=”checkbox”name=”boxset”value=”value”/>
<br />
<br />
<br />
<input type=”submit” value=”submit checklist” />

</form>
</body>
</html>

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisMay 10.2007 — You need some spaces between parameters, unless the forum hosed your code. ?
&lt;input type="checkbox" name="boxset" value="value"/&gt;If that isn't it, then you will have to be more specific about "not submitting correctly". Do you mean it doesn't open your MAPI handler?
Copy linkTweet thisAlerts:
@PerceptionistMay 18.2007 — <form method="post" enctype="text/plain" action="mailto:[email protected]>
[/quote]


Could it be that you are missing "?

SEE BELOW:

="mailto:[email protected][COLOR="Red"]"[/COLOR]>

Not sure but that caught my eye.

P
×

Success!

Help @typerpace 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.20,
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,
)...