• Resolved roberts907

    (@roberts907)


    I have a fluid survey pop-up html code that I would like to have pop up on my website https://www.disabilitypolicyalliance.com. The instructions from fluid survey say to paste the pop-up code at the end of the body tag. I am new to wordpress and I cannot find where to paste this code. I am using Genesis and I tried to paste it in the footer.php but the pop-up did not work. Any suggestions would be much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter roberts907

    (@roberts907)

    this is the code I am trying to get to pop up

    <script type="text/javascript" src="https://fluidsurveys.com/media/static/survey-prompts.js"></script>
    <script type="text/javascript">
                    var FSPROMPT = new SurveyPrompt({
                                    id: 6289,
                                    href: "https://fluidsurveys.com/surveys/cathexis/cdpa-website-survey/prompt/6289/",
                                    "$": jQuery,
                                    cookie: 'FSPrompt-6289'
                    }).setup();
                    jQuery.noConflict(true);
    </script>

    It is supposed to code for a popup survey. please help!!

    Thread Starter roberts907

    (@roberts907)

    fixed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding pop-up survey’ is closed to new replies.