I have to design forms that are fillable electronically and by hand. The problem that I am running in to is supplying multiple lines that will print for people that are hand filling the form. I have tried to add an image of lines behind the text field, but these would get in the way when the form was filled in electronically.
I am using LiveCycle Designer ES2 v. 9.0 on a Windows machine.
Thanks.
Solved! Go to Solution.
Ok.
if(this.rawValue == null)
{
this.rawValue = "___________\n___________\n___________";
}else{}
With this solution you can simulate the same as pattern see above.
I hope this is helpfull for you,
Mandy
You could use the following.
If you need only one line you can use the following:
If you need more lines in one field, please inform me. I have also a turnaround for this problem.
I hope this is helpfull,
Mandy
Views
Replies
Total Likes
How would I do multiple blank lines? Single line helped, but I need to do at least three.
Views
Replies
Total Likes
Ok.
if(this.rawValue == null)
{
this.rawValue = "___________\n___________\n___________";
}else{}
With this solution you can simulate the same as pattern see above.
I hope this is helpfull for you,
Mandy
You could set up a print button that hides the existing fields and shows replacement fields that have the lines in them.
This has come up before but I can't seem to track down the thread.
Views
Replies
Total Likes
I keep gettting the following error:
The following error was found with the XML source:
Xml parsing error: not well-formed (invalid token) (error code 4), line 3427, column 47 of file
Views
Replies
Total Likes
If you find the thread, let me know.
Views
Replies
Total Likes
Now that I know that it goes into a subform, and not XML, this worked perfectly!
Thank you so much!
Views
Replies
Total Likes
I'm happy for you that it works. And now that you know that you have to use the scripteditor not the xml-source
Good luck furthermore.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies