Expand my Community achievements bar.

GET http parameters when Submit Format is PDF

Avatar

Former Community Member
Hi, I have a form (named form1 with one subform named sicurInfo , made with Adobe Designer) containing several fields (text fields, check box, signature fields, etc..)



After filling them, I transfer the content of my form to my servlet using PDF submit format (this is mandatory as the form contains a signed field).



Togheter with the Pdf I send three parameters in the "submit to Url" textbox using the method below:



http://localhost:8080/SicurINFO_WF/creapdf/getApprovedPDF?nome=[form1.sicurInfo.NOME.value]&cogn=[form1.sicurInfo.COGNOME.value]&mat=[form1.sicurInfo.MATRICOLA.value]



The problem is that I cannot catch the values of three fields I have sent to my servlet but I only get the name of the paramters in a string as written below :



[form1.sicurInfo.COGNOME.value]



Can someone help me?

Thank's



Sara
1 Reply

Avatar

Former Community Member
You'll need to write a script that changes the value of the buttons submit URL at runtime to include passing the field values in the URL. Here's a KB article that talks about writing a script to change the URL of a submit button at runtime:



http://www.adobe.com/support/products/enterprise/knowledgecenter/c4760.pdf



Chris

Adobe Enterprise Developer Support