Implementing Trusted Form Certify

I am trying to implement Active Prospect’s Trusted Form in my form that runs on multiple pages.

I have a script snippet I should place on the of the form but can’t seem to find a place to do it.

Is there anywhere where this can be done? Also, would be helpful if anyone has already implemented this and made it work.

Thank you!

Hi You can add custom head code to add your scripts in the form settings,

Hi @Kenny thanks for your answer. I had seen this but I need the code to be pasted at the end of the body, that is what I was asking. It needs to be there to load after the form is loaded.

(The original message seems to have removed the tag for body in my second sentence.)

Thank you

Hi @ez-up , may I know your use case why you want it on the end of the body of the form?

You can also add a script or code in a container if that works for you,

Sure, I am looking to implement the Snippet for TrustedForm from activeprospect. According to their documentation the snippet should go just before the closing body tag because it needs to load the form first.

Hi @ez-up , does adding the script on the container works for you?