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?
You should be to switch the form to the code view, find the location of the logo, and replace their source with yours…
<img src=”url“>
That is the code, just replace url with the location of the logo you want from your documents folder. On the file of the logo make sure you mark the box for Available without login.
I have not tested this but it should work.
the & in the URL from the filing cabinet was causing an issue but I have now replaced with & and it seems to have worked
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!