• Pel

    (@pelstudio)


    We’re noticing a lot of issues since recent upgrades:

    1) Completely renamed HTML classes when using es_subbox(). This is extremely annoying but not insurmountable

    2) es_subbox() renders a form in which the email <input> field is nested within the <label> which presents the ability to hide the label without hiding the input field. <input> should be a sibling of <label> not a descendant.

    3) Was es_submit_pages() removed?! We’re seeing an undefined error in the JS console.

Viewing 1 replies (of 1 total)
  • Thread Starter Pel

    (@pelstudio)

    …also, since the submit button is named “submit” it hijacks the JS form submit method and so we can’t use that in place of es_submit_pages().

Viewing 1 replies (of 1 total)
  • The topic ‘Bad HTML, Renamed Classes and missing JS functions’ is closed to new replies.