Emasher Posted May 15, 2007 Share Posted May 15, 2007 how do i set up a form that will email me the information that someone types into a text feild? (i'm using the cs3 version but it hasn't been updated much since the last macromedia version) Link to comment Share on other sites More sharing options...
Shorty Posted May 18, 2007 Share Posted May 18, 2007 The simplest way is the suckiest way, and dreamweaver's forms should be able to build one already. That's the html based method which tries to send the email through the user's mail client. Sucky because most people don't use OE or the equivalent anymore. So to get a decent one, you need a server that supports PHP for starters, I assume you've got that. If you know php you should be able to do it It's a case of each part of the form being one variable of the email, ie subject, body, sender's email address - etc., well php isn't my strong point but first need to know if your server supports php Link to comment Share on other sites More sharing options...
Emasher Posted May 18, 2007 Author Share Posted May 18, 2007 i'm hosting with host exelence i don't know if they support php or not whats the esiest way to find out. Link to comment Share on other sites More sharing options...
Shorty Posted May 18, 2007 Share Posted May 18, 2007 Contact them Link to comment Share on other sites More sharing options...
Recommended Posts