Viewing 1 replies (of 1 total)
  • check your theme js (doctor/assets/js/functions.js), looking at the browser console seems some custom functions are removing the reference for wpcf7 so cf7 returns this error index.js?ver=5.4:1 TypeError: Cannot set property 'innerText' of null

    remove line 196 – 201

    /* - Select Box */
    $( "select:not(.wpcf7-form-control)" ).wrap( "<div class='select_box'></div>" );
    		
    /* - Appointment Form */
    $( ".appoinment-form .wpcf7-form .wpcf7-submit" ).wrap( "<div class='appointment_submit_icon'></div>" );
Viewing 1 replies (of 1 total)
  • The topic ‘contact form does not work on chrome’ is closed to new replies.