I have a form I have created in Livecycle designer which I want to save
to a specific location using a combination of specific fields in the
form. I have been able to do this by writing a trusted function and
putting it in the adobe javascript file and then putting some code on a
save button in the form. However, it may be that some of the fields
(vfirstname and vsecondname) may be blank and i still want the form to
save. Ideally i want to write an if statement to substitute those fields
for oth...