• I’ve been trying to connect the popup to thenewsletterplugin newsletter plugin. In order to do so, I’ve used following form:

    <form method="post" action="https://www.visit-montenegro.com/?na=s">
    <input type="text" name="nn">
    <input type="email" name="ne">
    </form>

    And have specified ‘nn’ as name field, and ‘ne’ as email field. Here is the resulting popup html:

    <input type="text" name="" class="field-gfcr" placeholder="Enter your first name here"/>
    <input type="email"  name="ne" class="field-gfcr" placeholder="Enter a valid email here"/>

    As you can see, email is linked properly, while name is not. Is this a bug, or am I doing something wrong here?

    • This topic was modified 7 years, 10 months ago by zogash.
  • The topic ‘Name field not properly linked’ is closed to new replies.