I have a form created in HTML imploring website visitors to sign up for our newsletter - what I would like to do is email potential signup-ees with the URL of the form, BUT would like the URL to contain “switches” (such as the mailto tag has) so that when the recipient clicks on the hyperlink they arrive at a form with some of their details already filled in…
Is such a thing possible and how would I go about it?
ie the textfield markup would be almost identical to usual HTML code, except for introducing that <%= %> syntax for the value to be filled in from the link.
In fact the page in question is in fact an ASP page - we use a content management system where we type in the HTML for the content section of the page, and I forget that it is constructed with ASP…