am a new user to LiveCycle.. I am looking at creating a pdf form which
the user will use to fill in some fields. Once the user is done, he
should be able to click a button on the form, which will read as "save".
Upon clicking the script behind this button should fetch the field value
from 3 fields in the form, concatenate them to create a valid field name
and store the pdf form with data entered as a pdf file in a pre-defined
path that is defined within the script of the "Save"Button.I am
attemp...