Remove the pattern for email input.
1. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
+= 1.7.15 =
+* Fixed email format for the add event admin_email
+
+= 1.7.14 =
+* Update home page widget to use time instead of the date
+
= 1.7.9 =
* When editing a location for an event and the map is still showing the default location,
it will try to map the address and notify the user that it's doing this.
<label style="color: red;">Organization Email Address</label>
</div>
<div class="glm-add-event-form-data">
- <input name="admin_email" maxlength="100" type="email" class="glm-required" pattern="{literal}[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}${/literal}" title="This field is required" required>
+ <input name="admin_email" maxlength="100" type="email" class="glm-required" title="This field is required" required>
</div>
</div>
<div class="glm-add-event-form-item">