Cannot Add HTML Tag

derrickhand300
@derrickhand300
10 years ago
1,353 posts
I have downloaded the latest core update and have selected "allow all html" check box
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
douglas
@douglas
10 years ago
2,804 posts
Make sure the profile your adding the HTML code too is allowed all HTML tags.

Core > System Core > Quota Config

Be sure to select the quota your trying to add the code to and the Allowed All HMTL box is checked.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
derrickhand300
@derrickhand300
10 years ago
1,353 posts
Thanks Douglas- I think the settings are correct here is a screenshot of what I am seeing
EVENTS-html.jpg
EVENTS-html.jpg  •  155KB

douglas
@douglas
10 years ago
2,804 posts
Try adding the tags form and input to your allowed field.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags