Hi,
How to send whole pdf to URL with js button, not just XML as Submit one.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
May be you can try approach.
Place a button control on the form and change the Control Type to Submit..(attached screenshot for the settings to submit as PDF).
Paste the below code in the preSubmit event of the control.
Script language needs to be JavaScript.
this.resolveNode("#event").submit.target = URL TO SUBMIT in double quotes;
Thanks
Srini
Views
Replies
Total Likes
Hi,
May be you can try approach.
Place a button control on the form and change the Control Type to Submit..(attached screenshot for the settings to submit as PDF).
Paste the below code in the preSubmit event of the control.
Script language needs to be JavaScript.
this.resolveNode("#event").submit.target = URL TO SUBMIT in double quotes;
Thanks
Srini
Views
Replies
Total Likes
Yea, works exactly how I want. Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies