![]() |
Where is the submitted info sent? How can I send it to email?
When users enter their info and hit "submit", where is their information sent to?
Code:
<html>How can I use this code to have it sent to an email? Thank you |
Re: Where is the submitted info sent? How can I send it to email?
It is likely that the content is sent to volunteer.php
|
Re: Where is the submitted info sent? How can I send it to email?
I took this code from a website because I wanted something just like this on a page on my website. I would like to know how to have all the submitted info sent to an email, or somewhere that it can be logged and saved, like a database maybe?
Thanks |
Re: Where is the submitted info sent? How can I send it to email?
You have to create a second file where you retrieve the sent information and do what you feel like
|
Re: Where is the submitted info sent? How can I send it to email?
Quote:
|
Re: Where is the submitted info sent? How can I send it to email?
The exact file of your choice with the content may not be the one present on internet and unless you cannot code that you need to get people to get it coded for you.
|
Re: Where is the submitted info sent? How can I send it to email?
Quote:
Is it possible that someone here could please help me out by coding me such a page? I would really appreciate it. thanks |
Re: Where is the submitted info sent? How can I send it to email?
Quote:
|
Re: Where is the submitted info sent? How can I send it to email?
what is it you recommend that I should do?
|
Re: Where is the submitted info sent? How can I send it to email?
the most easiest way is to check weather your host supports php,
if so you have several options: 1) Sending an e-mail to a predefined address (needs the host to make the mail() function activated) 2) Logging to a plain text file 3) Logging to a database option 3) is most commonly used but if you are just trying to get the ones who visited your website opt. (2) is perfectly OK opt. 1) is hardly used nowadays :D if you need help in making any of this please post here i will post the necessary script |
| All times are GMT +5.5. The time now is 22:57. |