dynamic form value
-
Hello. I’m trying to get utm_term parameter from $_GET array and insert it into one of the form fields, but i didn’t get how to do it yet.
I’ve tryed dynamic form creation but didn’t find how to add field value
$fields[‘label’][1] = “test”;
$fields[‘type’][1] = textarea;
$fields[‘value’][1] = “test”;
$fields[‘isdisabled’][1] = 0;
$fields[‘isreq’][1] = 0;
$fields[‘isemail’][1] = 0;
$fields[‘isclear’][1] = 0;
$fields[‘isreadonly’][1] = 0;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘dynamic form value’ is closed to new replies.