Hello Everybody,
I am creating a web-hosting site for a client and need some help.
I need to add a form on their website which will send the text inputted into the end of a URL string.
So I will have a input text field on my website with a submit button which says ‘Check Domain’. And lets say the customer types in: ‘abc-company.com’ and submits the form, I want it to take them to:
http://websitehoster.co.uk/login/dac?domain=abc-company.com
So it add whatever is inputted in the text field at the end of this URL: “http://websitehoster.co.uk/login/dac?domain=”.
I have been searching and searching for weeks but I cant find a solution.
Any help would be FANTASTIC!