Here is a tutorial on the basics of Master Pages in Adobe LiveCycle, covering how to create and use them as templates in your form.
Category: Adobe LiveCycle
Form Flow Applied to Radio Buttons in Adobe LiveCycle ®
Here is the latest LiveCycle Tutorial. In it I combine the lessons learned in the Form Flow and Radio Button Introductory videos to give some practical ways to design forms for a better end-user experience. Here is the JavaScript:
JavaScript in the “click” event of the Radio Button List
if (this.rawValue == 1)
{
FORM.Main.Subform2.presence = “visible”;
}
else
{
FORM.Main.Subform2.presence = “hidden”;
}
Basic Text Fields in Adobe LiveCycle ®
An introductory tutorial in the most versatile Field Object in Adobe LiveCycle.
Radio Buttons in Adobe LiveCycle ®
Adobe LiveCycle ® Tutorial for the beginner level developer. This video shows how to use radio buttons in pdf forms. It also introduces simple event driven JavaScript to create user friendly effects.
Consuming Web Services in Adobe LiveCycle ®
A tutorial on understanding and consuming Web Services in Adobe LiveCycle ®. Highlighting the use of data bound objects to create rich end user experiences.