RE: Adding Logos to Advanced HTML/PDF
I am designing different HTML transaction forms for each subsid in a one world account.
I want to add the subsid logo directly in each forms itself rather than sourcing from the company information page.
How do I add the URL parameters for each logo?
Put an if condition on the subsidiary field and for each subsidiary use the same <img src=”url“> tag (mentioned by @KAJ710) to get the Image URL uploaded in the file cabinet. Hope that will work!