yl-qtrade

Field injection - text field only?

0 votes
According to this page, field injection is for text field only. Is that still the case for Java SDK 11.0 which I'm using? We have forms that contain texts/radio buttons/drop-downs, etc. http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/field_injection.htm

Reply to: Field injection - text field only?

0 votes
Yes. Currently, injected fields are only text fields. Radio buttons and check boxes are just small text fields with a value of true or "x" represented by "x" on the final document over the radio button or check box. You could always post a request in the enhancement ideas forum: https://developer.esignlive.com/forums/forum/general/enhancement-ideas/ This way others can vote for your post and comment that they are looking at this, too. Our product managers keep an eye on this forum for actual user ideas for improving the product.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Field injection - text field only?

0 votes
Hi Michael, Thanks for your reply. I'm trying to inject values into Checkbox inputs. I noticed 2 things: 1. So there're quite a few checkboxes in my PDF form with its exported value= 'Y', but your sandbox engine would not let me upload the PDF if I use: FieldBuilder.textField().withName("AAA").withValue("Y"), but if I change to withValue("1") then it allows the uploading and injection. I tried setting the exported value to 1, same result. So it looks like the eSignlive engine only takes 1 for Checkboxes. 2. So I use withValue("1") to set checkboxes as checked, but in the sandbox they are rendered as a square with rounded corners, NOT as a typical check mark. Any idea?

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off