/    Sign up×
Community /Pin to ProfileBookmark

Help with Forms <mailto> option

Tryin to figure this out still…

I am making a small database where people can order items off our website (its a game called Ultima Online, where they can buy ingame items for gold, non profit $$)

[url]www.saintsofnapa.com/sonorderform.htm[/url]

Thats the website of the form im working on. Frustrating. I can get everythign to work, but when I receive the email, I get one line with all the information on there. Thats bad… and confusing.

What I am trying to do is receive the email with everything returned, or view it as I see the website, that would be ideal. To receive an email, that looks like the website, with the spaces filled in.

Anyway, I tryed some advice earler, called a –WEBBOT-SELF– command, but It did not work, and I was at a dead end with it, if anybody has any advice of what I can do, please help.

My Email address is [email][email protected][/email], my ICQ is 409707. Or respond here, I’ll be checking through the night, and tomarrow while im at work.

Thanks!

Jim.

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@PeOfEoSep 12.2003 — use a server side language. Using the mailto opetion does not allow you to send html emails. If you used a php asp etc mailer it would work fine. Also a mailto form only works if the user has a main client on their machine.
Copy linkTweet thisAlerts:
@DaveSWSep 12.2003 — As PeOfEo says, you really need a server side code.

In the meantime, open your page in notepad, and change the line

<form action="mailto:[email protected]" method="post">

to

<form action="mailto:[email protected]" method="post" enctype="text/plain">

(it's quite near the top - just after the <body etc> tag.)

Which should fix your immediate problem.

Also, Word/Frontpage is not the best way to create a website...

What server side languages do you have? Then we could probably find a script for you.
Copy linkTweet thisAlerts:
@Saints_of_NapaauthorSep 12.2003 — Thanks for the help man.

Ya got me on those languages, im still a severe newbie on building webpages.
Copy linkTweet thisAlerts:
@DaveSWSep 12.2003 — If you look at your hosting deal, it should tell you what server side languages you have available to you. Then there are some simple scripts you can set up to handle it for you. They're a bit more reliable than the mailto - anyone using a browser based email client - like AOL, can't use a mailto. Unless they've updated it.
Copy linkTweet thisAlerts:
@PeOfEoSep 12.2003 — Go to your hosts faq page and see what they support. You are looking for one of the following:

ASP

PHP

ASP.NET

CGI

JSP

SHTML

if you dont see anything about any of these chances are your host doesnt allow you to use a server side language. If you cant find anything contact their support. If they tell you that they dont support it you either need to look for a new host or you need to go to a feedback center to control your forms, such as www.response-o-matic.com
×

Success!

Help @Saints_of_Napa 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.19,
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,
)...