I got a form where , there are several checkboxes and text fields associated with that checkboxes.If the use clicks on the check box then the associatedtext fields should become required.I have tried the change event and the click event for the checkboxes.It gives error in the onChnage event and I g...
Hello,I'm new on the LiveCycle designer and I need a little help.I try to make a drop-down list with 3 options (lets say January, Februray and March). When I'll chose one of this options I want the background to change automatically (lets say for January in yellow, for February in red and for March...
My application works like this:each user has their own room, and I need to allow them to publish and subscribe, but not own (and thus not create sub rooms). So they login to my site, get an auth token from LCCS, and then create a ConnectSession with this auth token. But unless I getAuthenticationTok...
I'm having issues inserting a new record into an exisiting XML variable. For example I already have an XML variable with two records:<UserData> <UserInfo> <Name>Jim</Name> <Phone>111-111-1111</Phone> </UserInfo> <UserInfo> <Name>Mike</Name> <Phone>222...
Ok,So I don't quite get how to create Inline substitutions in javascript or adobe because I am trying to do something very simple but it's just now working. I had some code like follows:var firstName = "bob";var lastName = "johnson";if(object.rawValue == 1){textField1.rawValue = firstName + " " + l...
Hey Guys,For the life of me I can't figure out how to set an email button's click event to hide a dropdownlist. Is this even possible. I have it set to:DropDownList1.presence = "hidden";In javascript though when I click submit the person on the other end can still see DropDownList1. I know I have...
I am VERY new to Live Cycle and hope I'm posting this question in the right location. I have created a few PDF's where users can download cards and projects and custmize what they'd like the text to say. I know there is a way to also allow the end users, by bringing up the Properties menu in Adobe...
I have been reading the numerous email submit buttons and trying many suggestions posted, including excellent sample files showing several methods to accomplish, and have not had total success with any method quite yet, I'm sure due to my lack of knowledge in this area, not due to the good examples ...
While I'm studying LC JavaScript I took a challenge to translate a web calculator code to LC code.The web code is listed below.I was succeful in translating most of it except the essantial. which is the result of the calculation.I thought I could use the Math function, but no go.Anyone is intrested ...
I have looked at the other threads on this subject and discovered I am a complete moron when it comes to doing this.can anyone give me a step by step guide on what I need to do to my dropdown list. if any of the first 5 options are choosen, then the email address will be set to A and any of the las...