Closed wichaksono closed 6 years ago
i try to add form_open_multipart(). so far i can added but i must use {{ form_open_multipart()|raw }} i wanna use without "raw"
@wichaksono I don't know why you must use `raw'.
I use config/twig.php:
config/twig.php
$config['functions_safe'] = [ 'form_open_multipart', ];
And I can use {{ form_open_multipart() }}.
{{ form_open_multipart() }}
Oh Thanks i can do this now
i try to add form_open_multipart(). so far i can added but i must use {{ form_open_multipart()|raw }} i wanna use without "raw"