Rendering an HTML form element

Jump to solution
srubin
Community Novice

I am developing a course using canvas that involves the study of HTML.
I wish to display the elements of the form tag. I notice that canvas doesn't render these form element tags in a content page.

For example, I wish to render an example of a textarea and a button. I used the canvas html editor to insert the following;

<p><textarea name="lifeStory" cols="40" rows="5"></textarea></p>

<input value="Submit This Puppy" type="button">

After saving the page, the textarea and button are not displayed on the content page.

I have used the above form tags in moodle and they did display correctly.

How do I get form elements to display in canvas?

1 Solution
srubin
Community Novice

Thanks for the reply about this topic - I have decided to link my HTML examples to the college's server.

This should not cause any problems for my students.

steve

View solution in original post