Title: * required fields on add event form in own row
Last modified: August 22, 2016

---

# * required fields on add event form in own row

 *  Resolved [Kir 2012](https://wordpress.org/support/users/kir-2012/)
 * (@kir-2012)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/required-fields-10/)
 * 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; ?>
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/required-fields-10/#post-5292364)
 * hi,
 * do you have sample link to your site with this issue for us to see and analyze?
 * thx

Viewing 1 replies (of 1 total)

The topic ‘* required fields on add event form in own row’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [add event](https://wordpress.org/support/topic-tag/add-event/)
 * [asterisks](https://wordpress.org/support/topic-tag/asterisks/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/required-fields-10/#post-5292364)
 * Status: resolved