I saw that text within input field is select via "#edit-mail". This is wrong, since when a comment form is loaded or in user register page, ID of simple suscription is "#edit-mail--2", because there is already an mail input type.

i changed this "#simple-subscription-form #edit-mail" to "#simple-subscription-form>div>div>input", to select input via html structure and not ID.

Hope it helps someone.

Comments

SebCorbin’s picture

Title: Input text not showing in every page » Working with id attribute breaks on some pages
Status: Active » Fixed

Fixed in latest dev version (now working with CSS classes)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.