Hello,
I'm trying to use the function call -way to import a form into a Wordpress theme page. This works great with:
As you also can se I'm trying to add field values through the $field_values command. And here it's where I bump into problem.
Nothing want show up in the hidden fields which I added when creating the form. The hidden fields are set to the following:
"Allow field to be populated dynamically" is checked
"Parameter Name:" is set to the six seen above in the code
Label name is also set to the six seen above in the code
The parameters $namn, $url, $vanlig_url, $typ, $registrering, $kategori are all checked and the output the information I want in my hidden fields.
The source code which is being output looks like this:
What am I doing wrong? And how to solve it?