Skip to content
Loading
How to get URL for your crystalreport download?  
  •             class="card">  
  •                 class="card-body register-card-body">  
  •                     
      
  •                         "~/Images/eNtsa.png" />  
  •                       
  •                     
      
  •                         

      

  •                             

    Training Course Registration:Motion MasterClass

      
  •                           
  •                           
  •                         

    Course date: 25-27 February 2020

      
  •                           
  •                         

      

  •                             Note:Please note your registration is submit approval as seats for this course is limited. Once your registration is confirmed, you will receive a quote for subject to your confirmation  
  •                             followed by an invoice.  
  •                         

      
  •                       
  •   
  •   
  •                     
      
  •                         @using (Html.BeginForm("SubmitRegDetails""Home", FormMethod.Post))  
  •                         {  
  •   
  •   
  •                         class="form-horizontal">  
  •   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Title" class="col-sm-2 col-form-label">Title  
  •                                 class="col-sm-3 ">  
  •                                     @Html.EditorFor(model => model.RegForm.Title, new { htmlAttributes = new { @class = "form-control" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.Title, ""new { @class = "text-danger" })  
  •   
  •                                   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Name" class="col-sm-2 col-form-label">Name:  
  •                                 class="col-sm-3 ">  
  •                                     @Html.EditorFor(model => model.RegForm.FirstName, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "Name" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.FirstName, ""new { @class = "text-danger" })  
  •   
  •                                   
  •   
  •                                 class="col-sm-3">  
  •                                     @Html.EditorFor(model => model.RegForm.LastName, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "LastName" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.LastName, ""new { @class = "text-danger" })  
  •                                   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Position" class="col-sm-2 col-form-label">Position:  
  •                                 class="col-sm-3">  
  •                                     @Html.EditorFor(model => model.RegForm.Position, new { htmlAttributes = new { @class = "form-control" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.Position, ""new { @class = "text-danger" })  
  •                                   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Company" class="col-sm-2 col-form-label">Company:  
  •                                 class="col-md-3">  
  •                                     @Html.EditorFor(model => model.RegForm.Company, new { htmlAttributes = new { @class = "form-control" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.Company, ""new { @class = "text-danger" })  
  •                                   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Addresss" class="col-sm-2 col-form-label">Address*  
  •                                 class="col-sm-5">  
  •                                     @Html.EditorFor(model => model.RegForm.StreetAddress, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "Street Address" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.StreetAddress, ""new { @class = "text-danger" })  
  •                                   
  •                               
  •                             class="form-group row">  
  •                                 for="Address" class="col-sm-2 col-form-label">  
  •                                 class="col-sm-5">  
  •                                     @Html.EditorFor(model => model.RegForm.StreetAddressLine, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "Street Address Line 2" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.StreetAddressLine, ""new { @class = "text-danger" })  
  •                                   
  •                               
  •                             class="form-group row">  
  •                                 for="City" class="col-sm-2 col-form-label">  
  •                                 class="col-sm-3">  
  •                                     @Html.EditorFor(model => model.RegForm.City, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "City" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.City, ""new { @class = "text-danger" })  
  •                                   
  •                                 for="State/Province" class="col-form-label">  
  •                                 class="col-sm-3">  
  •                                     @Html.EditorFor(model => model.RegForm.StateProvince, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "State/Province" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.StateProvince, ""new { @class = "text-danger" })  
  •                                   
  •   
  •                               
  •                             class="form-group row">  
  •                                 for="ZipCode" class="col-sm-2 col-form-label">  
  •                                 class="col-sm-3">  
  •                                     @Html.EditorFor(model => model.RegForm.ZipCode, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "ZipCode", id = "textZipCode" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.ZipCode, ""new { @class = "text-danger" })  
  •                                   
  •                                 @using (Html.BeginForm("Index""Home", FormMethod.Post))  
  •                                 {  
  •                                     class="col-sm-3">  
  •                                         @Html.DropDownListFor(model => model.RegForm.Country, CountryLIstData as List)  
  •                                       
  •                                 }  
  •   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Email" class="col-sm-2 col-form-label">Email:  
  •   
  •                                 class="col-sm-4">  
  •                                     @Html.EditorFor(model => model.RegForm.Email, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "Email", id = "textEmail" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.Email, ""new { @class = "text-danger" })  
  •                                   
  •                                 "labelMessage_email" class="text-danger" style="display:none">This field is required  
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Attendee" class="col-sm-2 col-form-label">Attendee Cell Number*  
  •                                 class="col-sm-3">  
  •                                     @Html.EditorFor(model => model.RegForm.CellNumber, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "Cell Number", id = "textCellNumber" } })  
  •                                     @Html.ValidationMessageFor(model => model.RegForm.CellNumber)  
  •                                   
  •   
  •                               
  •   
  •                             class="form-group row">  
  •                                 for="Verify not a human" class="col-sm-2 col-form-label">Please verify you not a human*  
  •                                 class="col-sm-3">  
  •                                     @using (Html.BeginForm("FormSubmit""GetCapatcha", FormMethod.Post))  
  •                                     {  
  •                                         class="g-recaptcha" data-sitekey="6LcLN6cZAAAAABbgHtWziQB9nsWNXqZcpBnLU6dd">  
  •   
  •                                           
  •                                     }  
  •                                   
  •                               
  •   
  •                             class="form-group row">  
  •                                 class="col-sm-2 col-form-label">Dietary requirements:  
  •                                 class="col-sm-3">  
  •                                     class="form-check">  
  •                                         @Html.CheckBoxFor(model => model.DietMain.None, new { @class = "form-check-input" })  
  •                                         class="form-check-label" for="@Html.IdFor(m => m.DietMain.None)">None  
  •                                       
  •                                     class="form-check">  
  •                                         @Html.CheckBoxFor(model => model.DietMain.Vegetarian, new { @class = "form-check-input" })  
  •                                         class="form-check-label" for="@Html.IdFor(m => m.DietMain.Vegetarian)">Vegetarian  
  •                                       
  •   
  •                                     class="form-check">  
  •                                         @Html.CheckBoxFor(model => model.DietMain.Vegan, new { @class = "form-check-input" })  
  •                                         class="form-check-label" for="@Html.IdFor(m => m.DietMain.Vegan)">Vegan  
  •                                       
  •   
  •                                     class="form-check">  
  •                                         @Html.CheckBoxFor(model => model.DietMain.Halaal, new { @class = "form-check-input" })  
  •                                         class="form-check-label" for="@Html.IdFor(m => m.DietMain.Halaal)">Halaal  
  •                                       
  •   
  •                                     class="form-check">  
  •                                         @Html.CheckBoxFor(model => model.DietMain.Other, new { @class = "form-check-input" })  
  •                                         class="form-check-label" for="@Html.IdFor(m => m.DietMain.Other)">Other  
  •                                       
  •   
  •                                   
  •                               
  •   
  •                             class="form-group">  
  •                                 class="col-md-offset-2 col-md-10">  
  •                                     "submit" value="Submit" class="btn btn-primary" />  
  •                                   
  •   
  •                               
  •                             class="form-group">  
  •                                 class="col-md-offset-2 col-md-10">  
  •                                     "submit" value="Download" class="btn btn-danger" />  
  •                                   
  •                               
  •                           
  •   
  •   
  •   
  •                         }  
  •                         
      
  •                             @Html.ActionLink("Back to list""SaveRegForm")  
  •                           
  •                       
  •                       
  •                     }  
  •                     "font-size:20px;margin:20px;padding:20px;border:1px; solid#ff0000">  
  •                         @ViewData["Message"]  
  •                       
  •                     'https://www.google.com/recaptcha/api.js' type="text/javascript">  
  •   
  •                     "text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js">  
  •   
  •   
  •   
  •                       
  •                     'text/javascript'>  
  •                         $(function () {  
  •                             //When the blur event occurs from your Textbox (you lose focus)  
  •                             $('#textEmail').blur(function () {  
  •                                 var email = document.getElementById("textEmail").value;  
  •                                 var expr = /[a-z0-9._%+-]+[a-z0-9.-]+\.[a-z]{2,}$/;  
  •                                 if (!expr.test(email)) {  
  •                                     document.getElementById("labelMessage_email").style.display = "inline";  
  •                                 }  
  •                                 else {  
  •                                     document.getElementById("labelMessage_email").style.display = "none";  
  •                                 }  
  •                             });  
  •                         });  
  •   
  •                         // Error message for cell-phone.  
  •                         $(function () {  
  •                             $('#textCellNumber').blur(function () {  
  •                                 var cell = document.getElementById("textCellNumber").value;  
  •                                 var expr = /[a-z0-9._%+-]+[a-z0-9.-]+\.[a-z]{2,}$/;  
  •                                 if (!expr.test(cell)) {  
  •                                     document.getElementById("labelMessage_cell").style.display = "inline";  
  •                                 } else {  
  •                                     document.getElementById("labelMessage_cell").style.display = "none";  
  •                                 }  
  •                             });  
  •   
  •                         });  
  •   
  •   
  •                         // Error message for ZipCode.  
  •                         $(function () {  
  •                             $('#textZipCode').blur(function () {  
  •                                 var zipcode = document.getElementById("textZipCode").value;  
  •                                 var expr = /[a-z0-9._%+-]+[a-z0-9.-]+\.[a-z]{2,}$/;  
  •                                 if (!expr.test(zipcode)) {  
  •                                     document.getElementById("labelMessage_zip").style.display = "inline";  
  •                                 } else {  
  •                                     document.getElementById("labelMessage_zip").style.display = "none";  
  •                                 }  
  •                             });  
  •                         });  
  •                       
  •                      
  •  

    1 Reply

    Know the answer? Post it — somebody with the same question will find it here.