Now I am creating a new site for school sports and have added the EVENTS module...when adding an event I am trying to add the following to the html code to each event which when displayed will allow users to find the location of each event using directions on smart phones
NOTE-the code does work in the normal site editor- just not in this event module
<p>Sayre Eagles vs Clarendon Broncos at Clarendon Texas</p>
<p>Kick off 1 pm</p>
<h2>Get Directions To Clarendon Broncos Football Field</h2>
<form action="http://maps.google.com/maps" method="get" target="_blank">
<p>Enter your starting address:</p>
<input name="saddr" type="text"> <input name="daddr" type="hidden" value="[822 5th St., Clarendon, TX 79226]"> <input type="submit" value="Get Directions"></form>
The form code is getting stripped as in past- wondering if this is a bug or are we not allowed to add html tags in all editors?
Thanks
updated by @derrickhand300: 11/12/15 02:53:26PM