Contour Workflow - Posting form to Url - Drop Down Lists
I've got a form with a workflow which sends the data by email - simple.
I also added workflow for "post to url" and mapped up the form fields to the URL variables - this works great.
But for some reason, values in drop down lists aren't posted - it looks like its posting the node identifier or a hash rather than the drop down value.
To test the poting functionality, I'm posting to a simple php form which writes the $_POST values to file.
Example post result: [Both 'salutation' - Mr/Mrs/Ms/Miss and 'interested' in are drop down lists]
Salutation: a5dd99c1-7d11-4bc2-bb03-2d246817ee2b First name: Test Second name: User Company: A Company Email: [email protected] Phone: 07941200200 Interested in: 9d247abc-d1ba-4b66-96df-5c198a288eee Enquiry: hello world, this is a test, how are you?
Contour Workflow - Posting form to Url - Drop Down Lists
I've got a form with a workflow which sends the data by email - simple.
I also added workflow for "post to url" and mapped up the form fields to the URL variables - this works great.
But for some reason, values in drop down lists aren't posted - it looks like its posting the node identifier or a hash rather than the drop down value.
To test the poting functionality, I'm posting to a simple php form which writes the $_POST values to file.
Example post result:
[Both 'salutation' - Mr/Mrs/Ms/Miss and 'interested' in are drop down lists]
is working on a reply...