Answer the question
In order to leave comments, you need to log in
Form Radio Button glitch, which server setting is responsible for handling variables in the template engine?
From some moment I catch a strange glitch:
with the standard syntax
{{ Form::radio('somename', 'someval', true, ['adparam'=>'someparam']) }}
{!! Form::radio('sex', 0, true) !!}
{!! Form::radio('sex', 1) !!}
{!! Form::radio('sex', 2) !!}
{!! Form::radio('sex', '0', true) !!}
{!! Form::radio('sex', '1') !!}
{!! Form::radio('sex', '2') !!}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question