Previous | Next | (P-PDF) Acrobat 7
Topic: Processing Acrobat 7 form in ColdFusion
Conf: (P-PDF) Acrobat 7, Msg: 135487
From: robhuddles
Date: 6/29/2005 02:05 PM
I have created a form in Adobe Designer 7.0. I added the HTML Submit button. I named both the master page and the subform. However, when I submit the page, it is submitting the form fields as:
acmecompany[0].data[0].name
acmecompany[0].data[0].email
And so forth. The square brackets are causing the form fields to be interpreted as illegal names in ColdFusion. How do I solve this? Is there a way to get Designer to not submit the field names with the brackets, or do I need a workaround on the CF side?
Thanks.
Rob