Hi there,For the purpose of tracking visitors I need to add visitors email behind the affiliate link so that i created a simple form-something like this Email: Submit.it works fine but the result is something like this http://affiliatelink.com/?ID=email.I would like to rid off this ugly ?ID= part of the link.The permalinks are set up to "post name" in wordpress permalinks settings and all other links are fine.
oK!I have an affiliate link for instance http://affiliatelink.com.My goal is to create a simple email form and when you type your email and press the submit button http://afilliatelink.com/youremail to be sent to the browser.For the purpose i created this form in one of my wordpress pages: <form action="http;//affiliatelink.com"> Email:<input type="text" name="ID"> Submit:<input type="submit" > and the result is http://affiliatelink.com/?ID=youremail.I just want to rid off this ?ID= part.I am aware that ID comes from the name.All other permalinks in my site are fine except this created from the <form>