@using SitefinityWebApp.Mvc.Views.FormsA.Resources @using SitefinityWebApp.Helper.Controls

@FormA.NativeForms

@using (Html.BeginForm("SaveFormsA", "FormsA", FormMethod.Post, new { @class = "amx-md-form", @data_module_name = "amx-form-validation" })) {
@Html.AramexTextBox("Name", "text", "", "")
@Html.AramexTextBox("Number", "number", "", "")
@Html.AramexTextBox("Email", "email", "", "")
@Html.AramexTextBox("Password", "password", "", "")
@Html.AramexTextBox("Re-Password", "password", "", "")
@Html.AramexCheckBox("Chk-1", "Yes", "Chk-2", "No")
var ddList = new List { new DropdownListData{Text="Select", Value="0", IsSelected=true}, new DropdownListData{Text="One", Value="1", IsSelected=false}, new DropdownListData{Text="Two", Value="2", IsSelected=false}, new DropdownListData{Text="Three", Value="3", IsSelected=false}, new DropdownListData{Text="Four", Value="4", IsSelected=false} };
@Html.AramexDropDownList("form-entry-select-name", "form-entry-select-name", ddList)
@Html.AramexAutopopulateCountry("Country")
@Html.AramexTextAria("CommentBox", 8, 40, "")
@{string SubmitText = FormA.Submit; string ResetText = FormA.Reset; } @Html.AramexButton("submit", "amx-cp-btn", SubmitText)
@Html.AramexButton("reset", "amx-cp-btn amx-mr-secondary", ResetText)
}

@FormA.FormModules

@{ var ddlUnitLsit = new List { new DropdownListData { Text = "Kg", Value = "0", IsSelected = false } , new DropdownListData{ Text="Lbs", Value="0", IsSelected=false} , new DropdownListData{ Text="gm", Value="0", IsSelected=false}}; }
@Html.AramexInputSelect("UnitValue", "Unit", ddlUnitLsit)

@Html.AramexDatePicker("dtDate")

@Html.AramexDateTimePicker("date-picker12312", "time-pickeradfasdfsd") @*
*@

@Html.AramexStartDateRangePicker("pickup-start-date", "pickup-start-time") @*
*@
@Html.AramexStartDateRangePicker("pickup-end-date", "pickup-end-time") @*
*@
@Html.AramexRadio("radio12", "active", "checked", FormA.RadioOne) @**@ @Html.AramexRadio("radio2", "", "", FormA.RadioTwo) @**@
@Html.AramexRadioDP("rdgrp", "Radio tree", FormA.RadioOneTitle, FormA.RadioOneSubtitle, "") @**@
@Html.AramexRadioDP("rdgrp", "Radio four", FormA.RadioTwoTitle, FormA.RadioTwoSubtitle, "") @**@
@FormA.Loading
@FormA.Loading
@FormA.Loading
@FormA.Loading
@FormA.Error
@FormA.Loading

@FormA.FormUtilites

@Html.AramexFormUtility("section-one-input", "Section One incompleted title", "Section One incompleted blurb") @Html.AramexFormUtility("section-two-input", "Section two incompleted title", "Section tow incompleted blurb") @Html.AramexFormUtility("section-three-input", "Section three incompleted title", "Section Three incompleted blurb")