diff --git a/includes/Component/Component.php b/includes/Component/Component.php index 0d7dc365..525d99e7 100644 --- a/includes/Component/Component.php +++ b/includes/Component/Component.php @@ -12,6 +12,10 @@ abstract class Component { const INPUT_PREFIX = 'msls_input_'; const ALLOWED_HTML = array( + 'form' => array( + 'action' => array(), + 'method' => array(), + ), 'label' => array( 'for' => array(), ),