Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Need Help With HTML


ghost's Avatar
0 0

Im new at this and i made a small script that asks questions about the person…fav food..stuff like that. I added a submit button at the bottom and i want it to send their answers to my email…is there any way to do that?


rockbll4's Avatar
[TheN00bHacker]
0 0

lol

<form action="mailto:email@email.com">

<input type="checkbox" name="name" value="place"> Whats your favorite place? <br/>

<input type="submit" value="Submit">

</form>

OR use php


ghost's Avatar
0 0

dude, contact me a way im my profile and ill help you