email from a form
am 12.09.2007 17:39:09 von Ray Kinserlow
I have a form that I have set to email me some text back. The problem
is their is +'s instead of spaces in the email I get back. Is there
anyway to send just plain text in a action="mailto:
somebody@somewhere.com" attribute in the form tag.
Regards,
Ray
---------
Ray W. Kinserlow Jr.
Lubbock, Texas
webpage: www.kinserlow.com
blog http://blog.360.yahoo.com/kinserlow
---------
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
Re: email from a form
am 13.09.2007 02:57:17 von lws4art
Ray Kinserlow wrote:
> I have a form that I have set to email me some text back. The problem
> is their is +'s instead of spaces in the email I get back. Is there
> anyway to send just plain text in a action="mailto:
> somebody@somewhere.com" attribute in the form tag.
>
No the problem is that you are using action="mailto:... instead of
sending it your a server-side script, CGI, PHP, ASP... Search this group
and you will see this described many times. Depending on your server
Google for a mailing script. Many hosting companies provide a
preinstalled one for you is you are a newbie.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: email from a form
am 13.09.2007 10:15:35 von dorward
On Sep 12, 4:39 pm, Ray Kinserlow wrote:
> I have a form that I have set to email me some text back. The problem
> is their is +'s instead of spaces in the email I get back. Is there
> anyway to send just plain text in a action="mailto:
> someb...@somewhere.com" attribute in the form tag.
mailto:? Stop, read http://www.isolani.co.uk/articles/mailto.html
--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/
Re: email from a form
am 16.09.2007 07:37:43 von Ray Kinserlow
On Thu, 13 Sep 2007 08:15:35 -0000, David Dorward
wrote:
>On Sep 12, 4:39 pm, Ray Kinserlow wrote:
>> I have a form that I have set to email me some text back. The problem
>> is their is +'s instead of spaces in the email I get back. Is there
>> anyway to send just plain text in a action="mailto:
>> someb...@somewhere.com" attribute in the form tag.
>
>mailto:? Stop, read http://www.isolani.co.uk/articles/mailto.html
Ok, I get the idea. I never really liked the mailto: thingie anyway.
I have implemented a cgi mail handler by using html code and handler
from www.response-o-matic.com . For the price of a little advertising
I get a form that has a cgi handler.
Regards,
Ray Kinserlow
---------
Ray W. Kinserlow Jr.
Lubbock, Texas
webpage: www.kinserlow.com
blog http://blog.360.yahoo.com/kinserlow
---------
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDem