isAjax() }}data-controller='core.front.core.followForm'{{endif}} accept-charset='utf-8' class="ipsForm {$class}" action="{$action}" method="post" {{if $uploadField}}enctype="multipart/form-data"{{endif}} {{foreach $attributes as $k => $v}}{$k}="{$v}"{{endforeach}} data-ipsForm >
{{foreach $hiddenValues as $k => $v}}
{{endforeach}} {{if $uploadField}}
{{endif}}
{expression="\IPS\Output::i()->title"}
{{foreach $elements as $collection}} {{foreach $collection as $input}} {{if is_string( $input )}} {$input|raw}
{{elseif $input instanceof \IPS\Helpers\Form\Radio}}
{lang="follow_send_me"}
{$input->html($form)|raw}
{{elseif $input instanceof \IPS\Helpers\Form\Checkbox}} {$input->html($form)|raw} {{else}} {$input->rowHtml($form)|raw} {{endif}} {{endforeach}} {{endforeach}}
{$actionButtons[0]|raw} {{if isset( $actionButtons[1] )}}{$actionButtons[1]|raw}{{endif}}