mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Fix email field
This commit is contained in:
parent
001c8ee243
commit
b032fa914d
2 changed files with 4 additions and 4 deletions
|
@ -6,15 +6,15 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
?>
|
||||
|
||||
<div class="form-field">
|
||||
<label for="5ftf-pledge-email" class="screen-reader-text">
|
||||
<?php esc_html_e( 'Email', 'wordpressorg' ); ?>
|
||||
<label for="5ftf-pledge-email">
|
||||
<?php esc_html_e( 'Contact Email', 'wordpressorg' ); ?>
|
||||
</label>
|
||||
<input
|
||||
type="email"
|
||||
class="large-text"
|
||||
id="5ftf-pledge-email"
|
||||
name="org-pledge-email"
|
||||
value="<?php echo esc_attr( $data['pledge-email'] ); ?>"
|
||||
value="<?php echo esc_attr( $data['org-pledge-email'] ); ?>"
|
||||
required
|
||||
<?php echo $readonly ? 'readonly' : ''; ?>
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue