Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Adrian Tobey

    (@trainingbusinesspros)

    jQuery(“id of your form”).submit(
    function(){
    //your code here
    }
    );

    The id of your form will be “#infusion-form-(some number id)”.

    The best way to check is to inspect the <form> element and verify the html ID

    Thread Starter trublu30

    (@trublu30)

    Thanks Adrian, can you just point me in the right direction on where to place this code?

    Plugin Author Adrian Tobey

    (@trainingbusinesspros)

    You may place it anywhere as long as it occurs AFTER the form is loaded.

    Thread Starter trublu30

    (@trublu30)

    Sorry Adrian, forgive my ignorance…I’m a bit of an amateur at this..so do I place it in the Formlift settings under ‘Parse Form HTML’ …like this https://www.screencast.com/t/YdDT0Rt2Y56Q ???

    Plugin Author Adrian Tobey

    (@trainingbusinesspros)

    No. You would just add it to the page anywhere. Inside some <script> tags

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hotjar Successful Form Submit Javascript’ is closed to new replies.