I'm trying to enter the page title value in the javascript code from a wufoo form in a wordpress page.
I've added the following code:
'autoResize':true,
'height':'1092',
'async':true,
'host':'wufoo.com',
'header':'show',
'defaultValues':'field9=**boomboom**',
'ssl':true};
I need to replace the boomboom with the post page title so I can capture the name of the post every time the form is summited.
Thanks, Manuel
Appreciate you help Dan,