To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > Tools > Dreamweaver

Dreamweaver In need of help with Dreamweaver?

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-12-2003, 01:20 PM   #1
Jaspal
Junior Member
 
Join Date: Nov 2002
Location: London
Posts: 10
Unhappy MX FORMS to email ouput

help people please...

I have a HTML form created in Dreamweaver MX, how can I use DWMX to output the results to a formatted file via e-mail?

HTML >>> Formatted E-mail output.

????

Cheers
Jaspal is offline   Reply With Quote
Old 02-15-2003, 01:16 AM   #2
KevinMG
Member
 
Join Date: Aug 2002
Posts: 71
your best bet would be to hand code something...most likely using the $_POST variables...

if you're not up for hand-coding it yourself, try this out... http://www.endsdesign.com/dcf/. This will take any HTML form and email the contents to your specified email address.
__________________
EndsDesign.com
KevinMG is offline   Reply With Quote
Old 03-05-2003, 11:15 AM   #3
CJ@G3
Junior Member
 
Join Date: Mar 2003
Location: Hertfordshire, UK
Posts: 11
you can always specify the form's action as "mailto:watever@me.com", not reccommended.

as kevin said, if you're not up to coding, use something like the emailer form on www.bravenet.com, which emails you the form contents. you simply write your form like this:

<form action="http://pub36.bravenet.com/emailfwd/senddata.php" method="post" name="contact_form" enctype="multipart/form-data">
<input type="hidden" name="usernum" value="<SUPPLIED>" />
<input type="hidden" name="cpv" value="1" />
.....
....
</form>


CJ
CJ@G3 is offline   Reply With Quote
Old 03-26-2003, 12:18 PM   #4
PabloAgogo
Junior Member
 
Join Date: Mar 2003
Posts: 3
--------------------------------------------------------------------------------
I have a HTML form created in Dreamweaver MX, how can I use DWMX to output the results to a formatted file via e-mail?
-------------------------------------------------------------------------------

I cannot gurantee that this is the best option but this is how I receive FORM data to EMAIL:

If you want the users name and email address. Compose a TABLE with the required fields that you want returned. The TABLEs NAME becomes your VAR (eg NAME = $NAME). This can be referenced from within a small PHP SCRIPT using the in built call <? MAIL($to, $subject, $body,$from);?>

Hence

FORM Parsed NAME + EMAIL into PHP Parsed $NAME + $EMAIL:
set var: *$to = $YOUR EMAIL
$from = $EMAIL

* this can be concenated from various variables to stop robots picking your addresss out of your source code???

I'm a little new to PHP so I'm unsure if there are any problems with using this call or whether it has been superceded, but its works, so I use it?
PabloAgogo is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 12:17 AM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.