• Resolved aiken669

    (@aiken669)


    When i click the submit button of a CF7 form, nothing happens … it i look at the developers console i see an error “Uncaught SyntaxError: Unexpected token <”

    A blank line in the php code is automatically “converted” to “<p></p>” and the javascript messages got broken near …

    <script type=’text/javascript’></p>
    <p>if(contactform === undefined){
    var contactform = [];
    }

    Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter aiken669

    (@aiken669)

    Plugin Name: CF7 Invisible reCAPTCHA
    Version: 1.3.2

    Plugin Author Vsourz Digital

    (@vsourz1td)

    Hello @aiken669,

    We have checked the link of your site and it seems that the issue is in your site. We have found that there are <p> tags added in every new line.

    <p><input type="submit" value="REQUEST INFORMATION" class="wpcf7-form-control wpcf7-submit" /></p>
    </div>
    <p><noscript></p>
    <div class="wpcf7-response-output wpcf7-spam-blocked">Your browser does not support JavaScript!. Please enable javascript in your browser in order to get form work properly.</div>
    <p>	</noscript><script type='text/javascript'></p>

    So, we suggest you, sort out this issue and you will get the reCAPTCHA working. Due to this the jQuery added is not working as it is been broken.

    Regards,
    Vsourz

    Plugin Author Vsourz Digital

    (@vsourz1td)

    Hello @aiken669,

    We hope that you must have found & sorted your issue. If you still have any query kindly let us know.

    We hope that your issue is been resolved and marking this ticket as resolved.

    Regards,
    Vsourz

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank line breaks validation messages’ is closed to new replies.