Add loading animation to form submit button
[MAILPOET-1567]
This commit is contained in:
@ -14,7 +14,11 @@ class Submit extends Base {
|
||||
|
||||
$html .= 'data-automation-id="subscribe-submit-button" ';
|
||||
|
||||
$html .= '/></p>';
|
||||
$html .= '/>';
|
||||
|
||||
$html .= '<span class="mailpoet_form_loading"><span class="mailpoet_bounce1"></span><span class="mailpoet_bounce2"></span><span class="mailpoet_bounce3"></span></span>';
|
||||
|
||||
$html .= '</p>';
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
Reference in New Issue
Block a user