Creating a form with dynamic components
i rather new livecycle, have made few forms , distributed/collected them. build form user can fill in fields , info transposed different area of form user can copy , paste it.
example: form has following feilds: first name:, last name:, address:, city:, state:, zip:,
in section of form, these filled in fields displayed in full form as: ex.
john doe
124th st
new york, ny, 55555
whereas user copy , paste info document. functionality possible livecycle?
thank in advance matter.
if fields displayed fields (one 1 mapping) changing binding global , ensuring fieldnames same ensure values kept in sync. if second occurance single field made of number of other fields have populate second field script. on calculate event of second field woudl use this:
this.rawvalue = firstname.rawvalue + lastname.rawvalue + "\n" + address.rawvalue + "\n" + city.rawvalue + ", " + state.rawvalue + "\n" + zip.rawvalue
the \n newline character in javascript. force line feed in final multiline field.
paul
More discussions in LiveCycle Forms
adobe
Comments
Post a Comment