Is it possible to add a logo onto the form at all?

Forums General discussion Is it possible to add a logo onto the form at all?

Viewing 1 reply thread
  • Author
    Posts
    • #20909
      Claude
      Participant

      Hi Alexander.

      I was just wondering if it would be at all possible to add a logo onto a DFFS form?

      Kind Regards,

    • #20911
      Alexander Bautz
      Keymaster

      Yes, just add a HTML Section and add your logo as an img tag – something like this:

      <img src="http://path/to/your/image.png" style="float:right;width:100px;">

      Adjust the style to you preference. Please note that you must use an absolute URL as src for it to work on a printout, and that the image must be accessible online for it to be used in emails.

      Alexander

      • #20913
        Claude
        Participant

        Thank you very much for the quick response 🙂

        I will try this out now.

        Much Appreciated.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.