Close

Results 1 to 4 of 4

Thread: Contact Us form

  1. #1
    DF VIP Member
    ZX7R's Avatar
    Join Date
    May 2002
    Location
    Hertfordshire
    Posts
    3,976
    Thanks
    507
    Thanked:        799
    Karma Level
    578

    Default Contact Us form

    Hi,

    I've put together a website for a friend's company and have included a 'Contact Us' page. The hosting service/package does NOT include PHP support so I cannot include a simple contact form (name ,email, comment fields).

    If there a seperate service that I can use in order to implement this? Just wondered if there's any sites out there that allow you to use their server for the sake of a link to their site or something?

    Cheers.

  2. #2
    DF VIP Member /dev/null's Avatar
    Join Date
    Feb 2004
    Location
    Behind You
    Posts
    2,952
    Thanks
    0
    Thanked:        0
    Karma Level
    451

    Default Re: Contact Us form

    Hello,
    There is one possible way you could do this in plain html which uses the clients mail program in order to send the message. The way one would do this is to have a form as normal (as if it was a php page) but have the form declaration as such:

    Code:
    <form name='Email' method='post' action='mailto:you@yourdomain.com'>
    It's not brilliant, but it does the trick! Alternatively, if you know someone who has a PHP enabled server, you could write the script and then post to his server instead, providing of course that hee has PHP set up to allow this.

    Hope this helps!
    John.

  3. #3
    DF VIP Member
    ZX7R's Avatar
    Join Date
    May 2002
    Location
    Hertfordshire
    Posts
    3,976
    Thanks
    507
    Thanked:        799
    Karma Level
    578

    Default Re: Contact Us form

    thanks for the tip - I tried this previously. But I know that quite a few people may access the site from remote or public machines that will not have an email client installed.

    I'll see if I can find a way to post the php script to someone else's server.

    cheers.

  4. #4
    DF VIP Member
    ZX7R's Avatar
    Join Date
    May 2002
    Location
    Hertfordshire
    Posts
    3,976
    Thanks
    507
    Thanked:        799
    Karma Level
    578

    Default Re: Contact Us form

    managed to solve this problem!
    I found a free web host who supports PHP. I stuck the .php on there and pointed to it from my own domain and all works fine!

    for future reference:

    gwgaming.net

Similar Threads

  1. where can you buy swords form the uk online?
    By arv2k in forum Home Audio/Video, Electronic Toys & Gadgets
    Replies: 4
    Last Post: 1st October 2002, 04:24 PM
  2. Redirecting a CGI form? How!
    By devs in forum Web Hosting & Domain Names
    Replies: 2
    Last Post: 26th September 2002, 02:22 PM
  3. Contact Service On 3310
    By GEEZA in forum Unlocking Questions & Solutions
    Replies: 6
    Last Post: 9th September 2002, 10:41 PM
  4. Redirecting a CGI form? How!
    By devs in forum Website Coding & Graphics
    Replies: 1
    Last Post: 2nd September 2002, 02:02 PM

Social Networking 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
  •