Caithness Map :: Links to Site Map Paying too much for broadband? Move to PlusNet broadband and save£££s. Free setup now available - terms apply. PlusNet broadband.  
Results 1 to 8 of 8

Thread: Website Poll

  1. #1
    Join Date
    Jan 2005
    Location
    Stroma
    Posts
    542

    Default Website Poll

    Hi,

    Was wondering if any computery types could help me with this problem: I am wanting to put a simple poll on my website (ie. select a circle thing and click submit). I know how to make forms im webpages but dont know how to send the actual data back to the website owner.

    Thanks in advance.

  2. #2
    Join Date
    Feb 2005
    Location
    Thurso
    Posts
    381

    Default

    If you are using html forms then google "mailto forms html tag"

  3. #3
    Join Date
    Jan 2005
    Location
    Stroma
    Posts
    542

    Default

    Ive tryed that before and the person needs to have Outlook installed so its a bit of a hasstle. Was just looking for one that sends when you press submit.

  4. #4
    Join Date
    Feb 2005
    Location
    Thurso
    Posts
    381

    Default

    Quote Originally Posted by ~~Tides~~
    Ive tryed that before and the person needs to have Outlook installed so its a bit of a hasstle. Was just looking for one that sends when you press submit.
    If your site is online at the moment it would if you gave the URL so that anyone trying to help can have a quick look to get an idea of what you are working with

    The "mailto" command does not care which email client it is using, be it Outlook, Eudora or anything in between, as long as the code is clean.

    Your original question starts of with a request for advice about polls which are generally published on the website via the host server, but you then go on to say that you wish to have the data sent back to the website owner using, it would appear, a *form* that incorporates radio buttons; therefore it's a bit unclear as to what exact advice you need

    However, this maybe what you are after? - http://www.w3schools.com/html/tryit....html_form_mail

    Just to clarify... an example of a poll is on the top right here - http://www.tugmistress.co.uk/ and when you add/vote to the poll then the data is generated/written to another page on the fly.

    hth

  5. #5
    Join Date
    Jan 2005
    Location
    Stroma
    Posts
    542

    Default

    Sandtiger, thanks for your help.

    You can see the website by clicking the button at the bottom of my posts. I dont want to use an e-mail client because the computors in the school dont have an email cleint and most people I know just use hotmail of the web. You are right, it would be a form with radio buttons.

  6. #6
    Join Date
    Nov 2004
    Posts
    4,003

    Default

    Quote Originally Posted by ~~Tides~~
    Sandtiger, thanks for your help.

    You can see the website by clicking the button at the bottom of my posts. I dont want to use an e-mail client because the computors in the school dont have an email cleint and most people I know just use hotmail of the web. You are right, it would be a form with radio buttons.
    Did you try using the btconnect cgi script?

    You open your form with:

    <FORM METHOD="post" ACTION="http://home.btconnect.com/cgi-bin/mailto/you@btconnect.com">

  7. #7
    Join Date
    Feb 2005
    Location
    Thurso
    Posts
    381

    Default

    This article should help

  8. #8
    Join Date
    Jan 2005
    Location
    Stroma
    Posts
    542

    Default

    Cheers! Thats exactly what I was looking for!

Posting Permissions

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