You are viewing limited content. For full access, please sign in.

Question

Question

Form logo in form footer

asked on June 6, 2016 Show version history

Please first see my initial question to having a logo within the footer of our forms;

https://answers.laserfiche.com/questions/87208/Putting-a-Logo-into-my-Form-Footer#87214

 

The code provided above in the answer from Chris worked great but it only worked on the initial submission. The only person who could see the logo/image I had put in with the code was the person who initiated the form.

Now with our forms being seen by multiple users, could someone please help me (with or without the code provided in the previous answer) implement a logo that will stay in the footer (beneath my submit button) all way until stored in the repository?

 

Any and all help would be greatly appreciated.

0 0

Answer

SELECTED ANSWER
replied on June 6, 2016

You can use following script, this will append the logo base on the form element not the action buttons

$(document).ready(function(){
  $('<footer ><img src="[url to your logo"  style="margin-left: auto;margin-right: auto;display: block;width;100%;"></footer>').insertAfter($('.cf-form'));
});

 

1 0

Replies

replied on June 7, 2016

Hi Xiuhong!

 

That worked perfectly! It has stayed on the form, where I wanted and for all users!

 

Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.