I need to prevent the use of commas and hard returns within a text field in my form. I currently have working code that prevents the use of commas but now need to prevent the hard return.This is what I have currently: VSC.File.Justification::change - (JavaScript, client)xfa.event.change = xfa.even...
Hello, I have created a form and I need to color code each item on a drop down list within the form. I have edited the javascript for the drop down list but the changes do not appear. Currently the file is saved as a static pdf. I have changed the PDF render format to dynamic but when I try to sa...
HelloI am trying to get some tool tip text or bubble help text on my fields of my_form, i went to Object Pallette ==> Accessibility ==> Here i entered some text on the tool tip box and i selected tool tip option for Screen Reader Precedences drop-down, not working. Then i put come text on Custom Scr...
Hello adobe collegue's,I am currently stumbling on a strange issue regarding javascript embedded to compress a string:// main function to compress any string, removing all non-word characters and making the string all lowercasefunction compressString(input){ var patt=new RegExp("\\W","g"); pat...
Hi,I have a web service call. When I it is pointing to an accessible URL it works beautifully. If, for some reason, the URL is unreachable, e.g. behind a firewall, the PDF displays the yelleow message bar with the message,"Some features have been disabled to avoid potential security risks. Only enab...
Is it possible to send the XML file as well as the pdf with one click of the button?Background:I have a form which business users fill out and submit to HR. HR wants to print a hidden part to the form as well as use XML file to populate their Excel spreadsheet.Thanks,
I am trying to revise a form by adding a new subform in the middle page one between two exisitng subforms. When I drag and drop the new subform, the oters do not move out of the way even though I have all the flowed subforms turned off (positioned) and all set to auto-fit and break pages. If I add i...
I would like to be able to prompt the user to fill in either one of two text fields, If for example they fill in text field A, then no prompt would pop up, but if they didn't fill in text field A then a prompt would pop up asking them to fill in text field B.Thanks
https://dl.dropbox.com/u/78503370/AFBS_IntakeAssesment_052912_STESTV3.pdfHi! I'm only a graphics person, and I'm just beginning with simple scripting. I'm trying to pull just the first initial from the PatientName_First field, and have it populate the PatientName_Initial field in the master page so ...