Pre-populate field with URL get variable
-
I’m trying to populate a form text field with data in a URL variable, eg:
www.example.com/pagename/?fieldname1="hello"I’ve tried a couple of options, but think I’m missing the connection between a javascript field name, and the actual field name. My page has the following shortcodes:
[CP_CALCULATED_FIELDS_VAR name="fieldname1" from="get"][CP_CALCULATED_FIELDS id="6"]Do I need to add some Javascript to transfer the field value to the form, and if so, where?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Pre-populate field with URL get variable’ is closed to new replies.