Expand my Community achievements bar.

Complete button not working

Avatar

Former Community Member
hi



In my process i start with PDF form.

It extracts data from it and makes new PDF(Different Document),

which needs to be checked and data send to web service.



But on the second PDF the complete button does not work,

but in the to do list before u open the PDF u can complete(go on with process) it thus i have no data that needs to be filled in.



Thanks

Alvin
10 Replies

Avatar

Level 10
How's that second PDF created?

Do you have a submit button on it?



Make sure you "WorkSpace" enable it. Every PDF that is going to show up in WorkSpace needs a little piece of JavaScript that will hide the submit from the form and show the Complete button from the workspace interface.



This piece of JavaScript is usually added by the Render service but if you get your PDF using a different way, you may need to add it manually. Just use the "Inject Form Bridge" operation from the Form Augmenter service under Process Management.



That should do the trick.



Jasmin

Avatar

Former Community Member
I have the "Inject Form Bridge" and i have the process fields on the pdf



thanks

alvin

Avatar

Level 10
How's that second PDF created?

Do you have a submit button on it?



Jasmin

Avatar

Level 10
When you say it doesn't work. Does it show up but doesn't do anything? Do you get an error?



Jasmin

Avatar

Level 10
"It extracts data from it and makes new PDF(Different Document)"



How's that PDF created?



Jasmin

Avatar

Former Community Member
Using "Inject Form Bridge" and renderPDFForm

Avatar

Level 10
Try to set the Target URL to http://
:/workspace-server/submit in you renderPDFForm properties.



Jasmin

Avatar

Former Community Member
wich port is the default?

using 8080 on jboss

Avatar

Former Community Member
thanks i worked after made the server localhost

and port 8080