I need to remove spaces from a text field in case the end user uses the space barto erase text. I found this script on the Forum:function RLTrim(Cadena){ var str = new String(Cadena); return str.replace(/(^\s*)|(\s*$)/g,""); }I already have JavaScript in the Exit event on this field. I'm not certain...
I have inserted a table in my form and have included an Add New Row button to insert additonal rows. I want a maximum of 16 rows added with a subtotal field. I want the table, then to automatically go to a new page with a subtotal field. At the end of all pages I want to include a total field. ...
Hi all. Trying to create e-mail submission buttons, and I've got it nearly correct except for one error in the scripting commands that I can't find. For some reason, clicking either e-mail button opens two messages (one for the upper section and another for the lower section) instead of opening ju...
This is a first post here as I can not find anything to fix my issue, I'm sure I am just overlooking something simple!There was a recent update with Livecycle Designer ES 8.2 and my object library box is now completly empty!I've tried to restore default objects from the drop down within the Object L...
I have two mandatory radio boxes and this I like to achive it is on ExitEvent the red border to dissapear.I have try this script below without any luck:if (Radio.rawValue != null){Radio.mandatory= "disabled"; } How I can make this to work?THANKS
I am having a problem with a new section of a form I've created. When a box is checked a section pops up. Then within that new section, there are more options to choose. The problem is, when the form is hidden the mandatory fields are still being recognized as mandatory. (atleast I think that's wh...
I have a form with a Submit by Email button configured in the Object palette to send the form to a specific URL. In the form, the user fills out an email address text field. Is it possible to send the user the form also? I found something close (see below). I tried to adapt this by adding script to ...
I've read the threads and done numerous searches. Not sure why the add row button isn't working, other buttons work.Here's what I've found and done.Print button subform - positioned (have tried flowed, too) allow page breaksTable: body rows vary - Insert wrap in subform - subform flowed - all...
Hi,I am very new to Adobe forms. We have a non-interactive form with tables. In case the content of a cell goes beyond the capacity of the page. The page break occurs but the rest of the content of that cell flows to the next page and starts to overlap with the cell in the next row.The properties of...