How do I create a form so that when a user enters details in the text area – that text goes in is placed into the middle of a link when the submit button opens that link.
eg. http://www.mysite.com/hellojohn123hi
Where 123 are placed in the link using a form.
you need to use a bit of javascript to place the input(from textarea) into the link of the submit button. and then use, POST. tutorial to document.ready() in jquery