File Editor
Directories:
.. (Back)
Files:
attendee-meta.php
details.php
email.php
error.php
form.php
name.php
opt-out.php
quantity-input.php
quantity-minus.php
quantity-plus.php
quantity.php
submit-button.php
submit-login.php
Create New File
Create
Edit File: email.php
<?php /** * Block: RSVP * Form Email * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/tickets/blocks/rsvp/form/email.php * * See more documentation about our Blocks Editor templating system. * * @link https://evnt.is/1amp Help article for RSVP & Ticket template files. * * @since 4.9.3 * @version 4.9.4 * */ /** * Set the default value for the email on the RSVP form. * * @param string * @param Tribe__Events_Gutenberg__Template $this * * @since 4.9 * */ $email = apply_filters( 'tribe_tickets_rsvp_form_email', '', $this ); ?> <input type="email" name="attendee[email]" class="tribe-tickets-email" placeholder="<?php esc_attr_e( 'Email', 'event-tickets' ); ?>" value="<?php echo esc_attr( $email ); ?>" required />
Save Changes
Rename File
Rename