Thread Starter
akexer
(@akexer)
In addition:
This line from the first post doesn’t work:
$fields[‘value’][1] = “test”;
All the other lines work fine.
Thread Starter
akexer
(@akexer)
Hello. ActuallyI want to add the value I got in GET query into one of the fields in my form.
e.g. http://site.org/?utm_term=example1
->
<input type=”hidden” name=”test” value=”example1″>