• Resolved sebak2003

    (@sebak2003)


    Hello!

    I want to start with Weglot, I use before Polylang and WPML too. But Weglot seams amazing, easy and clean!

    My only question is with form.

    How can I handle to collect emails with my forms en each language? (I use Elementor Page Builder and his forms)

    Previously, in WPML or Polylang I have two pages in different languages (Spanish and English), so I put in each page a different form, one to Spanish email LIST conect and in the english page a form to English list conection

    How can I handle this with Weglot? Is there a better way?

    This is important to the sales funnels.

Viewing 1 replies (of 1 total)
  • Plugin Author Remy B

    (@remyb92)

    Hi Sebak,

    The best thing would be to make 2 forms. One for each language. like this :

    <form class="en">....</form>
    <form class="fr">....</form>

    Then you add a CSS rule that will only show the correct form depending on the version. Like this

    html[lang="fr"] form.en,html[lang="en"] form.fr { display:none; }

    Best

Viewing 1 replies (of 1 total)
  • The topic ‘Form to Mailchimp on each language’ is closed to new replies.