Hi this is my first time posting so sorry if this has been mentioned on here before.
I am currently trying to create a custom header for a form using JavaScript. Unfortunately so far
I haven't had much luck, my attempts have only had the logo appearing underneath the form title (shown in attached image).
Would anyone happen to have any thoughts on how to get the logo to appear above the form title field?
the script i was using is as follows (i have since removed the image location i was using) :
$('<head><img src="[insert image location here]" style="margin-left: auto;margin-right: auto;display: block;width;100%;"></head>').insertBefore($('.cf-form'));
To be honest i'm still learning some of what JavaScript can do, as such the script above is me trying to re-purpose a line of script that a colleague used for footnotes, into one for headers apologies if I've butchered it!
Many Thanks,
Chris