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

Question

Question

add instance id in footer of the forms after its archived in LF

asked on March 21, 2018

HI,

 

we need to add instance number in the footer of forms after archived it in LF 

 

Regards,

 

 

0 0

Replies

replied on March 21, 2018

Dear Banan,

 

You can put a field in the form, and put in it the default value for the instance id : 

 

but please note that this value will not show on the submission form.

it will show after submission.

Regards,

Maher.

0 0
replied on March 22, 2018

we need to view instance ID as attached file ,

Capture.PNG
Capture.PNG (80.68 KB)
0 0
replied on March 22, 2018

hello,

you can try the following.

after saving the instance id in a variable using the default value, you can use a custom html section as follows : 

<div id="footer"></div>

and using a jquery code you can put the instance id in the custom HTML section as follows : 

 
  $('#footer').append('<footer><p>Instance ID : '+ $('#q14 input').val()+'</p></footer>');
  
  with q14 being the instance id variable.

 

Regards,

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

Sign in to reply to this post.