I had someone build forms for me but they didn't put in tags to have those forms do anything, the just made input fields. I have some knowledge on how to do this, but have never written PHP before and was told this is what I need to do to get the form to send to an email address. Can someone help me I'm really in a bind.

Here's the page
http://rrtitle.net/index-2.html

Member Avatar for fatihpiristine

where is your form tag ? you cant submit your page without that in html. there is no java script to control empty input boxes....
//put this after <body> tag
<form name="emai" action="submit.php">

//put this before </body>
</form>

where is your form tag ? you cant submit your page without that in html. there is no java script to control empty input boxes....
//put this after <body> tag
<form name="emai" action="submit.php">

//put this before </body>
</form>

Great! Thanks!
Then should I make a php page thats just code like the stuff on this page:
http://www.daniweb.com/forums/thread24482.html

Maybe instead of "some knowledge" I should have said close to zero : )

Member Avatar for fatihpiristine

if you want send your page as email to this address, i have time to waste :)

sms1878(at)hotmail.com

I had someone build forms for me but they didn't put in tags to have those forms do anything, the just made input fields. I have some knowledge on how to do this, but have never written PHP before and was told this is what I need to do to get the form to send to an email address. Can someone help me I'm really in a bind.

Here's the page
http://rrtitle.net/index-2.html

I would help with this ; but this page link is dead - get in touch and I will help you out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.