{# custom css file of this page#}
Welcome to Fekara!
The ultimate Bootstrap & Angular 6 admin theme framework for next generation web apps.
© 2019 Fekara
Privacy
Legal
Contact
Registration!
Have an account yet?
Sign in!
Don't have an account yet?
Sign Up!
Student
Teacher
Admin
{# Twig Variables #} {% set ColsClass = 'col-lg-6 col-md-6 col-sm-6 col-xs-12' %}
{# error messages #} {% for flashMessage in app.session.flashbag.get('userRegistrationError') %}
{{ flashMessage }}
{% endfor %} {# form fields.#}
{# First Name #}
{# Last Name #}
{# Email #}
{# Password #}
{% for field in fieldLIst %} {% if field.fType == "radio" %} {# radio fields #}
{{ field.fLabel }}
{% for fieldOption in field.fFieldOptions %}
{{ fieldOption }}
{% endfor %}
{% elseif field.fType == "checkbox" %} {# check box field #}
{{ field.fLabel }}
{% for fieldOption in field.fFieldOptions %}
{{ fieldOption }}
{% endfor %}
{% elseif field.fType == "dropdown" %} {# dropdown fields #}
{% for fieldOption in field.fFieldOptions %}
{{ fieldOption }}
{% endfor %}
{% elseif field.fType == "textarea" %} {# text area field #}
{% elseif field.fType == "date" %} {# only date #}
Only date selection
{% elseif field.fType == "time" %} {# only time fileds #}
Time Only
Only time selection
{% elseif field.fType == "datetime" %} {# date time #}
Meridian Format
{% else %} {# Simple Custom Fields #}
{% endif %} {% endfor %}
{# csrf token #}
{# User's category is will be here #}
Submit Button
{# Fields by designer #}
date and time picker
Meridian Format
Linked pickers for date range selection
date picker
Date Only
Only date selection
Time Picker
Time Only
Only time selection
Select opation
Live Search
Hot Dog, Fries and a Soda
Burger, Shake and a Smile
Sugar, Spice and all things nice
You can add a search input by passing
data-live-search="true"
attribute
{##} {##} {##} {# custom Js file of this page#}