Looking for guidance

Job ID: 36534720

Budget: $10 – $30 USD

Hi,

I use "Ajax Poll Admin" to create polls. And 3 steps are required to enable their appearance on the site:

A. Under the <head> tag this must be embedded:
<!-- [ Step 1 ] Include jquery -->
<script type="text/javascript" src="/pools/conn/jquery.js"></script>

<!-- [ Step 2 ] Include Ajax Poll javascript -->
<script type="text/javascript" src="/pools/conn/index.php"></script>

B. Under the <body> tag this must be embedded:

<!-- [ Step 3 ] Paste the line below at the location where you want to display the poll -->
<div class="apadm" data-tid="poll-id" style="max-width:450px;"></div>

I implemented these settings here: /wp-content/themes/hello-elementor/header.php

In addition, I even implemented these settings using a block in Elementor designated on the survey page I created

However, the embed does not work and does not display the survey

Looking for guidance on how to implement these settings so that it works

Best regards
Related categories: PHP AJAX WordPress Elementor