Topic: Question about htmLawed
Hi,
I'm trying to user htmLawed to filter my forms and I use this config :
$config = array('safe'=>1,'elements'=>'* object');Because I want to allow the embed objects from TinyMce.
But my question is :I frequently use this kind of fields :
<input type="text" name="firstname[]" />But, with my configuration I cannot collect any POST results from these fields. All are stopped by the filters.
How I can allow these [ ] on the field's names ?
Thanking you in advance,
Best Regards.