])->hint('Range input (advanced RangeInput widget by Krajee).')?>
</div>
</div>
<hr style="margin-top:0">
<div class="row">
<div class="col-sm-4">
<?= $form->field($model,'birthday')->input('date',['placeholder'=>'Enter a valid date...'])->hint('Date picker input.')?>
</div>
<div class="col-sm-4">
<?= $form->field($model,'month')->input('month',['placeholder'=>'Enter a valid month...'])->hint('Month picker input.')?>
</div>
<div class="col-sm-4">
<?= $form->field($model,'week')->input('week',['placeholder'=>'Enter a valid week...'])->hint('Week picker input.')?>
</div>
</div>
<hr style="margin-top:0">
<div class="row">
<div class="col-sm-4">
<?= $form->field($model,'end_time')->input('datetime-local',['placeholder'=>'Enter a valid date-time...'])->hint('Local date time picker input (no time zone).')?>
</div>
<div class="col-sm-4">
<?= $form->field($model,'event_time')->input('time',['placeholder'=>'Enter a valid time...'])->hint('Time picker input.')?>
</div>
<div class="col-sm-4">
<?= $form->field($model,'rating')->input('number',['min'=>1,'max'=>10,'step'=>1,'placeholder'=>'Enter rating 1-10...'])->hint('Number input with step/spinner functionality.')?>
</div>
</div>
<hr style="margin-top:0">
<div class="row">
<div class="col-sm-4">
<?= $form->field($model,'phone')->input('tel',['placeholder'=>'Enter a valid phone...'])->hint('Phone validation input.')?>
</div>
<div class="col-sm-4">
<?= $form->field($model,'email_1')->input('email',['placeholder'=>'Enter a valid email...'])->hint('Email validation input.')?>
</div>
<div class="col-sm-4">
<?= $form->field($model,'website')->input('url',['placeholder'=>'Enter a valid url...'])->hint('URL validation input.')?>
You can now visit the Krajee Webtips Q & A
forum
for searching OR asking questions OR helping programmers with answers on these extensions and
plugins.
For asking a question click here. Select
the
appropriate question category (i.e. Krajee Plugins) and choose this current page
plugin
in the question related to field.
The comments and discussion section below are intended for generic discussions or
feedback for this plugin. Developers may not be able to search or lookup here
specific questions or tips on usage for this plugin.
Comments & Discussion
Note
You can now visit the Krajee Webtips Q & A forum for searching OR asking questions OR helping programmers with answers on these extensions and plugins. For asking a question click here. Select the appropriate question category (i.e. Krajee Plugins) and choose this current page plugin in the question related to field.
The comments and discussion section below are intended for generic discussions or feedback for this plugin. Developers may not be able to search or lookup here specific questions or tips on usage for this plugin.