Hi! I am new to LCCS as well as PHP, currently developing LCCS based collaboration service. Since here is Korea, it is too hard to develop due to lack of reference materials.I've been developed authentication server via PHP and seems to work well.(Managementing Rooms and Getting Token from adobe is...
Cant I have it sitting somewhere like a website or something? How annoying is it to have to distribute a form everytime someone needs it. So they have to email me sayng they need to fill it out, and then I send it? Want I put it on a site like with Acroforms?
Okay when I asked my managers to purchase the software, I must have misunderstood LiveCycle capabilities cause I would not have purchased Acrobat Pro if I wasnt able to do this..and this is bad.At a high level, what I want to do is create a form and embed it on our website. I have seen this done wit...
In ES9 I created a form using the Action Builder feature where the first line is two radio buttons for the user to select which of our two companies they work for. Depending on their selection, the corresponding company logo is changed from invisible to visible on the Master Page. This works fine bu...
I have the following javascript in a form I am creating in LiveCycle. The first item, setting the ReportDate works fine. The second item does not. It puts eeee in the field, and not the weekday's name. I even tried using "eee" and "EEEE" and "EEE" to only get the "e" characters placed in the fie...
I need to write a script that if two check boxes or radio buttons are selected, then an action will be performed. if (condition1 && condition2); {action}so I have this as my code for my button:form1.page66.RadioButtonList.#field[0]::change - (JavaScript, client)if(this.rawValue == 1 && form1.Int...
Can't find the solution.I have scripts that highlight the field background color if the value is out of range. Also, resets the color back if the range is OK. This works just fine.When I reset the form (with button), the field values reset OK, but the field color stays highlighted if that was the ...
I want to add some text in several text fields (value side) that explains to the user exactly what to enter in that field. When the user clicks into the field, the help text disappears and only the cursor remains.I added the text as the default value and formatted it to be light gray. In the Action ...
Hi,For a complex form project, I am first trying to create a basic "proof of concept" form: in the complex project, the user will enter data in several TextFields and depending on what is entered, this will make visible further TextFields to be completed or TextFields which will need to be populated...