Can I get an imagefield to fill images on all pages once the image is uploaded

Hello

I'm fairly new to LC and I have a dynamic long form from scratch. This form will be used by sales, which will be

'configure' services, taxes ect to be on the form, then send it to the applicant to be filled. I wish that our sales representative to be able to upload an image to a field of the image (logo) and this logo to be displayed at the top of each page. As I can't seem to add an image field action, how can I do? Million thanks in advance!

They do not have access to the page master - the master page is what the form is built on, where you set your margins, setting page, boilerplate info, etc.

You could also have a field of the image on the first page and the image of the field where else you need them and use the global binding to share the same data - for global binding to work they must have the same name and then on the object > link set palette data binding to use global data.

Or you could code with the rawValue: imageField2.rawValue = imageField1.rawValue;

Tags: Adobe LiveCycle

Similar Questions

Maybe you are looking for