/    Sign up×
Community /Pin to ProfileBookmark

Need solution for HTML Form submission…

Hi Guys
I’m a Graphic Designer who can made static websites in Dreamweaver MX 04 & I don’t have any knowledge about ASP, PHP, CGI, DHTML etc. ?

The problem is now I’m making one website & it has a Enquiry page which is having various Form fields to fill. See the attachment.

Now I’ve to give link to Submit button to mail the data (whomever fill the form) to my Email ID & not without starting Outlook Express. (need complete web based ‘Thank you page’ for submitting the Info in Form)

Can Any you Genius guys help me out?

The website will be upload on Windows Server

Thanks
Sanjay

[upl-file uuid=cda8d424-b1e3-4039-bc27-7c896ee5ecda size=37kB]enquiry_form.jpg[/upl-file]

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@KDLAJun 02.2006 — I'm not sure what you're asking - are you wanting coding which will tell the form to send the results to your email address, and also creates a confirmation page?
Copy linkTweet thisAlerts:
@sanjug1authorJun 02.2006 — Thanks KDLA for your reply,

Yes you are right I want code which will tell the form to send the results to clients email address, and also creates a confirmation page (like thankyou.htm or anything else)

Will it possible? ?
Copy linkTweet thisAlerts:
@KDLAJun 02.2006 — To send the form, you will need add this to your existing form tag:
<form [B]method="post" action="mailto:[email protected]"[/B]>
.
Copy linkTweet thisAlerts:
@the_treeJun 02.2006 — The "mailto" action relies on your visitors mail client wich is a pretty impractical approach. You would be better off using a process that runs [i]on your server[/i] (Server Side Scripting). Which one you use (PHP, ASP, ASP.net, CGI-Perl, JSP, ColdFusion) depends on what your host supports.
Copy linkTweet thisAlerts:
@sanjug1authorJun 03.2006 — Thanks Guys for your Kind Help...

altho I don't have any knowledge about ASP, PHP, CGI, Jsp etc. but i'll try to fix the prob.

regards
×

Success!

Help @sanjug1 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.3,
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,
)...