• Resolved Bogdan

    (@bogdanmarincu)


    How can I add a required first name field, that is linked to the FNAME tag of my subscriber list? Please be detailed about it, as I have very little knowledge of html.

    Thanks in advance

    PS: the plugin is currently disabled on my site, because I can’t get the first name of my subscribers

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    https://kb.mc4wp.com/add-name-field-to-mailchimp-top-bar/

    To make it required, change the code like this:
    add_action( ‘mctb_before_submit_button’, function() {
    echo ‘<input type=”text” name=”NAME” placeholder=”Your name” required />’;
    })

    Hope that helps. If you have any questions, please let us know!

    Thread Starter Bogdan

    (@bogdanmarincu)

    That worked like a charm! Thanks Lap for your help.

    Is there any way to add some delay? Either in seconds or in pixels scrolled? That would be cool

    Plugin Contributor Lap

    (@lapzor)

    Before showing the bar you mean?
    Maybe you can set some sort of fade in effect via CSS, but it’s not something we officially support in Topbar. You may want to look at another plugin of ours: Boxzilla, it let’s you set conditions for when to show the box such as time on site or scroll% etc.

    Hope that helps. If you have any questions, please let us know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a required Name field’ is closed to new replies.