Same for me:
TypeError: ‘block’ member of ScrollIntoViewOptions ‘center’ is not a valid value for enumeration ScrollLogicalPosition. forms-api.min.js:1:593
…and scrolling to success info does not work (top of the page is loaded).
I do not know if it is related but my form looks like that:
<div class="et_pb_newsletter et_pb_subscribe clearfix et_pb_module et_pb_bg_layout_dark et_pb_text_align_left et_pb_signup_1">
<!-- some header-related code here -->
<div>
<!-- some fields-related code here -->
<p>
<button type="submit" class="et_pb_button" style="display: block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;color: inherit;text-align: center;cursor:pointer;">
<span class="et_pb_newsletter_button_text">Submit</span>
</button>
</p>
</div>
</div>
In submit button style I have display: block
and text-align: center
mentioned in error message.
Versions:
MailChimp for WordPress 4.1.9
Wordpress 4.8.2
Firefox 55.0.2
On Chromium 61.0.3163.79 works fine.
-
This reply was modified 7 years, 1 month ago by trx44.