I am working on fixing up forums a little bit. I need to validate that
the content of a post specified as HTML does not contain any
unauthorized tags.
the content of a post specified as HTML does not contain any
unauthorized tags.
I want to use the value of the html_p form element to determine how to
validate the body element.
I am having trouble with this because the html_p element is not
created until after the body element.
First I was just going to move the html_p widget, but people seemed to
this it more logically should be after the message body.
Is there any other way to check the value of the html_p element?
I could possibly check this in ad_page_contract, but then I don't get
nice inline error messages.
I could write the entire form template by hand, but that seems
extreme. Is there any way to access the form contents before form
element create is called for the html_p element?
Request notifications