{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
<?php /** * Newsletter form * * @package Meta Box */ ?> <form method="post" action="https://app.zetamail.vn/form.php?form=77" target="_blank" class="newsletter"> <h3><span class="dashicons dashicons-email-alt"></span> <?php esc_html_e( 'Meta Box Newsletter', 'meta-box' ); ?></h3> <input name="format" value="h" type="hidden"> <p><?php esc_html_e( 'Want to learn how to use Meta Box to its full potential? Sign up to get valuable tips and resources. We will never spam you.', 'meta-box' ); ?></p> <input name="email" value="" placeholder="joe@gmail.com" required type="email"> <button class="button button-primary"><?php esc_html_e( 'Subscribe', 'meta-box' ); ?></button> </form>