www.shivshaktiindia.in Open in urlscan Pro
2600:9000:2250:e000:14:f63a:9cc0:93a1  Public Scan

Submitted URL: http://shivshaktiindia.in/soya-fatty-acid-6841841.html
Effective URL: https://www.shivshaktiindia.in/soya-fatty-acid-6841841.html
Submission: On October 24 via api from US — Scanned from DE

Form analysis 11 forms found in the DOM

Name: frm /Exporters_Suppliers/Exporters/hp/scripts/prod_search.html

<form action="/Exporters_Suppliers/Exporters/hp/scripts/prod_search.html" onsubmit="return check_valid();" name="frm"><input name="keyword" onfocus="if(this.value==this.defaultValue)this.value=''"
    onblur="if(this.value=='')this.value=this.defaultValue" type="text" id="bg" value="Search Products..." border="0"><input type="hidden" class="test_new" name="catalog_id" value="30216"><input name="submit" type="image" value="submit"
    src="https://tiimg.tistatic.com/catalogs/template146607/go.png" class="go_icon" alt="Search" title="Search"></form>

Name: inquiryPOST

<form method="post" name="inquiry">
  <input type="hidden" name="request_from" value="/Exporters_Suppliers/Exporters/hp/scripts/product_details.html?product_id=6841841">
  <input type="hidden" name="catalog_id" value="30216">
  <input type="hidden" name="popup_ID" id="get_id" value="ID_30216_744_6841841">
  <input type="hidden" name="popup_catalog_id" value="30216" id="get_catalog_id">
  <input type="hidden" name="popup_b2b_logged_in" value="0" id="get_b2b_logged_in">
  <input type="hidden" name="rfi_group_id" value="" id="get_id_rfi_group_id">
</form>

POST

<form method="post" id="inqFixed_form_step1">
  <div class="formCnt discription">
    <textarea name="description" id="inqFixed_description" class="textarea" placeholder="* To get accurate quotes. Please include product name, order quantity, usage, special requests if any in your inquiry."></textarea>
  </div>
  <div class="otp-msg" style="justify-content:flex-start">
    <!--<span class="resend-msg">+ Add Attachment</span>-->
    <a href="#" class="resend-msg" style="margin-top:5px; margin-bottom: 4px; display: inline-block; text-decoration: none;" onclick="javascript:open_popup('/component/utils/attachment_popup.html?section=fixed_rfi_30216&amp;lang=' , 'attach_file' , 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=170,top=20,width=482,height=500' ); return false;" border="0">+ Add Attachment</a>
    <div>
      <div id="fixed_rfi_30216"></div>
      <div class="if_clear"></div>
      <div class="if_clear"></div>
    </div>
  </div>
  <div class="formCol-2">
    <div class="formCnt">
      <input type="text" value="" name="email" id="inqFixed_email" autocomplete="off" class="form-control new-input-frm" required="">
      <span class="floating-label">Email Id</span>
    </div>
    <div class="formCnt mobileCnt">
      <input type="text" id="inqFixed_mobile" name="mobile_without_isd" value="" autocomplete="off" class="form-control new-input-frm" required="">
      <span class="floating-label mobile-label">Mobile number</span>
    </div>
  </div>
  <div id="fixed_name_co_pin_span" style="display:none;">
    <div class="formCol-2">
      <div class="formCnt">
        <input type="text" value="" name="name" id="inqFixed_name" autocomplete="off" class="form-control " required="">
        <span class="floating-label">Enter your Name</span>
      </div>
      <div class="formCnt">
        <input type="text" value="" name="co_name" id="inqFixed_company" autocomplete="off" class="form-control " required="">
        <span class="floating-label">Company / Business Name</span>
      </div>
    </div>
    <div class="formCol-2">
      <div class="formCnt left-class" style="margin-right:10px" id="inqFixed_pincode_wrap">
        <input type="text" value="" id="inqFixed_pincode" name="inq_pincode" autocomplete="off" class="" required="">
        <span class="floating-label" id="inqFixed_pin_span">Enter your pincode</span>
      </div>
      <div class="formCnt">
        <div id="inqFixed_city_dd">
          <style type="text/css">
            .ui-autocomplete {
              max-height: 200px;
              overflow-y: auto;
            }

            /* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
            * html .ui-autocomplete {
              height: 100px;
            }

            .ui-menu {
              font-size: 9px;
            }

            .ui-menu-item {
              font-size: 9px;
            }

            .dialog_err {
              font-family: verdana;
              font-size: 8px;
              font-weight: bold;
              color: red;
              padding: 1px;
            }

            #city_nearest_branch {
              height: 20px;
              border: 1px solid #d8d8d8;
              width: 150px;
              font-size: 1em;
              line-height: 1.2em;
            }
          </style>
          <script language="javascript" type="text/javascript">
            function set_all(id, city, state, country_code) {
              jq.ajax({ // ajax request for getting the appropriate entry for the prefilling values
                url: "/component/locator_suggest_json.html",
                type: 'post',
                dataType: 'json',
                data: {
                  set_city: city,
                  set_state: state,
                  city_initials: city,
                  set_country: country_code
                },
                success: function(data) {
                  var obj = data[0];
                  jq('#' + id + '_input').val(obj.city + ', ' + obj.state + ', ' + obj.country_name);
                  window[id + '_fill'](obj);
                }
              }); // end of ajax request for prefilling
            }
          </script>
          <script language="javascript" type="text/javascript">
            function inqFixed_city_id_clear() {
              jq('#inqFixed_city_id').val('');
              jq('#inqFixed_country_code').val('');
              jq('#inqFixed_state').val('');
              jq('#inqFixed_city').val('');
              if (jq("#dummy_isd_field").length) {
                jq('#dummy_isd_field').val('');
              }
              if (jq("#dummy_im_contact_field").length) {
                jq('#dummy_im_contact_field').hide();
              }
              //if(jq("#dummy_isd_field").length) {
              //jq('#dummy_isd_field').val('');
              //}
            }

            function inqFixed_city_id_fill(obj) {
              jq('#inqFixed_city_id').val(obj.city_id);
              jq('#inqFixed_country_code').val(obj.country_code);
              jq('#inqFixed_state').val(obj.state);
              jq('#inqFixed_city').val(obj.city);
              if (jq("#dummy_isd_field").length) {
                jq('#dummy_isd_field').val(obj.isd_code);
              }
              if (jq("#dummy_im_contact_field").length && obj.im_contact == 1) {
                jq('#dummy_im_contact_field').show();
              }
              var reg = new RegExp('^\\+' + obj.isd_code, '');
              if (obj.isd_code == 91) {
                jq('#show_pin_code').show();
              } else {
                jq('#show_pin_code').hide();
              }
              if (jq("#dummy_isd_field").length && !reg.test(jq("#dummy_isd_field").val())) {
                jq('#dummy_isd_field').val('+' + obj.isd_code);
              }
            }

            function load_ti_locator_suggest() {
              if (jq("#dummy_isd_field").length) {
                jq('#dummy_isd_field').attr("readonly", true);
              }
              if (jq("#dummy_im_contact_field").length) {
                jq('#dummy_im_contact_field').hide();
              }
              jq('#inqFixed_city_id_input').bind('keyup', function() {
                if (jq("#inqFixed_city_id_input").val().length == 0) {
                  //inqFixed_city_id_clear();
                }
              });
              jq("#inqFixed_city_id_input").autocomplete({ // making input textbox to support autocomplete feature
                source: function(request, response) {
                  jq(".block").attr("readonly", true);
                  jq.ajax({ // ajax request for getting the suggestions according to the characters filled till now in input textbox
                    url: "/component/locator_suggest_json.html",
                    type: 'post',
                    dataType: "json",
                    data: {
                      city_initials: request.term
                    },
                    success: function(data) {
                      var city_initials = '^' + request.term;
                      var re = new RegExp(city_initials, "i");
                      jq('#div_show_city_nearest_branches').hide();
                      if (data.length == 0) {
                        alert("The specified city: '" + jq('#inqFixed_city_id_input').val() + "', does not exist in our database.");
                      }
                      response(jq.map(data, function(item) {
                        var lbl;
                        var val;
                        var city = item.city;
                        if (re.test(city)) {
                          lbl = item.city + ', ' + item.state + ', ' + item.country_name;
                          val = item.city + ', ' + item.state + ', ' + item.country_name;
                        } else {
                          lbl = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                          val = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                        }
                        var result = {
                          label: lbl,
                          value: val,
                          city_id: item.city_id,
                          city: item.city,
                          state: item.state,
                          country_code: item.country_code,
                          isd_code: item.isd_code,
                          im_contact: item.im_contact
                        };
                        return result;
                      }));
                    }
                  }); // end of ajax request for getting the suggestions
                },
                minLength: 2,
                select: function(event, ui) {
                  var selectedObj = ui.item;
                  jq('#inqFixed_city_id_input').val(selectedObj.label);
                  inqFixed_city_id_fill(selectedObj);
                  jq(".block").attr("readonly", false);
                  jq.ajax({
                    url: "/component/city_branches_json.html",
                    type: 'post',
                    dataType: "json",
                    data: {
                      city_id: selectedObj.city_id
                    },
                    success: function(data) {
                      jq('#city_nearest_branch').empty();
                      if (data.length) {
                        var opt_data = "<option >--Select Area--</option>";
                        jq(opt_data).appendTo('#city_nearest_branch');
                        jq.each(data, function(i, item) {
                          //alert(item.branch+":"+item.name);
                          var div_data = "<option value=" + item.branch + ">" + item.name + "</option>";
                          jq(div_data).appendTo('#city_nearest_branch');
                        });
                        jq('#div_show_city_nearest_branches').show();
                      }
                    }
                  });
                  return false;
                },
                change: function(event, ui) {
                  if (!ui.item) {
                    // no item selected
                    inqFixed_city_id_clear();
                    jq('#div_show_city_nearest_branches').hide();
                  }
                },
                open: function(event, ui) {
                  inqFixed_city_id_clear();
                },
                close: function(event, ui) {
                  if (jq('#inqFixed_country_code').val().length == 0 || jq('#inqFixed_state').val().length == 0 || jq('#inqFixed_city').val().length == 0) {
                    inqFixed_city_id_clear();
                    //jq('#inqFixed_city_id_input').val('');
                  }
                }
              }); // end of autocomplete
            }
            var ti_locator_suggest_interval = setInterval(function() {
              if (typeof(jQuery) != 'undefined' && typeof(jQuery.isReady) === 'boolean' && jQuery.isReady) {
                load_ti_locator_suggest();
                clearInterval(ti_locator_suggest_interval);
              }
            }, 10);
            jq(".block").on('focus', function() {
              if (jq(".block").attr("readonly") == "readonly") {
                alert("Please select your City or use City not found option.");
              }
            });
            jq(window).load(function() {});
          </script>
          <input type="text" title="City, State, Country" placeholder="Type your city here ..." class="formControl" id="inqFixed_city_id_input" name="inqFixed_city_id_input">
          <input type="hidden" id="inqFixed_city_id" name="inqFixed_city_id">
          <input type="hidden" id="inqFixed_country_code" name="inqFixed_country_code">
          <input type="hidden" id="inqFixed_state" name="inqFixed_state">
          <input type="hidden" id="inqFixed_city" name="inqFixed_city">
          <div id="div_show_city_nearest_branches" style="display:none;">
            <select id="city_nearest_branch" name="city_nearest_branch">
              <option value="">--Area/Sale Branch--</option>
            </select>
            <div style="font-family:verdana;size:9px;color:red;"><i>Select nearest Area/Sale Branch</i></div>
          </div>
        </div>
      </div>
      <input type="hidden" id="inqFixed_ID" name="ID_30216_744_6841841" value="1">
      <input type="hidden" id="inqFixed_hide_popup_components" name="inq_hide_popup_components" value="1">
      <input type="hidden" id="inqFixed_Submit" name="inq_Submit" value="Send Inquiry">
      <input type="hidden" id="inqFixed_mobile_with_isd" name="mobile" value="Send Inquiry">
      <input type="hidden" id="inqFixed_ew_mobile_with_isd" name="mobile_with_isd" value="send inquiry">
      <input type="hidden" id="inqFixed_non_login_form" name="non_login_form" value="1">
      <input type="hidden" name="inqFixed_catalog_id" value="30216">
      <input type="hidden" id="inqFixed_no_redirect" name="inq_no_redirect" value="1">
      <input type="hidden" id="inqFixed_rfi_group_id" name="inq_rfi_group_id">
      <input type="hidden" id="inqFixed_quick_inq_id" name="inq_quick_inq_id">
      <input type="hidden" id="inqFixed_source" name="inq_source" value="CATALOG">
    </div>
  </div>
  <div class="btnCnt">
    <input type="button" name="submit" id="send_inqFixed_submit_btn" onclick="return 6841841;" value="Send Inquiry" class="btn">
  </div>
</form>

<form action="" id="inqFixed_form_step2">
  <div class="formCol-2">
    <div class="formCol-2-2">
      <div class="formCnt">
        <input type="number" value="" name="quantity_descr" autocomplete="off" class="form-control" required="">
        <span class="floating-label">Enter Quantity</span>
      </div>
      <input type="hidden" id="Fixedstep2_quick_inq_id" name="quick_inq_id" value="">
      <input type="hidden" id="Fixedstep2_rfi_group_id" name="rfi_group_id" value="">
      <input type="hidden" id="inqFixed_filled" name="filled" value="">
      <div class="formCnt">
        <select name="units" id="units" class="form-control" required="">
          <option value="">Select unit</option>
          <option value="Kilogram">Kilogram</option>
          <option value="Nos">Nos</option>
          <option value="Pieces">Pieces</option>
          <option value="Tons">Tons</option>
          <option value="Units">Units</option>
        </select>
      </div>
    </div>
    <div class="formCnt">
      <select name="rfq_popup_order_value_inr" id="rfq_popup_order_value_inr_home" class="form-control">
        <option value="">Select Your Option</option>
        <option value="5000|10000">5000 to 10000</option>
        <option value="10001|20000">10001 to 20000</option>
        <option value="20001|50000">20001 to 50000</option>
        <option value="50001|100000">Upto 1 Lakh</option>
        <option value="100001|500000">Upto 5 Lakhs</option>
        <option value="500001|1000000">Upto 10 Lakhs</option>
        <option value="1000001|2000000">Upto 20 Lakhs</option>
        <option value="2000001|5000000">Upto 50 Lakhs</option>
        <option value="5000001|10000000">Upto 1 Crore</option>
        <option value="10000001">More than 1 Crore</option>
      </select>
      <select name="rfq_popup_order_value_usd" id="rfq_popup_order_value_usd_home" class="form-control" style="display: none;">
        <option value="">Select Your Option</option>
        <option value="500|1000">500 to 1000</option>
        <option value="1001|5000">1001 to 5000</option>
        <option value="5001|10000">5001 to 10000</option>
        <option value="10001|20000">10001 to 20000</option>
        <option value="20001|50000">20001 to 50000</option>
        <option value="50001|100000">50001 to 100000</option>
        <option value="100001|200000">100001 to 200000</option>
        <option value="200001|500000">200001 to 500000</option>
        <option value="500001">More than 500000</option>
      </select>
      <div class="radio-box">
        <span class="">INR</span>
        <span class="radio-bg">
          <input type="radio" name="rfq_popup_currency" class="orderValueRadio" value="INR" id="rfq_popup_inr_lable_home" checked="checked">
          <input type="radio" name="rfq_popup_currency" class="orderValueRadio" value="USD" id="rfq_popup_usd_lable_home">
          <span class="radio-circle"></span>
        </span>
        <span class="">USD</span>
      </div>
    </div>
  </div>
  <div class="formCol-2">
    <div class="formCnt">
      <select name="pref_supp_location" class="form-control">
        <option value="">Preferred Suppliers Location</option>
        <option value="Local">Local</option>
        <option value="Anywhere in India">Anywhere in India</option>
        <option value="Outside India">Outside India</option>
      </select>
    </div>
    <div class="formCnt">
      <select name="buying_need" class="form-control">
        <option value="">Requirement Urgency</option>
        <option value="Immediate">Immediate</option>
        <option value="After a month">After 1 month</option>
      </select>
    </div>
  </div>
  <div class="formCnt reqFrq">
    <div class="label">Requirement Frequency:</div>
    <label><input type="radio" name="req_frequency"> One Time</label>
    <label><input type="radio" name="req_frequency"> Regular</label>
  </div>
  <div class="btnCnt">
    <input type="button" name="submit" id="inqFixed_submit_btn_step2" value="Submit" class="btn">
  </div>
</form>

Name: reqCallBackPOST

<form id="reqCallBack" name="reqCallBack" method="post">
  <div class="formCnt mobileCnt">
    <div class="intl-tel-input allow-dropdown separate-dial-code iti-sdc-3">
      <div class="flag-container"></div><input type="tel" id="callback_mobile" name="mobile_without_isd" value="" autocomplete="off" class="formControl">
    </div>
    <span class="floating-label mobile-label">Mobile number</span>
  </div>
  <div id="callback_msg_display1" class="msg-box">
    <span id="callback_msg1" class=""></span>
  </div>
  <div class="btnCnt">
    <input type="button" id="callback_step1_submit" name="submit" onclick="return 6841841;" value="Request To Call Back" class="btn">
  </div>
</form>

<form id="reqCallBackOtp">
  <label class="label-content">Authenticate with the 5 digit One Time Password (OTP) sent to your registered mobile number.</label>
  <div class="formCnt">
    <input type="number" id="callback_otp" name="callback_otp" autocomplete="off" class="formControl">
    <span class="floating-label">Verification Code</span>
  </div>
  <div class="otp-msg">
    <p class="message">Did not receive yet?</p>
    <span class="resend-msg" id="callback_resend_otp">Resend OTP</span>
  </div>
  <input type="hidden" id="callback_resend_otp_mobile">
  <div id="callback_msg_display2" class="msg-box">
    <span id="callback_msg2" class=""></span>
  </div>
  <div class="btnCnt">
    <input type="button" id="callback_step2_submit" name="submit" value="Enter OTP" class="btn">
  </div>
</form>

<form id="callback_registration">
  <div class="formCol-2">
    <div class="formCnt mobileCnt">
      <div class="intl-tel-input allow-dropdown separate-dial-code iti-sdc-3">
        <div class="flag-container"></div><input type="tel" id="callback_reg_mobile" name="mobile_without_isd" autocomplete="off" class="formControl">
      </div>
      <span class="floating-label mobile-label active">Mobile number</span>
    </div>
    <div class="formCnt">
      <input type="text" id="callback_reg_email" name="email" autocomplete="off" class="formControl">
      <span class="floating-label">Email Id</span>
    </div>
  </div>
  <div id="callback_co_name_city_span" style="display:block;" class="co_city_name_css">
    <input type="hidden" id="ID" name="ID_30216_744_6841841" value="1">
    <input type="hidden" id="hide_popup_components" name="hide_popup_components" value="1">
    <input type="hidden" id="Submit" name="Submit" value="Send Inquiry">
    <input type="hidden" id="callback_reg_mobile_with_isd" name="mobile">
    <input type="hidden" id="non_login_form" name="non_login_form" value="1">
    <input type="hidden" name="catalog_id" value="30216">
    <input type="hidden" id="no_redirect" name="no_redirect" value="1">
    <input type="hidden" id="callback_rfi_group_id" name="rfi_group_id">
    <input type="hidden" id="callback_quick_inq_id" name="quick_inq_id">
    <div class="formCol-2">
      <div class="formCnt">
        <input type="text" id="callback_reg_name" name="name" autocomplete="off" class="formControl">
        <span class="floating-label">Please Enter the Name</span>
      </div>
      <div class="formCnt">
        <input type="text" value="" id="callback_reg_company_name" name="co_name" autocomplete="off" class="formControl">
        <span class="floating-label">Company / Business Name</span>
      </div>
    </div>
    <div class="formCol-2">
      <div class="formCnt left-class">
        <input type="text" id="callback_reg_pincode" name="pincode" autocomplete="off" class="formControl">
        <span class="floating-label">Please Enter the Pincode</span>
      </div>
      <div id="callback_city_dd" "="">
                            <div class=" formCnt">
        <style type="text/css">
          .ui-autocomplete {
            max-height: 200px;
            overflow-y: auto;
          }

          /* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
          * html .ui-autocomplete {
            height: 100px;
          }

          .ui-menu {
            font-size: 9px;
          }

          .ui-menu-item {
            font-size: 9px;
          }

          .dialog_err {
            font-family: verdana;
            font-size: 8px;
            font-weight: bold;
            color: red;
            padding: 1px;
          }

          #city_nearest_branch {
            height: 20px;
            border: 1px solid #d8d8d8;
            width: 150px;
            font-size: 1em;
            line-height: 1.2em;
          }
        </style>
        <script language="javascript" type="text/javascript">
          function set_all(id, city, state, country_code) {
            jq.ajax({ // ajax request for getting the appropriate entry for the prefilling values
              url: "/component/locator_suggest_json.html",
              type: 'post',
              dataType: 'json',
              data: {
                set_city: city,
                set_state: state,
                city_initials: city,
                set_country: country_code
              },
              success: function(data) {
                var obj = data[0];
                jq('#' + id + '_input').val(obj.city + ', ' + obj.state + ', ' + obj.country_name);
                window[id + '_fill'](obj);
              }
            }); // end of ajax request for prefilling
          }
        </script>
        <script language="javascript" type="text/javascript">
          function callback_reg_city_id_clear() {
            jq('#callback_reg_city_id').val('');
            jq('#callback_reg_country_code').val('');
            jq('#callback_reg_state').val('');
            jq('#callback_reg_city').val('');
            if (jq("#dummy_isd_field").length) {
              jq('#dummy_isd_field').val('');
            }
            if (jq("#dummy_im_contact_field").length) {
              jq('#dummy_im_contact_field').hide();
            }
            //if(jq("#dummy_isd_field").length) {
            //jq('#dummy_isd_field').val('');
            //}
          }

          function callback_reg_city_id_fill(obj) {
            jq('#callback_reg_city_id').val(obj.city_id);
            jq('#callback_reg_country_code').val(obj.country_code);
            jq('#callback_reg_state').val(obj.state);
            jq('#callback_reg_city').val(obj.city);
            if (jq("#dummy_isd_field").length) {
              jq('#dummy_isd_field').val(obj.isd_code);
            }
            if (jq("#dummy_im_contact_field").length && obj.im_contact == 1) {
              jq('#dummy_im_contact_field').show();
            }
            var reg = new RegExp('^\\+' + obj.isd_code, '');
            if (obj.isd_code == 91) {
              jq('#show_pin_code').show();
            } else {
              jq('#show_pin_code').hide();
            }
            if (jq("#dummy_isd_field").length && !reg.test(jq("#dummy_isd_field").val())) {
              jq('#dummy_isd_field').val('+' + obj.isd_code);
            }
          }

          function load_ti_locator_suggest() {
            if (jq("#dummy_isd_field").length) {
              jq('#dummy_isd_field').attr("readonly", true);
            }
            if (jq("#dummy_im_contact_field").length) {
              jq('#dummy_im_contact_field').hide();
            }
            jq('#callback_reg_city_id_input').bind('keyup', function() {
              if (jq("#callback_reg_city_id_input").val().length == 0) {
                //callback_reg_city_id_clear();
              }
            });
            jq("#callback_reg_city_id_input").autocomplete({ // making input textbox to support autocomplete feature
              source: function(request, response) {
                jq(".block").attr("readonly", true);
                jq.ajax({ // ajax request for getting the suggestions according to the characters filled till now in input textbox
                  url: "/component/locator_suggest_json.html",
                  type: 'post',
                  dataType: "json",
                  data: {
                    city_initials: request.term
                  },
                  success: function(data) {
                    var city_initials = '^' + request.term;
                    var re = new RegExp(city_initials, "i");
                    jq('#div_show_city_nearest_branches').hide();
                    if (data.length == 0) {
                      alert("The specified city: '" + jq('#callback_reg_city_id_input').val() + "', does not exist in our database.");
                    }
                    response(jq.map(data, function(item) {
                      var lbl;
                      var val;
                      var city = item.city;
                      if (re.test(city)) {
                        lbl = item.city + ', ' + item.state + ', ' + item.country_name;
                        val = item.city + ', ' + item.state + ', ' + item.country_name;
                      } else {
                        lbl = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                        val = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                      }
                      var result = {
                        label: lbl,
                        value: val,
                        city_id: item.city_id,
                        city: item.city,
                        state: item.state,
                        country_code: item.country_code,
                        isd_code: item.isd_code,
                        im_contact: item.im_contact
                      };
                      return result;
                    }));
                  }
                }); // end of ajax request for getting the suggestions
              },
              minLength: 2,
              select: function(event, ui) {
                var selectedObj = ui.item;
                jq('#callback_reg_city_id_input').val(selectedObj.label);
                callback_reg_city_id_fill(selectedObj);
                jq(".block").attr("readonly", false);
                jq.ajax({
                  url: "/component/city_branches_json.html",
                  type: 'post',
                  dataType: "json",
                  data: {
                    city_id: selectedObj.city_id
                  },
                  success: function(data) {
                    jq('#city_nearest_branch').empty();
                    if (data.length) {
                      var opt_data = "<option >--Select Area--</option>";
                      jq(opt_data).appendTo('#city_nearest_branch');
                      jq.each(data, function(i, item) {
                        //alert(item.branch+":"+item.name);
                        var div_data = "<option value=" + item.branch + ">" + item.name + "</option>";
                        jq(div_data).appendTo('#city_nearest_branch');
                      });
                      jq('#div_show_city_nearest_branches').show();
                    }
                  }
                });
                return false;
              },
              change: function(event, ui) {
                if (!ui.item) {
                  // no item selected
                  callback_reg_city_id_clear();
                  jq('#div_show_city_nearest_branches').hide();
                }
              },
              open: function(event, ui) {
                callback_reg_city_id_clear();
              },
              close: function(event, ui) {
                if (jq('#callback_reg_country_code').val().length == 0 || jq('#callback_reg_state').val().length == 0 || jq('#callback_reg_city').val().length == 0) {
                  callback_reg_city_id_clear();
                  //jq('#callback_reg_city_id_input').val('');
                }
              }
            }); // end of autocomplete
          }
          var ti_locator_suggest_interval = setInterval(function() {
            if (typeof(jQuery) != 'undefined' && typeof(jQuery.isReady) === 'boolean' && jQuery.isReady) {
              load_ti_locator_suggest();
              clearInterval(ti_locator_suggest_interval);
            }
          }, 10);
          jq(".block").on('focus', function() {
            if (jq(".block").attr("readonly") == "readonly") {
              alert("Please select your City or use City not found option.");
            }
          });
          jq(window).load(function() {});
        </script>
        <input type="text" title="City, State, Country" placeholder="Type your city here ..." class="formControl" id="callback_reg_city_id_input" name="callback_reg_city_id_input">
        <input type="hidden" id="callback_reg_city_id" name="callback_reg_city_id">
        <input type="hidden" id="callback_reg_country_code" name="callback_reg_country_code">
        <input type="hidden" id="callback_reg_state" name="callback_reg_state">
        <input type="hidden" id="callback_reg_city" name="callback_reg_city">
        <div id="div_show_city_nearest_branches" style="display:none;">
          <select id="city_nearest_branch" name="city_nearest_branch">
            <option value="">--Area/Sale Branch--</option>
          </select>
          <div style="font-family:verdana;size:9px;color:red;"><i>Select nearest Area/Sale Branch</i></div>
        </div>
      </div>
    </div>
    <!-- <div class="formCol-2-2">
                                <div class="formCnt">
                                    <input type="number" value="50000" name="Quantity" autocomplete="off" class="formControl" required >
                                    <span class="floating-label">Enter Quantity</span>
                                </div>
                                <div class="formCnt">
                                    <select name="units" id="units" class="formControl">
                                        <option value="">Select unit</option>
                                        <option value="Kilogram" selected>Kilogram</option>
                                        <option value="Nos">Nos</option>
                                        <option value="Pieces">Pieces</option>
                                        <option value="Tons">Tons</option>
                                        <option value="Units">Units</option>
                                    </select>
                                </div>
                            </div>  -->
  </div>
  </div>
  <div id="callback_msg_display3" class="msg-box">
    <span id="callback_msg3" class=""></span>
  </div>
  <div class="btnCnt">
    <input type="button" id="callback_step3_submit" name="submit" value="Submit" class="btn">
  </div>
</form>

POST

<form id="get_price_form" method="POST">
  <div class="formCol-2 formAutoAdj">
    <div class="formCnt">
      <input type="text" value="" name="email" autocomplete="off" id="get_price_email" class="formControl" required="">
      <span class="floating-label">Email Id</span>
    </div>
    <div class="formCnt mobileCnt">
      <input type="text" name="mobile_without_isd" value="" id="get_price_mobile" autocomplete="off" class="formControl" required="">
      <span class="floating-label mobile-label">Mobile number</span>
    </div>
    <div class="formCol-2-2" style="position:relative;">
      <div id="get_price_co_name_city_span" style="display:block;" class="co_city_name_css">
        <input type="hidden" id="ID" name="ID_30216_744_6841841" value="1">
        <input type="hidden" id="hide_popup_components" name="hide_popup_components" value="1">
        <input type="hidden" id="Submit" name="Submit" value="Send Inquiry">
        <input type="hidden" id="get_price_reg_mobile_with_isd" name="mobile" value="Send Inquiry">
        <input type="hidden" id="non_login_form" name="non_login_form" value="1">
        <input type="hidden" name="catalog_id" value="30216">
        <input type="hidden" id="no_redirect" name="no_redirect" value="1">
        <input type="hidden" id="get_price_rfi_group_id" name="rfi_group_id">
        <input type="hidden" id="get_price_quick_inq_id" name="quick_inq_id">
        <div class="formCnt">
          <input type="number" value="" name="quantity" id="quantity" autocomplete="off" class="formControl" required="">
          <span class="floating-label">Enter Quantity</span>
        </div>
        <div class="formCnt">
          <select name="units" id="units" class="formControl" required="">
            <option value="">Select unit</option>
            <option value="Kilogram">Kilograms</option>
            <option value="Nos">Nos</option>
            <option value="Pieces">Pieces</option>
            <option value="Tons">Tons</option>
            <option value="Units">Units</option>
          </select>
        </div>
      </div>
    </div>
    <div class="formCnt" id="get_price_pin_code_div" style="display:none">
      <input type="text" value="" id="get_price_pin_code" name="pincode" maxlength="6" autocomplete="off" class="formControl" required="">
      <span class="floating-label">Please Enter the Pincode</span>
    </div>
    <div class="formCnt" id="get_price_city_dd" style="display:none; position:relative;" "="">
                            <style type=" text/css"> .ui-autocomplete {max-height: 200px; overflow-y: auto;} /* IE 6 doesn't support max-height * we use height instead, but this forces the menu to always be this tall */ * html .ui-autocomplete {
      height: 100px; } .ui-menu { font-size: 9px; } .ui-menu-item { font-size: 9px; } .dialog_err { font-family: verdana; font-size: 8px; font-weight: bold; color: red; padding: 1px; } #city_nearest_branch{ height:20px; border:1px solid #d8d8d8;
      width:150px; font-size: 1em; line-height:1.2em; } </style>
      <script language="javascript" type="text/javascript">
        function set_all(id, city, state, country_code) {
          jq.ajax({ // ajax request for getting the appropriate entry for the prefilling values
            url: "/component/locator_suggest_json.html",
            type: 'post',
            dataType: 'json',
            data: {
              set_city: city,
              set_state: state,
              city_initials: city,
              set_country: country_code
            },
            success: function(data) {
              var obj = data[0];
              jq('#' + id + '_input').val(obj.city + ', ' + obj.state + ', ' + obj.country_name);
              window[id + '_fill'](obj);
            }
          }); // end of ajax request for prefilling
        }
      </script>
      <script language="javascript" type="text/javascript">
        function get_price_reg_city_dd_clear() {
          jq('#get_price_reg_city_dd').val('');
          jq('#get_price_reg_country_code').val('');
          jq('#get_price_reg_state').val('');
          jq('#get_price_reg_city').val('');
          if (jq("#dummy_isd_field").length) {
            jq('#dummy_isd_field').val('');
          }
          if (jq("#dummy_im_contact_field").length) {
            jq('#dummy_im_contact_field').hide();
          }
          //if(jq("#dummy_isd_field").length) {
          //jq('#dummy_isd_field').val('');
          //}
        }

        function get_price_reg_city_dd_fill(obj) {
          jq('#get_price_reg_city_dd').val(obj.city_id);
          jq('#get_price_reg_country_code').val(obj.country_code);
          jq('#get_price_reg_state').val(obj.state);
          jq('#get_price_reg_city').val(obj.city);
          if (jq("#dummy_isd_field").length) {
            jq('#dummy_isd_field').val(obj.isd_code);
          }
          if (jq("#dummy_im_contact_field").length && obj.im_contact == 1) {
            jq('#dummy_im_contact_field').show();
          }
          var reg = new RegExp('^\\+' + obj.isd_code, '');
          if (obj.isd_code == 91) {
            jq('#show_pin_code').show();
          } else {
            jq('#show_pin_code').hide();
          }
          if (jq("#dummy_isd_field").length && !reg.test(jq("#dummy_isd_field").val())) {
            jq('#dummy_isd_field').val('+' + obj.isd_code);
          }
        }

        function load_ti_locator_suggest() {
          if (jq("#dummy_isd_field").length) {
            jq('#dummy_isd_field').attr("readonly", true);
          }
          if (jq("#dummy_im_contact_field").length) {
            jq('#dummy_im_contact_field').hide();
          }
          jq('#get_price_reg_city_dd_input').bind('keyup', function() {
            if (jq("#get_price_reg_city_dd_input").val().length == 0) {
              //get_price_reg_city_dd_clear();
            }
          });
          jq("#get_price_reg_city_dd_input").autocomplete({ // making input textbox to support autocomplete feature
            source: function(request, response) {
              jq(".block").attr("readonly", true);
              jq.ajax({ // ajax request for getting the suggestions according to the characters filled till now in input textbox
                url: "/component/locator_suggest_json.html",
                type: 'post',
                dataType: "json",
                data: {
                  city_initials: request.term
                },
                success: function(data) {
                  var city_initials = '^' + request.term;
                  var re = new RegExp(city_initials, "i");
                  jq('#div_show_city_nearest_branches').hide();
                  if (data.length == 0) {
                    alert("The specified city: '" + jq('#get_price_reg_city_dd_input').val() + "', does not exist in our database.");
                  }
                  response(jq.map(data, function(item) {
                    var lbl;
                    var val;
                    var city = item.city;
                    if (re.test(city)) {
                      lbl = item.city + ', ' + item.state + ', ' + item.country_name;
                      val = item.city + ', ' + item.state + ', ' + item.country_name;
                    } else {
                      lbl = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                      val = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                    }
                    var result = {
                      label: lbl,
                      value: val,
                      city_id: item.city_id,
                      city: item.city,
                      state: item.state,
                      country_code: item.country_code,
                      isd_code: item.isd_code,
                      im_contact: item.im_contact
                    };
                    return result;
                  }));
                }
              }); // end of ajax request for getting the suggestions
            },
            minLength: 2,
            select: function(event, ui) {
              var selectedObj = ui.item;
              jq('#get_price_reg_city_dd_input').val(selectedObj.label);
              get_price_reg_city_dd_fill(selectedObj);
              jq(".block").attr("readonly", false);
              jq.ajax({
                url: "/component/city_branches_json.html",
                type: 'post',
                dataType: "json",
                data: {
                  city_id: selectedObj.city_id
                },
                success: function(data) {
                  jq('#city_nearest_branch').empty();
                  if (data.length) {
                    var opt_data = "<option >--Select Area--</option>";
                    jq(opt_data).appendTo('#city_nearest_branch');
                    jq.each(data, function(i, item) {
                      //alert(item.branch+":"+item.name);
                      var div_data = "<option value=" + item.branch + ">" + item.name + "</option>";
                      jq(div_data).appendTo('#city_nearest_branch');
                    });
                    jq('#div_show_city_nearest_branches').show();
                  }
                }
              });
              return false;
            },
            change: function(event, ui) {
              if (!ui.item) {
                // no item selected
                get_price_reg_city_dd_clear();
                jq('#div_show_city_nearest_branches').hide();
              }
            },
            open: function(event, ui) {
              get_price_reg_city_dd_clear();
            },
            close: function(event, ui) {
              if (jq('#get_price_reg_country_code').val().length == 0 || jq('#get_price_reg_state').val().length == 0 || jq('#get_price_reg_city').val().length == 0) {
                get_price_reg_city_dd_clear();
                //jq('#get_price_reg_city_dd_input').val('');
              }
            }
          }); // end of autocomplete
        }
        var ti_locator_suggest_interval = setInterval(function() {
          if (typeof(jQuery) != 'undefined' && typeof(jQuery.isReady) === 'boolean' && jQuery.isReady) {
            load_ti_locator_suggest();
            clearInterval(ti_locator_suggest_interval);
          }
        }, 10);
        jq(".block").on('focus', function() {
          if (jq(".block").attr("readonly") == "readonly") {
            alert("Please select your City or use City not found option.");
          }
        });
        jq(window).load(function() {});
      </script>
      <input type="text" title="City, State, Country" placeholder="Type your city here ..." class="formControl" id="get_price_reg_city_dd_input" name="get_price_reg_city_dd_input">
      <input type="hidden" id="get_price_reg_city_dd" name="get_price_reg_city_dd">
      <input type="hidden" id="get_price_reg_country_code" name="get_price_reg_country_code">
      <input type="hidden" id="get_price_reg_state" name="get_price_reg_state">
      <input type="hidden" id="get_price_reg_city" name="get_price_reg_city">
      <div id="div_show_city_nearest_branches" style="display:none;">
        <select id="city_nearest_branch" name="city_nearest_branch">
          <option value="">--Area/Sale Branch--</option>
        </select>
        <div style="font-family:verdana;size:9px;color:red;"><i>Select nearest Area/Sale Branch</i></div>
      </div>
    </div>
    <div class="formCnt" id="get_price_aname" style="display:none;">
      <input type="text" value="" name="name" id="name" autocomplete="off" class="bdrBlack formControl" required="">
      <span class="floating-label">Enter your Name</span>
    </div>
    <div class="formCnt" id="get_price_bname" style="display:none;">
      <input type="text" value="" name="co_name" id="co_name" autocomplete="off" class="bdrBlack formControl" required="">
      <span class="floating-label">Company / Business Name</span>
    </div>
    <div class="btnCnt">
      <input type="button" id="get_price_form_submit" name="submit" onclick="return 6841841;" value="Request Quote" class="btn ">
    </div>
  </div>
</form>

Name: form1POST /Exporters_Suppliers/Exporters/hp/scripts/custom_inquiry_form_action.html

<form action="/Exporters_Suppliers/Exporters/hp/scripts/custom_inquiry_form_action.html" method="post" name="form1" id="form1" onsubmit="return validateRegistration();">
  <input type="hidden" name="rec_profile_id" value="3018112"><input type="hidden" name="rec_userid" value="419758"><input type="hidden" name="inquiry_status" value="UNMDRTD"><input type="hidden" name="rec_catalog_id" value="30216"><input
    type="hidden" name="inquiry_source" value="CATALOG_CUSTOM_FORM">
  <ul>
    <li style="display:none;"><input name="vinfo_name" id="vinfo_name" class="form_section" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" value="Name"></li>
    <li><input name="vinfo_company" id="vinfo_company" class="form_section" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" value="Company Name"></li>
    <li><input name="vinfo_subject" id="vinfo_subject" class="form_section" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" value="Subject"></li>
    <li><input name="vinfo_email" id="vinfo_email" class="form_section" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" value="Email"></li>
    <li><input name="vinfo_mobile" id="vinfo_mobile" class="form_section" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" value="Mobile"></li>
    <li style="display:none;"><input name="vinfo_city" id="vinfo_city" class="form_section" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" value="City"></li>
    <li class="form_section_txt"><textarea name="vinfo_message" id="vinfo_message" class="form_section1" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue">Your Message...</textarea></li>
  </ul>
  <div class="clear"></div>
  <input type="submit" value="Submit" name="Submit" class="submit_form" border="0">
</form>

<form action="" id="inq_form">
  <div class="formCnt discription">
    <textarea name="description" id="inq_description" class="textarea formControl" placeholder="* To get accurate quotes. Please include product name, order quantity, usage, special requests if any in your inquiry." required=""></textarea>
  </div>
  <div class="otp-msg" style="justify-content:flex-start">
    <!--<span class="resend-msg">+ Add Attachment</span>-->
    <a href="#" class="resend-msg" style="margin-top:5px; margin-bottom: 4px; display: inline-block; text-decoration: none;" onclick="javascript:open_popup('/component/utils/attachment_popup.html?section=rfi_30216&amp;lang=' , 'attach_file' , 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=170,top=20,width=482,height=500' ); return false;" border="0">+ Add Attachment</a>
    <div>
      <div id="rfi_30216"></div>
      <div class="if_clear"></div>
      <div class="if_clear"></div>
    </div>
  </div>
  <div class="formCol-2">
    <!--<div class="formCnt">-->
    <div class="formCnt">
      <input type="text" id="inq_email" name="email" autocomplete="off" class="formControl" required="">
      <!--<span class="floating-label">Email Id</span>-->
      <span class="floating-label active">Email Id</span>
    </div>
    <div class="formCnt mobileCnt">
      <input type="tel" id="inq_mobile" name="mobile_without_isd" autocomplete="off" class="formControl" required="">
      <span class="floating-label mobile-label">Mobile number</span>
    </div>
  </div>
  <div id="name_co_pin_span" style="display:none;">
    <div class="formCol-2">
      <div class="formCnt">
        <input type="text" value="" name="name" id="inq_name" autocomplete="off" class="formControl" required="">
        <span class="floating-label">Enter your Name</span>
      </div>
      <div class="formCnt">
        <input type="text" value="" name="co_name" id="inq_company" autocomplete="off" class="formControl" required="">
        <span class="floating-label">Company / Business Name</span>
      </div>
    </div>
    <div class="formCol-2">
      <div class="formCnt left-class" style="margin-right:10px" id="inq_pincode_wrap">
        <input type="text" value="" id="inq_pincode" name="inq_pincode" autocomplete="off" class="formControl" required="">
        <span class="floating-label" id="inq_pin_span">Enter your pincode</span>
      </div>
      <div class="formCnt">
        <div id="inq_city_dd">
          <style type="text/css">
            .ui-autocomplete {
              max-height: 200px;
              overflow-y: auto;
            }

            /* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
            * html .ui-autocomplete {
              height: 100px;
            }

            .ui-menu {
              font-size: 9px;
            }

            .ui-menu-item {
              font-size: 9px;
            }

            .dialog_err {
              font-family: verdana;
              font-size: 8px;
              font-weight: bold;
              color: red;
              padding: 1px;
            }

            #city_nearest_branch {
              height: 20px;
              border: 1px solid #d8d8d8;
              width: 150px;
              font-size: 1em;
              line-height: 1.2em;
            }
          </style>
          <script language="javascript" type="text/javascript">
            function set_all(id, city, state, country_code) {
              jq.ajax({ // ajax request for getting the appropriate entry for the prefilling values
                url: "/component/locator_suggest_json.html",
                type: 'post',
                dataType: 'json',
                data: {
                  set_city: city,
                  set_state: state,
                  city_initials: city,
                  set_country: country_code
                },
                success: function(data) {
                  var obj = data[0];
                  jq('#' + id + '_input').val(obj.city + ', ' + obj.state + ', ' + obj.country_name);
                  window[id + '_fill'](obj);
                }
              }); // end of ajax request for prefilling
            }
          </script>
          <script language="javascript" type="text/javascript">
            function inq_city_id_clear() {
              jq('#inq_city_id').val('');
              jq('#inq_country_code').val('');
              jq('#inq_state').val('');
              jq('#inq_city').val('');
              if (jq("#dummy_isd_field").length) {
                jq('#dummy_isd_field').val('');
              }
              if (jq("#dummy_im_contact_field").length) {
                jq('#dummy_im_contact_field').hide();
              }
              //if(jq("#dummy_isd_field").length) {
              //jq('#dummy_isd_field').val('');
              //}
            }

            function inq_city_id_fill(obj) {
              jq('#inq_city_id').val(obj.city_id);
              jq('#inq_country_code').val(obj.country_code);
              jq('#inq_state').val(obj.state);
              jq('#inq_city').val(obj.city);
              if (jq("#dummy_isd_field").length) {
                jq('#dummy_isd_field').val(obj.isd_code);
              }
              if (jq("#dummy_im_contact_field").length && obj.im_contact == 1) {
                jq('#dummy_im_contact_field').show();
              }
              var reg = new RegExp('^\\+' + obj.isd_code, '');
              if (obj.isd_code == 91) {
                jq('#show_pin_code').show();
              } else {
                jq('#show_pin_code').hide();
              }
              if (jq("#dummy_isd_field").length && !reg.test(jq("#dummy_isd_field").val())) {
                jq('#dummy_isd_field').val('+' + obj.isd_code);
              }
            }

            function load_ti_locator_suggest() {
              if (jq("#dummy_isd_field").length) {
                jq('#dummy_isd_field').attr("readonly", true);
              }
              if (jq("#dummy_im_contact_field").length) {
                jq('#dummy_im_contact_field').hide();
              }
              jq('#inq_city_id_input').bind('keyup', function() {
                if (jq("#inq_city_id_input").val().length == 0) {
                  //inq_city_id_clear();
                }
              });
              jq("#inq_city_id_input").autocomplete({ // making input textbox to support autocomplete feature
                source: function(request, response) {
                  jq(".block").attr("readonly", true);
                  jq.ajax({ // ajax request for getting the suggestions according to the characters filled till now in input textbox
                    url: "/component/locator_suggest_json.html",
                    type: 'post',
                    dataType: "json",
                    data: {
                      city_initials: request.term
                    },
                    success: function(data) {
                      var city_initials = '^' + request.term;
                      var re = new RegExp(city_initials, "i");
                      jq('#div_show_city_nearest_branches').hide();
                      if (data.length == 0) {
                        alert("The specified city: '" + jq('#inq_city_id_input').val() + "', does not exist in our database.");
                      }
                      response(jq.map(data, function(item) {
                        var lbl;
                        var val;
                        var city = item.city;
                        if (re.test(city)) {
                          lbl = item.city + ', ' + item.state + ', ' + item.country_name;
                          val = item.city + ', ' + item.state + ', ' + item.country_name;
                        } else {
                          lbl = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                          val = item.city_synonym + ', ' + item.state + ', ' + item.country_name;
                        }
                        var result = {
                          label: lbl,
                          value: val,
                          city_id: item.city_id,
                          city: item.city,
                          state: item.state,
                          country_code: item.country_code,
                          isd_code: item.isd_code,
                          im_contact: item.im_contact
                        };
                        return result;
                      }));
                    }
                  }); // end of ajax request for getting the suggestions
                },
                minLength: 2,
                select: function(event, ui) {
                  var selectedObj = ui.item;
                  jq('#inq_city_id_input').val(selectedObj.label);
                  inq_city_id_fill(selectedObj);
                  jq(".block").attr("readonly", false);
                  jq.ajax({
                    url: "/component/city_branches_json.html",
                    type: 'post',
                    dataType: "json",
                    data: {
                      city_id: selectedObj.city_id
                    },
                    success: function(data) {
                      jq('#city_nearest_branch').empty();
                      if (data.length) {
                        var opt_data = "<option >--Select Area--</option>";
                        jq(opt_data).appendTo('#city_nearest_branch');
                        jq.each(data, function(i, item) {
                          //alert(item.branch+":"+item.name);
                          var div_data = "<option value=" + item.branch + ">" + item.name + "</option>";
                          jq(div_data).appendTo('#city_nearest_branch');
                        });
                        jq('#div_show_city_nearest_branches').show();
                      }
                    }
                  });
                  return false;
                },
                change: function(event, ui) {
                  if (!ui.item) {
                    // no item selected
                    inq_city_id_clear();
                    jq('#div_show_city_nearest_branches').hide();
                  }
                },
                open: function(event, ui) {
                  inq_city_id_clear();
                },
                close: function(event, ui) {
                  if (jq('#inq_country_code').val().length == 0 || jq('#inq_state').val().length == 0 || jq('#inq_city').val().length == 0) {
                    inq_city_id_clear();
                    //jq('#inq_city_id_input').val('');
                  }
                }
              }); // end of autocomplete
            }
            var ti_locator_suggest_interval = setInterval(function() {
              if (typeof(jQuery) != 'undefined' && typeof(jQuery.isReady) === 'boolean' && jQuery.isReady) {
                load_ti_locator_suggest();
                clearInterval(ti_locator_suggest_interval);
              }
            }, 10);
            jq(".block").on('focus', function() {
              if (jq(".block").attr("readonly") == "readonly") {
                alert("Please select your City or use City not found option.");
              }
            });
            jq(window).load(function() {});
          </script>
          <input type="text" title="City, State, Country" placeholder="Type your city here ..." class="formControl" id="inq_city_id_input" name="inq_city_id_input">
          <input type="hidden" id="inq_city_id" name="inq_city_id">
          <input type="hidden" id="inq_country_code" name="inq_country_code">
          <input type="hidden" id="inq_state" name="inq_state">
          <input type="hidden" id="inq_city" name="inq_city">
          <div id="div_show_city_nearest_branches" style="display:none;">
            <select id="city_nearest_branch" name="city_nearest_branch">
              <option value="">--Area/Sale Branch--</option>
            </select>
            <div style="font-family:verdana;size:9px;color:red;"><i>Select nearest Area/Sale Branch</i></div>
          </div>
        </div>
      </div>
      <input type="hidden" id="inq_ID" name="ID_30216_744_6841841" value="1">
      <input type="hidden" id="inq_hide_popup_components" name="inq_hide_popup_components" value="1">
      <input type="hidden" id="inq_Submit" name="inq_Submit" value="Send Inquiry">
      <input type="hidden" id="inq_mobile_with_isd" name="mobile" value="Send Inquiry">
      <input type="hidden" id="inq_new_mobile_with_isd" name="mobile_with_isd" value="send inquiry">
      <input type="hidden" id="inq_non_login_form" name="non_login_form" value="1">
      <input type="hidden" name="inq_catalog_id" value="30216">
      <input type="hidden" id="inq_no_redirect" name="inq_no_redirect" value="1">
      <input type="hidden" id="inq_rfi_group_id" name="inq_rfi_group_id">
      <input type="hidden" id="inq_quick_inq_id" name="inq_quick_inq_id">
      <input type="hidden" id="inq_source" name="inq_source" value="CATALOG">
    </div>
  </div>
  <div class="btnCnt">
    <input type="button" id="send_inq_submit_btn" name="submit" onclick="return 6841841;" value="Send Inquiry" class="btn">
  </div>
</form>

<form action="" id="buying_details">
  <div class="formCol-2">
    <div class="formCol-2-2">
      <div class="formCnt">
        <input type="number" value="" name="quantity_descr" autocomplete="off" class="formControl" required="">
        <span class="floating-label">Enter Quantity</span>
      </div>
      <input type="hidden" id="step2_quick_inq_id" name="quick_inq_id" value="">
      <input type="hidden" id="step2_rfi_group_id" name="rfi_group_id" value="">
      <input type="hidden" id="inq_filled" name="filled" value="">
      <div class="formCnt">
        <select name="units" id="units" class="formControl" required="">
          <option value="">Select unit</option>
          <option value="Kilogram">Kilograms</option>
          <option value="Nos">Nos</option>
          <option value="Pieces">Pieces</option>
          <option value="Tons">Tons</option>
          <option value="Units">Units</option>
        </select>
      </div>
    </div>
    <div class="formCnt">
      <select name="order_value_inr" id="rfq_popup_order_value_inr_home" class="formControl">
        <option value="">Select Your Option</option>
        <option value="5000|10000">5000 to 10000</option>
        <option value="10001|20000">10001 to 20000</option>
        <option value="20001|50000">20001 to 50000</option>
        <option value="50001|100000">Upto 1 Lakh</option>
        <option value="100001|500000">Upto 5 Lakhs</option>
        <option value="500001|1000000">Upto 10 Lakhs</option>
        <option value="1000001|2000000">Upto 20 Lakhs</option>
        <option value="2000001|5000000">Upto 50 Lakhs</option>
        <option value="5000001|10000000">Upto 1 Crore</option>
        <option value="10000001">More than 1 Crore</option>
      </select>
      <select name="order_value_usd" id="rfq_popup_order_value_usd_home" class="formControl" style="display: none;">
        <option value="">Select Your Option</option>
        <option value="500|1000">500 to 1000</option>
        <option value="1001|5000">1001 to 5000</option>
        <option value="5001|10000">5001 to 10000</option>
        <option value="10001|20000">10001 to 20000</option>
        <option value="20001|50000">20001 to 50000</option>
        <option value="50001|100000">50001 to 100000</option>
        <option value="100001|200000">100001 to 200000</option>
        <option value="200001|500000">200001 to 500000</option>
        <option value="500001">More than 500000</option>
      </select>
      <div class="radio-box">
        <span class="">INR</span>
        <span class="radio-bg">
          <input type="radio" name="currency" class="orderValueRadio" value="INR" id="rfq_popup_inr_lable_home" checked="checked">
          <input type="radio" name="currency" class="orderValueRadio" value="USD" id="rfq_popup_usd_lable_home">
          <span class="radio-circle"></span>
        </span>
        <span class="">USD</span>
      </div>
    </div>
  </div>
  <div class="formCol-2">
    <div class="formCnt">
      <select name="pref_supp_location" class="formControl">
        <option value="">Preferred Suppliers Location</option>
        <option value="Local">Local</option>
        <option value="Anywhere in India">Anywhere in India</option>
        <option value="Outside India">Outside India</option>
      </select>
    </div>
    <div class="formCnt">
      <select name="buying_need" class="formControl">
        <option value="">Requirement Urgency</option>
        <option value="Immediate">Immediate</option>
        <option value="After a month">After 1 month</option>
      </select>
    </div>
  </div>
  <div class="formCnt reqFrq">
    <div class="label"><strong>Requirement Frequency:</strong></div>
    <label><input type="radio" name="req_type" value="one_time"> One Time</label>
    <label><input type="radio" name="req_type" value="regular"> Regular</label>
  </div>
  <div class="btnCnt">
    <input type="button" name="submit2" id="inq_submit_btn_step2" value="Submit" class="btn">
  </div>
</form>

Text Content

Send Inquiry


Select Language
 * English
 * Spanish
 * French
 * German
 * Italian
 * Chinese (Simplified)
 * Japanese
 * Korean
 * Arabic
 * Portuguese




 * Home Page
 * Company Profile
 * Our Products
   * Disinfectant Chemicals
     * Cresylic Acid
     * Phmb 20% - Poly Hexamethylene Biguanide
     * Di Chloro Meta Xylenol (Dcmx)
     * Coco Amido Propyl Betaine (CAPB)
     * Coco Glucoside
     * Carbolic Acid
     * Chloro Cresol
     * Ethoxylated Nonyl Phenol 9.5 mole
     * Chloro Xylenol Liquid
     * Chloro Xylenol
     * Nonyl Phenol 9.5 Mole
     * Nonyl Phenol Ethoxylate 9.5 Mole
     * Ethyl Benzalkonium Chloride 50 % EBKC
     * Para Chloro Meta Xylenol (PCMX)
     * Black Phenyl Concentrate
     * Glutaraldehyde .
     * Alkyl Dimethyl Benzyl Ammonium Chloride
     * Glutaraldehyde 50 Strong Solution
     * 4 Chloro 3 5 Xylenol
     * Creosote Oil LCO Coal Tar Creosote
     * High Boiling Tar Acid (HBTA)
     * CIT- MIT Chemical Disinfectant
     * 80% Benzalkonium Chloride
     * Para Chloro Meta Cresol (Germicide)
     * Cetyl Trimethyl Ammonium Chloride
     * Clear Phenyl Concentrate
     * Glutaric Aldehyde
     * Chloroxylenol .
     * Glutaraldehyde 50%
     * Lauryl Alcohol Ethoxylate
   * Phenyl/Disinfectant Concentrate
     * RWC Booster
     * Disinfectant Concentrate
     * Nonylphenol Ethoxylate
     * Quaternary Disinfectant Cleaner Concentrate
     * Phenol Liquid - Carbolic Acid
     * Floor Cleaner Concentrate
     * White Phenyle Concentrate
     * Cetyltrimethylammonium Chloride
     * Clear Phenyl Compound
     * Citronella Oil
     * Concentrated Hand Wash
   * Biocides
     * Cit Mit Based Biocide
     * Chlorocresol Chemical
     * Benzalkonium Chloride 50%
     * Para Chloro Meta Cresol Powder
     * Disinfectant Glutaraldehyde 50%
   * Black Phenyl Raw Materials
     * Mono Chloro Phenol (MCP) A
     * Chlorinated Xylenols
     * Light Creosote Oil
     * Mono Chloro Phenol (MCP) B
     * Black Phenyle Compound
   * Water Treatment Chemicals
     * Quaternary Ammonium Compound
     * CIT/MIT Isothiazolone
   * Solvents
     * Glycol Ether
     * Tri Chloro Ethylene
     * Mix Solvent
     * Trichloroethylene Tce
     * Diethylene Glycol
     * Refined Glycerine
     * Liquid Crude Glycerine
     * Crude Glycerol - Crude Glycerine
     * Liquid Phenol
     * White Phenyl Concentrate
     * Hand Wash Base
   * Phenol & Cresol
     * Para Cresol
     * Phenol Liquid
     * Mix Cresol
     * Cresol Chemical
   * Cleaning Solvents
     * Glycol Ether
     * Tri Chloro Ethylene
   * White Phenyl Raw Materials
     * Turkey Red Oil (T.R.O) 50%
     * Emulsifier Op - 95
   * Surfactant
     * Polybutylene Terephthalate
     * Decyl Glucoside
     * Cresol Mixture
     * Toilet Cleaner Formulation
     * Lauryl Glucoside
   * Cresols And Derivatives
     * Meta Para Cresol
   * Poly Ethylene Glycol
     * Poly Ethylene Glycol 4000 Peg 4000
     * Poly Ethylene Glycol 1500
   * Pine Oil
     * Pine Oil 85 %
     * Pine Oil 32%
     * Pine Oil 22%
     * Pine Oil 65%
     * Pine Oil 22 to 30
   * Distilled Industrial and Cleaning Solvents
     * Trichloroethylene Tce
     * Diethylene Glycol
     * Refined Glycerine
     * Liquid Crude Glycerine
     * White Phenyl Concentrate
     * Hand Wash Base
   * Fatty Acid
     * Soya Fatty Acid
     * Monobasic Acid
     * Fatty Acid
   * Food and Pharma Preservatives
     * Butylated Hydroxytoluene (BHT)
   * Industrial Glycols
     * Mix Glycol
     * Polyethylene Glycol 400 PEG 400
     * Ethylene Glycol - Mix Glycol (MEG DEG)
     * Liquid Ethylene Glycol
     * Polyethylene Glycol 200
     * Mono Ethylene Glycol
   * Epoxy Resin
   * Liquid Acid Thickener
     * Acid HCL Thickener
   * Hand Wash Compound
     * Cocamidopropyl Betaine (CAPB)
     * Liquid Hand Wash Concentrate
   * Essential Oil
     * Lemongrass Oil
   * Black Phenyle Raw Material
     * Coal Tar Creosote Oil
     * Tar Acid
   * Alkyl Polyglucoside
     * Caprylyl Capryl Glucoside
     * Alkyl Polyglucoside
   * Phenoxy Ethanol
     * Phenoxy Ethanol
     * 2 Phenoxyethanol (Phenoxy ethanol)
   * Laundry Chemicals
     * Detergent Perfume Fragrances
     * Laundry Detergent Perfume
   * Technical Ethyl Cellosolve
     * Technical Ethyl Cellosolve
   * Detergent
     * Detergent Speckles
   * 5-Chloro-2-methyl-4-isothiazolin-3-one
     * 5-Chloro-2 methyl-4-isothiazolin-3-one
   * MIT - 2-Methyl-4-isothiazolin-3-one
     * 2 -Methyl-4-Isothiazolin-3-One
   * Pine Oil and Emulsifier
     * Emulsifier OP 95 Pine Oil Emulsifier
   * Ortho Benzyl Para Chloro Phenol
   * Phenyle Concentrate
     * White Phenyl
   * Rubber Chemicals
   * Oleo Chemical
     * Glycerine 99%
   * Pharmaceutical Excipients
     * Para Chloro Meta Cresol (Chloro Cresol )
   * Ethoxylate
     * Castor Oil Ethoxylate
   * Dish Wash Compound
     * Dishwash Concentrate
 * Manufacturing Process
   * White Phenyl Manufacturing Process
   * White Phenyl with Citronella Oil, Fragrance & Colour Manufacturing Process
   * Black Phenyl Concentrate Manufacturing Process
   * Clear Phenyl Concentrate Manufacturing Process
   * White Phenyl Concentrate Manufacturing Process
 * Contact Us


08045478963



 * Home
 * Products
 * Fatty Acid
 * Soya Fatty Acid


SOYA FATTY ACID

115.00 INR/Kilograms
Get a Price/Quote


PRODUCT DETAILS:

 * Molecular Weight 282 Kilograms (kg)
 * Classification Organic Acids
 * Organic Acid Types Carboxylic Acid
 * Grade Industrial Grade
 * Purity MIXED CARBON CHAIN
 * Application resin, soap
 * Appearance Clear light Yellow
 * Click to View more
 * Share Your Product:
   

Request to Call Back Send Inquiry

X



SOYA FATTY ACID PRICE AND QUANTITY

 * Price 115.00 INR/Kilograms
 * Minimum Order Quantity 180 Kilograms


SOYA FATTY ACID PRODUCT SPECIFICATIONS

 * Usage RESIN,SOAP
 * Other Names SOFA
 * Grade Industrial Grade
 * Application resin, soap
 * Melting Point 18
 * Organic Acid Types Carboxylic Acid
 * CAS No 112-90-3
 * Classification Organic Acids
 * Raw Material Soya oil
 * Purity MIXED CARBON CHAIN
 * Molecular Weight 282 Kilograms (kg)
 * Appearance Clear light Yellow


SOYA FATTY ACID TRADE INFORMATION

 * Supply Ability 60 Kilograms Per Month
 * Delivery Time 1-4 Days
 * Sample Available Yes
 * Packaging Details Tanker load, and Drum
 * Main Export Market(s) Australia Africa Asia
 * Main Domestic Market Himachal Pradesh Andaman and Nicobar Islands Daman and
   Diu Dadra and Nagar Haveli Lakshadweep South India North India East India
   West India Assam Arunachal Pradesh Bihar Chandigarh Delhi Gujarat Goa Haryana
   Jammu and Kashmir Jharkhand Karnataka Madhya Pradesh Maharashtra Mizoram
   Meghalaya Manipur Punjab Pondicherry Nagaland Andhra Pradesh Kerala Central
   India Odisha Chhattisgarh All India
 * Certifications ISO 9001


Enter Buying Requirement Details
+ Add Attachment

Email Id
Mobile number
Enter your Name
Company / Business Name
Enter your pincode
--Area/Sale Branch--
Select nearest Area/Sale Branch


Please Wait...
Share additional details for a quick response
Enter Quantity
Select unit Kilogram Nos Pieces Tons Units
Select Your Option 5000 to 10000 10001 to 20000 20001 to 50000 Upto 1 Lakh Upto
5 Lakhs Upto 10 Lakhs Upto 20 Lakhs Upto 50 Lakhs Upto 1 Crore More than 1 Crore
Select Your Option 500 to 1000 1001 to 5000 5001 to 10000 10001 to 20000 20001
to 50000 50001 to 100000 100001 to 200000 200001 to 500000 More than 500000
INR USD
Preferred Suppliers Location Local Anywhere in India Outside India
Requirement Urgency Immediate After 1 month
Requirement Frequency:
One Time Regular


Please Wait...

Inquiry Sent

For immediate response, call this customer.

+918045478963
There is some error, Please try again later.


OTHER PRODUCTS IN 'FATTY ACID' CATEGORY

Monobasic Acid Price : 120 INR/Kilograms Minimum Order Quantity : 190 Purity :
99% Solubility : tce. toluene HS Code : 3823 Melting Point : 21 c Grade : Other
Density : 0.8 Gram per cubic meter (g/m3)
Send Inquiry
Fatty Acid Price : 140 INR/Kilograms Minimum Order Quantity : 190 Purity : mixed
carbon chain Appearance : Pale Yellow Clear Liquid Moisture (%) : 0.10 %
Send Inquiry
SEND INQUIRY CALL ME FREE
×
Add a mobile number to receive call from "SHIV SHAKTI INDIA"

Mobile number



Please Wait...
×
Enter OTP
Authenticate with the 5 digit One Time Password (OTP) sent to your registered
mobile number.
Verification Code

Did not receive yet?

Resend OTP



Please Wait...
×
Share additional details for a quick response

Mobile number
Email Id
Please Enter the Name
Company / Business Name
Please Enter the Pincode
--Area/Sale Branch--
Select nearest Area/Sale Branch



Please Wait...
×

Thank You!

Thank You for your valuable time. We have received your details and will get
back to you shortly.

×
Get a price quote for Soya Fatty Acid
Email Id
Mobile number
Enter Quantity
Select unit Kilograms Nos Pieces Tons Units
Please Enter the Pincode
--Area/Sale Branch--
Select nearest Area/Sale Branch
Enter your Name
Company / Business Name


Please Wait...
×

Inquiry Sent

For immediate response, call this customer.

+918045478963


We exports in Russia, Europe, Gulf countries and African countries.

Get In Touch
   SHIV SHAKTI INDIA
   None
 * 411, Windsor Plaza, Alkapuri, Vadodara - 390007, Gujarat, India


 * Phone :08045478963
 * 
 * Whatsapp: 09824077876
   
   Mr. Pankaj Athanikar (Partner)
   Mobile :09824077876
   Mr. Tushar Shah
   Mobile :09824093423


 * Send Inquiry
   Send Inquiry



Inquiry Form
 * 
 * 
 * 
 * 
 * 
 * 
 * Your Message...




Send Inquiry
Send SMS
  
Call Me Free











 * Home Page
 * |
 * Company Profile
 * |
 * Our Products
 * |
 * Contact Us
 * |
 * Site Map


SHIV SHAKTI INDIA All Rights Reserved.(Terms of Use)
Developed and Managed by Infocom Network Private Limited.

×


×
Enter Buying Requirement Details
+ Add Attachment

Email Id
Mobile number
Enter your Name
Company / Business Name
Enter your pincode
--Area/Sale Branch--
Select nearest Area/Sale Branch


Please Wait...
×
Share additional details for a quick response
Enter Quantity
Select unit Kilograms Nos Pieces Tons Units
Select Your Option 5000 to 10000 10001 to 20000 20001 to 50000 Upto 1 Lakh Upto
5 Lakhs Upto 10 Lakhs Upto 20 Lakhs Upto 50 Lakhs Upto 1 Crore More than 1 Crore
Select Your Option 500 to 1000 1001 to 5000 5001 to 10000 10001 to 20000 20001
to 50000 50001 to 100000 100001 to 200000 200001 to 500000 More than 500000
INR USD
Preferred Suppliers Location Local Anywhere in India Outside India
Requirement Urgency Immediate After 1 month
Requirement Frequency:
One Time Regular


Please Wait...
×

Inquiry Sent

For immediate response, call this customer.

+918045478963
×
There is some error, Please try again later.