Fix admin_email for add event form.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Jan 2019 18:23:36 +0000 (13:23 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Jan 2019 18:28:57 +0000 (13:28 -0500)
Remove the pattern for email input.

readme.txt
views/front/events/frontAdd.html

index 9d65f2f..c45a902 100755 (executable)
@@ -25,6 +25,12 @@ e.g.
 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.
index d1fe06b..bacd2f3 100644 (file)
                 <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">