• Hello! There was a problem with submitting a form created through a block and displayed through a widget in the footer.

    When submitting the form, it always gives an error, I attach a screenshot of the error

    https://snap.ashampoo.com/6Cu2MYO27Cn1Y7kdOExdx3Y0pfi5eGIcJ67wWnsUPAPJ81MN0frxblxQqaNuhWWQ

    We only managed to fix it by adding the block ID to the _kb_form_post_id field via js

    jQuery( document ).ready( function( $ ) {
         let blockID = $('.site-footer-middle-section-4 .footer-widget-area-inner section.widget_block').prop('id');
         $( '.footer-form input[name="_kb_form_post_id"]' ).val( blockID );
    } );

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form block does not send emails from widgets’ is closed to new replies.