Hello,
We're trying to come up with a solution for a customer who wants to try to use Forms to get approval on artwork from their customers. For example, someone wants a specific design on an order of t-shirts. Before they print the shirts, they want the customer to approve the artwork first.
They would really like the artwork to be embedded within a Laserfiche form that asks for their approval. At a certain point in this process, we export the artwork out of Laserfiche into the Forms image directory in a folder specific to an order - something like C:\Program Files\Laserfiche\Laserfiche Forms\img\Document\%Company_Name\%Order_ID\ . From there, we're trying to embed the Company Name and Order ID into form fields using URL parameters.
It works well if we specify the image path using a custom HTML field, but we'd like to use the values in the form fields that are getting filled by the URL parameters to make this "dynamic" for each customer order. However, I can tell that the custom HTML is loading at the same time as the form fields we're filling with URL parameters as the image address is missing the values from the form fields. At least, that's what I think is going on.
So, after that long explanation, my question comes down to the ability to delay loading the custom HTML field until the Customer Name and Order ID fields get filled out by the URL parameters. We'll have to figure out how to handle multiple pieces of artwork, but we'll worry about that once we figure this part out.
Any help is appreciated. Thanks!