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

script to submit XML via Live cycle designer

Avatar

Level 4

H

I am using sumit button to submit the XML in Live cycle designer . here i am speecified in the dropdown submit as XML .

and the presubmit the following code used to specify the URL .

   this.resolveNode("#event").submit.target

Like same as above i want to specify the sumit as XML also using script .Please provide some idea

1.to sumit the XML to the particuler URL without using submit buuton or

2. Provide some scrpits to submit the XML using  submit button

the reason for above need is to add/remove some tags from submit XML before submitting 

1 Reply

Avatar

Level 4

Is any script availble like below to submit as XML ?

this.resolveNode("#event").submit.target = mailto:URL (Used to submit pass submit URL dyanmically ). I need the code to submit as XML .

Thanks in Advance