• I have a website https://www.exl-bd.com, my contact form 7 in the English pages works fine but when i switch to Hebrew and use the same form it does’t work, why?

    I checked it is not a contact form 7 problem
    It is not a server problem
    It is a WordPress problem!!! that I can’t understand !! in English pages the contact form works fine and in Hebrew pages it doesn’t work

Viewing 1 replies (of 1 total)
  • Hello,

    Your contact form in Hebrew tries to send a post to

    https://exl-bd.com/wp-json/?lang=he/contact-form-7/v1/contact-forms/4723/feedback

    Giving an error of no matching route. This error was known on Contact Form 7 but I’m not sure if it was fixed. You’ll have to contact the Plugins Author about it to see if he resolved it.

    It is a ‘random’ error generated by the Plugin and many users had the same issue, it is not a WordPress problem as far as I know.

    Also I spotted another problem with your template

    Your viewport tag is wrong

    Instead of using ‘;’ you should use ‘,’ to define the content

    Wrong:
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; target-densityDpi=device-dpi" />

    Correct:
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi" />

    That’s something from your template though and a different matter. I just pointed it out since I saw it.

    Best regards,
    Konstantinos

Viewing 1 replies (of 1 total)
  • The topic ‘wordprees in making problems with my contact form’ is closed to new replies.