Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Submitting post data to php script

Avatar

Not applicable

Adobe Livecycle ES2

I am running into a problem where only part of the form data is being sent to my script. I get the same results whether I use an HTTP submit button or a generic submit button.

var_dump($_POST) reveals a single array with 28 entries. My checklist has hundreds of fields to send. Setting the "submit as" to XML returns nothing from $_POST. My XML tags are all set properly because I'm already parsing it by manually uploading the form XML data. Here's a sample:

["item_id"]=>

string(3) "150"

["check_value"]=>

string(1) "1"

["comments_txt"]=>

string(0) ""

["check_value2"]=>

string(1) "4"

["item_cd"]=>

string(3) "130"

["check_value3"]=>

string(1) "

As you can see it jumps from 150 to 130, they are all in order from smallest to largest so something crazy must be going on.

Any thoughts? I have data separated by subforms and it doesn't seem to be sending those tags either.

0 Replies