I have TextField designed like “multi line”, with “auto-fit” height.Content (text) is filled by external data (via interface) in print scenario. Please help me how to read number of really utilized lines in JavaScript?
I have a form I'm working on which requires some basic length checks but I'm having trouble with one of my fields. In the change event I have this:if (xfa,event.newText.match (/[^0-9/) !== null){ this.rawValue = null; xfa.host.setFocus(this);}else if (xfa.event.newText.length > 9){ this....
I want to add a Submit Button that will trigger all validation using the built-in feature. This will also work well with the "forms validation" setting done on the form properties. See snapshot below.However, if the validation is successful, I want to prompt for the save dialogue box instead actuall...
I have created a form with a subform that contains a table that users can click on an add or delete button and create as many routing rows as needed using a drop-down or entry their own routing needs. Below this subform I need to enter additional data including text, text fields, and another table....
Hello community,A user requested me for a multiline texbox (expandable) with a column next to it that would display the row number of each line.Because every character type can have their own height i figured id convert the text to courrier as each character use the same height.My problem now is whe...
(repost from different group)Hi all - I'd like to use javascript to "hide" my Livecycle Designer form on open if a password for the pdf is NOT present. (If someone strips the password, at least I can make it more annoying for them.)I understand that if javascript is not enabled on the end-user side...
Has anyone figured out a workaround? I know there are other free viewers (tracker software) but small business client isn't going to like that they have to pour thousands into reader extensions. There must be a way for a PDF designed in LiveCycle ES4 v.11 and allow the end user to save a copy (and...
Please see the screenshots for the question/radio button I'm scripting. If "No" is clicked I would like it to delete all rows except the first one. So if the user first clicks Yes, adds a bunch of rows and then clicks No, I want all the extra rows to be deleted. I'm using the script below but it ...
I have created a form with expandable form fields in lifecycle. I would like to add the instruction pages in front of the form to create one form which includes instructions and the fillable form. The instruction pages are already PDFs. Is there away to insert the PDFs into my existing form?