[Solved] extra field in widget, should be hidden?

edited July 2015 in Newsletter plugin

I'm just beginning to play with this so perhaps there's something I'm missing...

There is an "extra" text box in the widget signup below the email addy, right sidebar here:

http://volks-web.net/

Viewing the source, I see


<code><div id="newsletters-newsletters-2list-holder" class=" newsletters-fieldholder newsletters-fieldholder-hidden hidden list"><div class="form-group"><input type="hidden" name="list_id[]" value="1" /></div></div></code>

Why is this displaying with type="hidden"?  Do I need to do a display:none in the css on this div?  And if so, why?  Hate to start doing these sort of hacks out of the gate.

Thanks!

Comments

  • 3 Comments sorted by
  • Vote Up0Vote Down

    @CBHFH

    Yes, the extra text field in the subscribe widget should be hidden.

    It is a honeypot field to prevent spam bots from submitting the form.

    It is most likely that not all styles are loading.

    Please go to Newsletters > Configuration > General > Theme, Scripts & Custom CSS and ensure that all Styles are tickec/checked and then save the stetings.

    We've made improvements to this field with an inline display:none; in our latest development as well.

    Let me know if that resolves the problem for you.

  • Vote Up0Vote Down
    edited June 2015

    Beauty!  That does indeed fix it!

    Thanks!

    I'd like to add [Solved] to my topic, but it's telling me
    Permission Problem
    You don't have permission to do that.

    ???
  • Vote Up0Vote Down

    @CBHFH

    Great, I'm glad to hear that the problem is resolved.

    You should be able to edit the original message but I've done that now and marked this as [Solved]

    Let me know if you need any further assistance.

Sign In or Register to comment.