Results 1 to 12 of 12

 

Thread: Form question from beginner.

  1. #1
    Mike_M's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    536
    Thanks
    39
    Thanked 12 Times in 8 Posts


    Hi,

    I am a complete web design novice. I've been reading up on Dreamweaver for about 2 days now, and have managed to use it to construct a very basic site with an application form.

    Problem is, how do I make the form work (ie when a customer submits their details they get emailed to me)?

    Can anyone help?

  2. #2
    andysears's Avatar
    Registered User

    Status
    Offline
    Join Date
    Dec 2005
    Location
    Herts UK
    Posts
    374
    Thanks
    3
    Thanked 2 Times in 2 Posts
    Various ways of doing this, with ASP or PERL etc, and dependent on the server platform your using.
    _________________________________________
    Salou, Cambrils and PortAventura

  3. #3
    Affiliateer

    Status
    Offline
    Join Date
    Jul 2005
    Location
    The Toon
    Posts
    920
    Thanks
    4
    Thanked 1 Time in 1 Post
    To expand on Andy you need some form of dynamic software such as ASP, PERL, PHP (the latter the most popular) installed on your hosting. This is what handles the information and then do with it what you want such as emailing it to you, storing in a database etc. This involves programming though which is a different area. There is no quick way within HTML to mail you that information without some sort of scripting language dealing with the inputted data.

    Hope that helps clear it up mate.
    James Zielinski,
    rightmobilephone.com - Mobile Phone Comparison Site
    sunshine.co.uk - Affiliate Area

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    661
    Thanks
    0
    Thanked 0 Times in 0 Posts
    There are lots of mailing list mangement companies, that will process and store the users details from you from the e-mail your form has generated.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Apr 2005
    Location
    Central England
    Posts
    559
    Thanks
    50
    Thanked 12 Times in 10 Posts
    Hi mike

    If your html forms on the net and in form tags I can run a form script on it for you - I just need the URL and the email details you want it sending to and then I can send you the php coding in an email - takes 2 mins.

    PM me if you like

    Cheers

    Russ

  6. #6
    Jedi

    Status
    Offline
    Join Date
    Jun 2004
    Posts
    177
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Some hosting companies actually provide you with a customisable form that is ready to go. It wont be great but it will do the job.

    Get in touch for more dude.
    Nothing worse than a smart arse!

  7. #7
    Mike_M's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    536
    Thanks
    39
    Thanked 12 Times in 8 Posts
    Thanks for the responses guys.

    Quote Originally Posted by Fudge
    Some hosting companies actually provide you with a customisable form that is ready to go.
    My hosting company is 1&1 and they do have 'formbuilder' which was really good until it broke down last Wednesday. Having made countless calls to their non-technical technical department since last Weds and being on hold for about 2 hrs in total they've finally come to the conclusion that there's a bug in the system and that it will hopefully be fixed by tomorrow (mind you they told me that last thursday). One of my calls today involved me ringing their 0870 number and being put on hold for nine minutes before the line went dead!

    If you want a chuckle at the state of 1&1's customer service have a listen to some of these calls: http://www.bankraid.com/archive/0512...imon_jones.htm


    So I've sort of lost faith with their formbuilder and wanted to try and build one myself from scratch, but I just don't know where to start - eg I've read that I can do it using formmail.pl, so I've downloaded the formmail file to my desktop - what next?

    I've also read that I have to put the formmail.pl file in the cgi-bin folder on the server - and that if I don't know where that folder is (which I don't) then I should contact my hosting provider (don't know if I want to listen to 2 more hours of classical music!)

    Are there any absolutely basic guides out there that will teach me how to do this sort of thing step-by-step, or am I way out of my depth?

  8. #8
    Driving to win

    Status
    Offline
    Join Date
    Aug 2003
    Location
    If I'm not at home, I'm in hospital
    Posts
    7,370
    Thanks
    7
    Thanked 16 Times in 11 Posts
    If you want a really cheap and dirty solution then set the top of your form to:

    form method="post" action="mailto:yourname@yoursite.com" enctype="text/plain"

    obviously set the mailto to your email address.
    Never argue with idiots. They just drag you down to their level and then beat you with their experience.

    If ignorance is bliss then some of the people I know must be orgasmic.

  9. #9
    Mike_M's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    536
    Thanks
    39
    Thanked 12 Times in 8 Posts
    Cheers Keith,

    I tried that though and it pops up with two warning messages before allowing the customer to submit the form:

    This form is being submitted using email
    Submitting this form will reveal your email address to the recipient,
    and will send the form data without encrypting it for privacy.
    You may continue or cancel this submission

    Even if they click 'continue' at this point, an outlook express message pops up saying:

    A program is attempting to send the following email on your behalf
    Subject: Form posted from Microsoft Internet Explorer
    Would you like to send the message?


    I feel that this would just put too many people off.

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Apr 2005
    Location
    Central England
    Posts
    559
    Thanks
    50
    Thanked 12 Times in 10 Posts
    Mike - I've sent you a pm which you may find useful

    Cheers

    Russ

  11. #11
    Mike_M's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    536
    Thanks
    39
    Thanked 12 Times in 8 Posts
    Cheers Russ

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Nov 2004
    Location
    Buckinghamshire
    Posts
    175
    Thanks
    0
    Thanked 5 Times in 2 Posts
    http://www.thesitewizard.com/wizards/feedbackform.shtml

    This site has a 'feedback form wizard' where you can enter your details and it produces the code in either PHP or Perl for you. It works and is satisfactory if basic until you get the hang of scripting and want to make it a bit more fancy.



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP Form Help
    By MobileDealsNow in forum Programming
    Replies: 3
    Last Post: 13-11-05, 05:22 PM
  2. Finance leads: own form vs merchants form
    By hiptophop in forum Affiliate Marketing Lounge
    Replies: 0
    Last Post: 29-09-05, 01:44 PM
  3. Lost password form on CJ website
    By woutermols in forum Commission Junction
    Replies: 0
    Last Post: 30-03-05, 06:18 PM
  4. Newbie technical question re submitting a form
    By al2004 in forum Programming
    Replies: 24
    Last Post: 20-12-04, 11:46 AM
  5. Question for the established\expert marketeers
    By AndyCoke in forum Affiliate Marketing Lounge
    Replies: 8
    Last Post: 24-08-04, 08:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2