HighDots Forums  

Emailing a form

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Emailing a form in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
arthursc
 
Posts: n/a

Default Emailing a form - 06-22-2004 , 11:08 AM






Hi,

I have a form that has reservations dates. I want a user to fill the dates in
from a drop down menu and the select email button. This then emails he dates
entered by the users to a set email address. I have completed the dates fields
but am unsure how to capture that data and get it emailed.

Does anyone know where or how I can do tis or if the code is already avaiable?

Thanks in Advance

arthursc


Reply With Quote
  #2  
Old   
Craig
 
Posts: n/a

Default Re: Emailing a form - 06-22-2004 , 11:18 AM






There's number of ways, depending on the server technology, etc
Search for email extensions on the MM site.

Craig


"arthursc" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi,

I have a form that has reservations dates. I want a user to fill the
dates in
from a drop down menu and the select email button. This then emails he
dates
entered by the users to a set email address. I have completed the dates
fields
but am unsure how to capture that data and get it emailed.

Does anyone know where or how I can do tis or if the code is already
avaiable?

Thanks in Advance

arthursc




Reply With Quote
  #3  
Old   
Alan
 
Posts: n/a

Default Re: Emailing a form - 06-22-2004 , 11:36 AM



first thing to check: Your host.
What do their FAQ/Support pages say about forms?
Do you have a "Control Panel" or CPanel?
Does it have anything about scripts?

If no info above about a pre-installed form script- What server side
scripting can you use on this host? php? asp? ??


http://kaosweaver.com has a free dw extension, mail something or other; It
will insert server side code for the form to be sent. It uses your choice of
asp, php, or ColdFusion. Very easy and quickly.

If you can use php, a script with more options, that installs fairly easily:
http://boaddrink.com -->link to phpformmail


Reply With Quote
  #4  
Old   
arthursc
 
Posts: n/a

Default Re: Emailing a form - 06-22-2004 , 02:39 PM



Server runs most of the common ASP mail server side extensions.

I need to do this in asp. Not interested in the extension that calls email
client locally installed on users machine.

Have included the snippet of code that has the details in.

<p style=" margin-left: 30 px;">
<img src="images/arrivaldate.gif"><br>
<select size="1" name="D1"
style="font-size:9px;height:10px;width:40px;border-color:#FF0000;background-colo
r:#E9EEFC;color:#536EB6" >
<option>21</option>
</select>

<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option selected>January</option>
<option>February</option>
<option>March</option>
<option>April</option>
<option>May</option>
<option>June</option>
<option>July</option>
<option>August</option>
<option>September</option>
<option>October</option>
<option>November</option>
<option>December</option>
</select>

<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option>2003</option>
</select>
<br>
<img src="images/numberofnight.gif">
<br>
<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option>3</option>
</select>
<br>
<img src="images/departuredate.gif">
<br>
<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option>25</option>
</select>
<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option selected>January</option>
<option>February</option>
<option>March</option>
<option>April</option>
<option>May</option>
<option>June</option>
<option>July</option>
<option>August</option>
<option>September</option>
<option>October</option>
<option>November</option>
<option>December</option>
</select>
<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option>2003</option>
</select>
<table>
<tr>
<td><img src="images/adults.gif"></td>
<td><img src="images/childrens.gif">
</td>
</tr>
<tr>
<td>
<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option>21</option>
</select>
</td>
<td>
<select size="1" name="D1"
style="font-size:9px;background-color:#E9EEFC;color:#536EB6">
<option>21</option>
</select>
</td>
</tr>
</table>
</p>

thanks for the replies so far.


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



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