• Resolved psonneck

    (@psonneck)


    Hi Chris,

    we have a website in English and German. I want to use the Contact Button together with Contact Form 7. Is there a way to tell Floating Contact Button to use EN Contact Form on English pages and GER Forms on German pages?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Christoph Nagel

    (@cmsgeek)

    Hi @psonneck ,

    the easiest way would be to create two forms, one in german and the other in english. Within the plugin you can integrate an IF query, which checks whether the English or German page was called. The website uses the URL ending ?lang=en for the English subpage, this can be used for the query.

    if (strpos($_SERVER[‘REQUEST_URI’], ‘lang=en’) !== false){

    Are you getting anywhere with this?

    Best regards
    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘Sipport multi language’ is closed to new replies.