Question
Trying to combine multi fields into one
I have a multi page form that I would like to pull 3 fields on one form and make them into one
ex Field1= Firstname
Field2=Middlename
Field3= Lastname
They are on page 1 and on page 7 I want the one field to have
Field 4= Firstname middlename Lastname
I do not know anything really about java and am just trying to figure out if I have to use it or is there an easier way
