Jump to content

mussey73

Members
  • Posts

    2
  • Joined

  • Last visited

About mussey73

  • Birthday 08/09/1973

Contact Methods

  • Website URL
    http://www.absolutelyfreepaidsurveysites.com

Profile Information

  • Location
    new hampshire
  • Interests
    Surveys and website building

mussey73's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I have a website I created by using WIX. I am trying to Create a Form for First Name, Last Name and E-mail address that I would like to Pass the First Name, Last Name and E-mail on to a URL: The URL http://www.mb103.com/lnk.asp?o=6189&c=71590&a=120164&s1=fname&s2=lname&s3=emaill/ The S1, S2 & S3 are sub ID fields. My Question is how do I get the s1, s2, & s3 data after hitting the submit button to be inserted in the url above. <!DOCTYPE html><html><body> <form method="get" action="http://www.mb103.com/lnk.asp?o=6189&c=71590&a=120164&s1=email&s2=email/">First Name: <input type="text" name="fname"><br><br>Last Name: <input type="text" name="lname"><br><br>E-mail: <input type="text" name="email"><br><br><input type="submit" value="Submit"></form> </body></html> Thanks.
×
×
  • Create New...