Hello,
I am trying to get a footer on each page of a form that is submitted to the repository. I have added this code, but the footer appears at the end of the form and not on each page. I would also like the footer to include variables on the form. Does anybody have a solution for this. Thanks in advance!
$(document).ready( function () { $('<footer style="position: fixed; bottom: 0"><p>YOUR TEXT HERE</p></footer>').insertAfter($('.cf-formwrap')); });