16-02-2004, 09:45
|
#1
|
|
cf.member
Join Date: Dec 2003
Posts: 31
|
ntl webspace and forms
Hi,
I know the functionality of ntl webspace is limited, but is it possible to use forms (i.e. a simple name/address, etc) that send the data to and email address?
If anyone has the right code and/or settings for a simple form that will work, let me know!
Thanks,
James
|
|
|
16-02-2004, 10:24
|
#2
|
|
the terminator
Join Date: Jun 2003
Location: Warrington ntl:81304 Altitude: 12m (and falling)
Posts: 3,698
|
Re: ntl webspace and forms
As I understand it this requires the use of CGI scripts on the server and NTL don't support this. It's a pitty that they don't provide a fixed pre-written script for just this purpose.
Another alternative is to use one of the many form hosting service such as http://www.response-o-matic.com/ - mind you, I've not actually tried this.
|
|
|
16-02-2004, 12:25
|
#3
|
|
cf.pondlife
Join Date: Nov 2003
Location: In hiding!
Services: Sky+, 4Mb VM BB
Posts: 712
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by jameseyre1
Hi,
I know the functionality of ntl webspace is limited, but is it possible to use forms (i.e. a simple name/address, etc) that send the data to and email address?
If anyone has the right code and/or settings for a simple form that will work, let me know!
|
BT has a FormMail script that I used to use, and it's open to access from NTL.
The help page for using their script is http://www.btopenworld.com/tools/web...,6668,,00.html
Of course, you can't edit the script, so you have to setup your form to send the fieldnames they specify, but for basic forms it works fine.
Why NTL can't do the same is beyond me. Mind you, that would require NTL to have some interest in their customers.
__________________
Andy
|
|
|
17-02-2004, 07:48
|
#4
|
|
cf.member
Join Date: Dec 2003
Posts: 31
|
Re: ntl webspace and forms
I am using Dreamweaver created forms - are these supported by ntl?
|
|
|
17-02-2004, 17:51
|
#5
|
|
cf.pondlife
Join Date: Nov 2003
Location: In hiding!
Services: Sky+, 4Mb VM BB
Posts: 712
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by jameseyre1
I am using Dreamweaver created forms - are these supported by ntl?
|
Well, you can use forms, but it's how you get the information sent back to yourself. The simplest method is by using a FormMail script. The form's SUBMIT button would then call this script. Unfortunately NTL does not support scripting. You have no cgi-bin directory, and they do not support ASP either.
Now you could just use the "mailto" command for the SUBMIT button, to mail an attachment containing the form's contents back to yourself but this is ugly. You should use a script. As others have said, you could use a scripting service, that will supply pre-written scripts or will host your own. On the otherhand you could use someone else's scripts (BT for instance).
__________________
Andy
|
|
|
17-02-2004, 18:06
|
#6
|
|
?£$!$?%£"
Join Date: Jan 2004
Posts: 278
|
Re: ntl webspace and forms
No scripting is supported by your NTL webspace unfortunately...
You can use third party hosted scripts, or you can have your own webspace with cgi-bin and run the scripts yourself..
There are many hosting companies out there providing this, myself included...
There are possibly other, more complicated ways to accomplish what your after, but for anything more than what I call "Business Card" website the NTL space is not really usefull.
|
|
|
17-02-2004, 18:56
|
#7
|
|
Legal Alien
Join Date: Jun 2003
Services: Cablevision
Posts: 8,174
|
Re: ntl webspace and forms
So they don't even offer the basics
http://www.demon.net/helpdesk/produc.../scripts.shtml
What scripts are supplied by Demon?
Only the following CGI-BINs are available. No user defined CGI-BINs are permitted:
count
A counter which is incremented every time it is run. Generally used to provide a number of visitors item. Only one counter is allowed.
imagemap
Allows areas of a single image to be defined as clickable in graphical menus etc. Any number of imagemaps can be added.
mailform
Provides a single form using the GET method which is then emailed to the fixed address webmaster@hostname.demon.co.uk.
NOTE - It is the users responsibility as the administrator of their own Demon host to make sure that mail addressed to the webmaster is accepted by their system. (Turnpike will deliver webmaster mail to the default mailbox)
testform - As mailform, but displays the data instead of mailing it. Used for debugging.
Note that the names of these scripts must be in lower case.
|
|
|
17-02-2004, 18:59
|
#8
|
|
?£$!$?%£"
Join Date: Jan 2004
Posts: 278
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by SMHarman
So they don't even offer the basics
http://www.demon.net/helpdesk/produc.../scripts.shtml
What scripts are supplied by Demon?
Only the following CGI-BINs are available. No user defined CGI-BINs are permitted:
count
A counter which is incremented every time it is run. Generally used to provide a number of visitors item. Only one counter is allowed.
imagemap
Allows areas of a single image to be defined as clickable in graphical menus etc. Any number of imagemaps can be added.
mailform
Provides a single form using the GET method which is then emailed to the fixed address webmaster@hostname.demon.co.uk.
NOTE - It is the users responsibility as the administrator of their own Demon host to make sure that mail addressed to the webmaster is accepted by their system. (Turnpike will deliver webmaster mail to the default mailbox)
testform - As mailform, but displays the data instead of mailing it. Used for debugging.
Note that the names of these scripts must be in lower case.
|
All of demons offerings are third party hosted scripts. They state to run your own scripts you need to upgrade to commercial webspace with them also.
Although there is nothing wrong with third party scripts, it does not look proffessional, and often has to have some sort of advert in it...
Hope that helps
|
|
|
17-02-2004, 19:00
|
#9
|
|
cf.mega poster
Join Date: Jun 2003
Age: 29
Posts: 6,273
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by abailey152
BT has a FormMail script that I used to use, and it's open to access from NTL.
The help page for using their script is http://www.btopenworld.com/tools/web...,6668,,00.html
Of course, you can't edit the script, so you have to setup your form to send the fieldnames they specify, but for basic forms it works fine.
Why NTL can't do the same is beyond me. Mind you, that would require NTL to have some interest in their customers.
|
...and BT always wondered why they are Spamhaus listed.
To the original poster: You might as well use the BT one if it's not too important/serious.
|
|
|
17-02-2004, 19:00
|
#10
|
|
Legal Alien
Join Date: Jun 2003
Services: Cablevision
Posts: 8,174
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by Kedoo
All of demons offerings are third party hosted scripts. They state to run your own scripts you need to upgrade to commercial webspace with them also.
Although there is nothing wrong with third party scripts, it does not look proffessional, and often has to have some sort of advert in it...
Hope that helps
|
There is no advertising in those scripts. They are in the cgibin on my inclusive space. I cannot put anything else in that folder though.
|
|
|
17-02-2004, 19:05
|
#11
|
|
?£$!$?%£"
Join Date: Jan 2004
Posts: 278
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by SMHarman
There is no advertising in those scripts. They are in the cgibin on my inclusive space. I cannot put anything else in that folder though.
|
So what did you have to sign up for with demon to get the space?
|
|
|
18-02-2004, 09:37
|
#12
|
|
Legal Alien
Join Date: Jun 2003
Services: Cablevision
Posts: 8,174
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by Kedoo
So what did you have to sign up for with demon to get the space?
|
I have a demon standard dial up account costs £10+vat so £11.75 a month. I've had it for ever, but when I switched to NTL broadband decided to keep it as it meant I did not need to change my e-mail addresses etc.
A secondary benefit is I have a backup ISDN dial up line, reliable POP3 servers with spam trapping, and now, free web space with a basic cgi bin.
Youl'd get the same from their DSL options.
|
|
|
27-02-2004, 20:03
|
#13
|
|
Away
Join Date: Feb 2004
Posts: 8
|
Re: ntl webspace and forms
 This is all bad news. I was hoping to add a form to my page. Oh well
|
|
|
27-02-2004, 21:09
|
#14
|
|
ex CLT
Join Date: Nov 2003
Location: Wales
Posts: 454
|
Re: ntl webspace and forms
it is very simple to create forms using standard html and the mailto tag which will send the information to a mail addy of your choice. simply look for a good tutorial on the subject
try this http://www.w3schools.com/html/html_forms.asp
Last edited by threadbare; 27-02-2004 at 21:11.
|
|
|
27-02-2004, 21:29
|
#15
|
|
cf.pondlife
Join Date: Nov 2003
Location: In hiding!
Services: Sky+, 4Mb VM BB
Posts: 712
|
Re: ntl webspace and forms
Quote:
|
Originally Posted by Hologram
 This is all bad news. I was hoping to add a form to my page. Oh well
|
Well, you can still use forms. You just need to use a third party for the script or just mailto the results back to your email address, just as threadbare says.
__________________
Andy
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 08:28.
|