• Resolved fozz66

    (@fozz66)


    Hi guys

    I have embedded 123Forms in the Accordion drop down content sections. They have been working perfectly for over a year but have only just discovered that the forms are not presenting and I think this is from around a week ago, looking at Google Ads tracking.

    This was not as an iframe but by using the following code…

    <script type=”text/javascript” defer src=”https://form.123formbuilder.com/embed/2489056.js&#8221; data-role=”form” data-default-width=”650px”></script>

    If I enter the code and UPDATE it says “The command changes you made will be lost” even though I’ve entered it in the WYSIWYG editor!!!

    I’ve even tried entering the iframe code but it doesn’t like that as it throws the error “Your browser doesn’t support iframes” but interestingly if I place the iframe code on the page outside of the Accordion then it presents properly!

    Your help and guidance would be much appreciated.

    Thanks
    Brian

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @fozz66,

    Please share your site URL so we can solve your issue.

    Thank you

    Thread Starter fozz66

    (@fozz66)

    Hi Lokeshkalosiya

    Sure here it is…

    https://best4mexicoteetimes.com/

    If you select any of the 49 golf courses or 14 destinations from the navigation menu you will see the Accordion in the left hand column as you scroll down. It is the same Accordion on all pages obviously.

    Also how do I remove the test dropdown I tried yesterday at the bottom as at the moment the only way I can see to remove it is to rebuild a new Accordion using the same code for the four existing Accordions and then delete the existing one.

    I look forward to your earliest reply.

    Thanks
    Brian

    Hi @fozz66,

    Sorry for your inconvenience, we will update this plugin soon.

    Thank you

    Hi @fozz66

    Please follow the below steps:

    Step 1: Go to plugin > plugin editor.

    Step 2: Select the “Responsive Accordion and Collapse” plugin to edit the dropdown.

    Step 3: Go to front > ac-content.php
    line no. 103 replace, this code

    <?php echo do_shortcode(wp_kses_post($accordion_desc)); ?>`

    by this code

    <?php echo do_shortcode($accordion_desc); ?>

    Step 4: Go to lib > admin > data-post > ac-save-data.php
    line no. 13 replace, this code

    $accordion_desc = stripslashes(wp_kese_post($_POST['accordion_desc'][$i]));
    

    by this code

    $accordion_desc = stripslashes($_POST['accordion_desc'][$i]);

    Then let us know

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Embedded 123Form’ is closed to new replies.