Hello,
So I have:
<input type="text" id="keyword" placeholder="placeholder" value="" />
What is the best way to go about defining the value based on the link?
ie.
http://mysite.com/valueplacer?=thisisthevalue
Does this:
<input type="text" id="keyword" placeholder="placeholder" value="thisisthevalue" />
Thanks!