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

Multimedia-Desi
Multimedia-Desi
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Multimedia-Desi
Customize the badges you want to showcase on your profile
Re: Submit XML to PHP - Adobe LiveCycle 30-09-2013
It would be also very helpfull if somebody could tell me how to send multiple dynamic rows to index.php becouse standard submit http button sends only first row. I know that problem is from naming of instance variables. Instances are named Row[*] but htttp sends only first row "Row" and the rest are gone becouse of same name. How to fix it? How to submit row count to XML tags or php array?

Views

178

Like

1

Replies

0
Submit XML to PHP - Adobe LiveCycle 30-09-2013
Hi, I have problem with that.I`ve done regular button with javascript on click event.var aSubmitFields = xfa.data.saveXML("pretty");xfa.host.messageBox(aSubmitFields, "XML", 1, 0);event.target.submitForm({ cURL:"http://domain.com/index.php", aFields: aSubmitFields, cSubmitAs: "XML"});or only thatevent.target.submitForm({ cURL:"http://domain.com/index.php", cSubmitAs: "XML"});and it doesn`t work.PHP is receiving data but it shows that XML as empty array (messageBox shows data properly).I`ve tried...

Views

586

Like

1

Replies

1
Likes from