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.
javscript from
im not familiar with javascript at all and ive tried to google up the code i need but i dont know exactly what im looking for. what would the code be for a java script submit form be if i wanted all the info that they type in the boxes to be sent to my email? i know about the "mailto:" but doesnt that tell them that they are sending the info to me? is it possible to do it anonymously?
By the sounds of it you would need something like PHP (combined with HTML… learn HTML first).
To make it easier to do what you want try and learn these php functions:- fopen, fclose, fwrite, get, post,
then learn about forms in html.
Hope that helped.