Need help with Values
- by Adam C
I want to take a value
ex: <input type="hidden" name="quicksearch" value="**1**" />
from a third party website.
then place that value on my website
ex: <input type="hidden" name="quicksearch" value="**REPLACE WITH 1**" />