Hey guys How do you capture emails from a landing page to build a list? what is the process i.e html, wheres its stored, that kind of thing. thanks
I don't quite understand what your asking. Are you asking for a component that grabs URI information, or Email address that are stored on a users computer. Or are you asking for an input device, that will create a list for you to view?
You need php to store the details that a user enter on inputs. First create a html form with that inputs you need and then point the form to send the content to a php file that will save all content into a txt/xml file or into a mysql database. If you don't know how to do that post here more infos about what inputs you need (if only the email input or others too).