The Best Way to Reach People From My Site for Free

The booming popularity of the Internet has enabled millions of people to own their own websites. If you want to contact the members or visitors of your website, you can achieve this task by adding some simple HTML code to your website. You will then be able to contact these people through whatever email program you use. This way, you can legally obtain the information of those visitors who wish to be contacted with more information.

Instructions

    • 1

      Open the source code of your page. You will need to modify the HTML to create a form.

    • 2

      Enter some HTML code to make the form. Type:

      <form name="input" action="html_form_action.asp" method="get"> First name: <input type="text" name="firstname" /><br />

      Last name: <input type="text" name="lastname" /><br />

      Email: <input type="text" name="email" />.

    • 3

      Save your source code. Now people will be able to enter their name and contact information into the input boxes delineated by you.

    • 4

      Access your server. The page called "html_form_action.asp" will contain all of the form submissions. You can then take the email addresses you collect and use the email program of your choice to contact the visitors of your site.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured