Results 1 to 7 of 7

Thread: Javascript Form Processing

  1. #1
    Join Date
    Aug 2008
    Location
    Gold Coast Australia
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Javascript Form Processing

    I've just been informed that my clients Hosting company doesn't support any server side scripts on the package he is on and that it will cost a ridiculous $200 a year to activate the PHP (along with heaps of other stuff superflous to his needs). They won't even set up a CGI folder so I really don't know of any other way to process the rather simple form. Is there any javascripts out there that are capable of doing this. I've had a good look around but can't find any. Any help much appreciated.

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    What functionality are you expecting?
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. The Following User Says Thank You to rangana For This Useful Post:

    Walrus (08-07-2008)

  4. #3
    Join Date
    Aug 2008
    Location
    Gold Coast Australia
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your reply Rangana. Basically the form just has Name, Company, Phone, Email and Enquiry text boxes. I am looking at having it sent into my inbox formatted if possible eg

    Name : John
    Company : CMC etc etc.

    I did find one javascript but it only seemed to open up my email client with the information in the new mail ready to be sent off.

  5. #4
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I'm sorry, but Javascript can't mail a form (as per time being).

    One way to go is to use mailto:, but this will always open an email client. You might want to look for another hosting company that give you the benefit.

    Hope makes sense.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  6. The Following User Says Thank You to rangana For This Useful Post:

    Walrus (08-07-2008)

  7. #5
    Join Date
    Aug 2008
    Location
    Gold Coast Australia
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks Rangana. Thought I'd do some research before telling my client it can't be done. Really no point having it link to an email client so will just go with an email link. Have tried to convince him to upgrade but the host wants another $200 a year for the privelage so will change hosts when the contract runs out. Thanks again for putting me on the right rack.

  8. #6
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    As a temporary solution, there are services (some free) that will handle this for you. Bascially, the form is hosted on their servers and you can bring it in via iframe.

    QuestionForm is one that I can recommend. They have a free version that should be enough for your needs.

  9. The Following User Says Thank You to Medyman For This Useful Post:

    Walrus (08-07-2008)

  10. #7
    Join Date
    Aug 2008
    Location
    Gold Coast Australia
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks Medyman. Another workaround that might be suitable for my client. Hadn't thought of that one.

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
  •