soynemesis
New Member
I am looking for a simple way to pre-fill a field in my contact form when ever a user clicks on a link that is given in some other page.This is my contact form in html.\[code\] <form method="post" action="submit.php" > <p>Your name: <br /><input name="name" /></p> <p>Your email: <br /><input name="email" /></p> <p>Your message: <br /><textarea name="message" id="message" rows="10" cols="50"></textarea></p> <p><input type="submit" value="http://stackoverflow.com/questions/14070105/Send" /></p> </form>\[/code\]I want to fill the "message" field with "some text" when a user clicks on a url like \[code\]www.xyz.com/contact.html?setmessagefield=some_text\[/code\]