• Hi,
    I’d like to know the widget form name of the subscribe2 plugin.
    I want to put a javascript validation, but when I try to get the textbox value, don’t work ’cause I don’t know the form name.
    I’m trying this: (document.form.subscribe.value) but can’t find the value.
    I already tried this too: (document.”.$this->form.”.subscribe.value), didn’t work 🙁

    Does anyone know how can I do that?
    Thanks in advance!

Viewing 1 replies (of 1 total)
  • @leoo6,

    The form isn’t named as it could be duplicated on a page.

    The id of the input box is ‘s2email’ so perhaps you could use document.getElemenyById(‘s2email’).

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Subscribe2] Widget form name’ is closed to new replies.