Copy link to clipboard
Copied
Hi Guy's, I am looking to have data information sent to my Email. The long term goal is to create a database for this Information. But for the time being until I learn more about the database and how to create one I am looking to have the Informationn sent to my Email address. I done this before for my contact page at my other website, albeit on a much smaller scale. I used PHP script for that and I am trying to follow the same procedure for this form, but as I said it was on a much smaller scale with only Name, Subject, Email and Comments field. You can view the form here http://theboxinghistorian.com/rankings-database.html So all I am trying to do is have this Information sent to my Email address.
Copy link to clipboard
Copied
check out these two extensions. One uses php mail, the other pear mail and mail mime... choose the one your hosting provider will support. create any form you want with any form elements you want, the extension will insert all the code for you to email the data, and automatically loop every form element you have, label them, and tell you about your visitors platform, browser, os, and more. Doesn't get any easier then that, and no need to hand code anything.