* required fields on add event form in own row
-
Hi there –
The asterisks on required fields are all turned over to a new row of their own on the edit event form where we submit an event, under the text field – how can I fix this please?
Sorry if it has been covered, I spent a good while checking support q’s but couldn’t see anything.
Many thanks in advance for suggestions.
/// Here’s the code from event-editor.php:
$required = apply_filters(’em_required_html’,'<i>*</i>’);
/// and the code applied:
<h3 class=”event-form-name”><?php esc_html_e( ‘Event Name’, ‘dbem’ ); ?></h3>
<div class=”inside event-form-name”>
<input type=”text” name=”event_name” id=”event-name” value=”<?php echo esc_attr($EM_Event->event_name,ENT_QUOTES); ?>” /><?php echo $required; ?>
The topic ‘* required fields on add event form in own row’ is closed to new replies.