I am producing a registration form that uses radio buttons to specify meal and requirements accommodation for individual registrants — separate radio buttons select the meal plan (YES or NO) and accommodation type (NO THANKS, A, B, or D).I want to query the state of these radio buttons and, if selec...
I'd like to create a form that has a master page with text and image that needs to appear on every page. On page 1 I need expanding text fields. that can flow onto the next page. Is there a way to have the text and fields flow and start before the text and image from the master page?I don't have a s...
Maybe it's wrong place. But hope someone can help.I've installed lc 8.2 trial update 1 weblogic/mysql using turkey/express mode. All links work fine except the two BAM links. I got 404 error at the beginning. After manually config the BAM server following the help documentation at http://www.adobe.c...
Hi,Scenario:In workspace, User A clicks the submit button, the process goes to user B for review. While user A figures out something was wrong in the form submitted. Can User A rollback the process? Is administrator able to do that? how?thanks!wayne
I finally realized that unlike other programming environments, in Designer, when a script fails, it fails silently. It doesnt tell you where the fail point was (which line) or what type of error caused the problem (object type mismatch, undeclaired variable, etc.)I eventually started shotgunning app...
This is probably very simple, but I can't seem to find the answer. I am using LiveCycle Designer 7.0.I have a numeric field that calculates the percentage of change between two other numeric fields. Because the divisor in the equation can be zero, I have placed the calculation within an "If,Then,Els...
Hello,I have a pdf form with some monetary fields. Each field shows the localized currency symbol.Is it possible to change the currency symbol dynamically (example from the euro symbol to the dolar symbol)?I ask this because I would like to use the same form with different currency symbols. For inst...
I need a new instance of this subform: assessment.Page3.Standards.Standardsdetailto be created when this button is clicked:assessment.Page3.addanotherstandard.Button1I tried this code on the button:xfa.form.assessment.Page3.Standards.Standardsdetail.addInstance(true);but it doesn't work.I'm a newbie...