Email control allows you to add and validate email addresses in your blocks.

Control Settings
- Placeholder (
placeholder) - text displayed when the value is empty. Empty by default - Characters Limit (
characters_limit) - themaxlengthput on the input, from 0 to 524288. Empty by default, which is no limit
Usage
<p>
<a href="mailto:<?php echo esc_attr( $attributes['control_name'] ); ?>">
Contact us
</a>
</p><p>
<a href="mailto:{{control_name}}">
Contact us
</a>
</p><p>
<a href="mailto:<?php echo esc_attr( get_lzb_meta( 'control_meta_name' ) ); ?>">
Contact us
</a>
</p>