Pages

Monday, 2 September 2013

Interactive vs. non-interactive form

When we work on adobe form, certain scenario we wanted the form or specific element to be interactive and non-interactive.

A good example is text element with multiple line allowed, if your form set to be interactive, you will get scroll bar if you content is overloaded.

If your form being generated as non-interactive, the text element will be flowed and printed according to the length of the content.


To turn specific element on form as print layout version only or non-interactive, add this formcalc coding in the initialize* event.
$.access = "nonInteractive"

To turn form into interactive, set parameter FILLABLE to 'X'; or empty if you want the form to behave print layout / non-interactive.
sfpdocparams-fillable = 'X'. " interactive

sfpdocparams-fillable = ' '. " non-interactive



No comments:

Post a Comment