{% extends "layout/layout.html" %} {% set page_title = "Form Elements" %} {% block content %} {% include "../templates/layout/header-footer/app-header.html" %} {% include "../templates/layout/header-footer/app-sidebar.html" %} {% include "../templates/layout/header-footer/topnavbar.html" %} {% include "../templates/components/breadcrumbs/breadcrumbs.html" %} Basic Input Field Text Field Email Password Search Left Icon date Message Select Basic Select/Dropdown Select... Select... Select... Country Bangladesh New zealand switzerland Left Icon Dhaka New zealand switzerland Check Icon Bangladesh New zealand switzerland Select Badge Bangla English Checkbox Option 01 Option 02 Option 03 Checkbox Option 01 Option 02 Option 03 Toggle Switches Option 01 Option 02 Option 03 Basic Form Email Password Company Size One Two Three I’m agree with all of your terms & conditions. Submit Form Horizontal Form Email Password Company Size One Two Three I’m agree with all of your terms & conditions. Submit Form Advance Form Email Email Password Password Addresss Line 01 Addresss Line 02 Country Bangladesh New zealand switzerland City Dhaka New zealand switzerland Zip Code I’m agree with all of your terms & conditions. Submit Form {% include "../templates/layout/header-footer/footer.html" %} {% endblock %}