T O P I C R E V I E W |
mschumi |
Posted - 30 Jan 2009 : 20:53:51 Hi,all! Maybe there is a solution somewhere here in the forum, but i didn't found it! Sorry for that! I want to send a form with some Checkboxes and an Inputtextfield to my own e-mail address. I created the form, add these fields and add the "mailto:x@y.de" to the Action. Unfortunately it didn't work! Has anyone an idea?
Thanks in advance
|
11 L A T E S T R E P L I E S (Newest First) |
anima3 |
Posted - 02 Feb 2009 : 15:02:22 Sweet. Thanks a lot, this is going to be very helpful. I was a lil bit sick of messing with all those HTML codes :) |
s.dav |
Posted - 02 Feb 2009 : 08:53:52 The actual version of D.H.E. doesn't create the .php or .asp, you can create this page using the tips above. Probably version 4.4 will help you by creating a simple .asp or .php form processor on the fly. |
petran |
Posted - 01 Feb 2009 : 22:47:49 When you make a form in DHE you can call a PHP script in the action field to handle the data entered in that form; that's why there is that option ;-) |
anima3 |
Posted - 01 Feb 2009 : 15:47:15 Hey, Interesting that someone asks this question. I've been wondering how one can make contact forms etc within DHE. So far I've been finding the proper HTML codes on Google and making PHP files on Dreamweaver, and it works just fine. (here's the open source codes I use: http://www.centerkey.com/php/ it's easy to customize and if you have some javascript knowledge you can make some 'optional' and 'required' fields)
What is a good way to do the same thing within DHE? There's gotta be an answer to this question. Otherwise why would there be the option to make a form?
Daviiiiide! |
T00N |
Posted - 01 Feb 2009 : 08:02:35 Because? |
mschumi |
Posted - 31 Jan 2009 : 21:37:08 Thanks all! I got a solution....it works, but i'm not 100% satisfied with it!
|
jtarin |
Posted - 31 Jan 2009 : 03:52:46 Take you pick...http://www.google.com/search?hl=en&q=forms+html&btnG=Google+Search&aq=f&oq=
Some free...some paid...look for something to tailor for your situation. Possibly your web service provides "cgi scripts" for this purpose...most do these days. |
mschumi |
Posted - 30 Jan 2009 : 23:43:14 Thanks, Toon! seems to be a good solution! But i want it to solve this small problem in DHE!
@S.Dav Is there any easy solution for this common problem? Thanks!
|
T00N |
Posted - 30 Jan 2009 : 22:54:15 http://phpfmg.sourceforge.net/
This will do the job. |
mschumi |
Posted - 30 Jan 2009 : 22:28:44 Hi Petran, thanks for your reply! I think this php is much too much for this small job! Is there nothing smaller? Thanks, Michael |
petran |
Posted - 30 Jan 2009 : 21:58:16 For that sort off things I use ProcessForm 3.0.15 for years now. You can find it here: http://mindpalette.com/scripts/index.php#PFAnchor |