Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter beau321

    (@beau321)

    here is the form html code:

    <div class="elementor-form-fields-wrapper elementor-labels-">
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-cas_number elementor-col-50">
    <label for="form-field-cas_number" class="elementor-field-label elementor-screen-only">
    CAS Number </label>
    <input size="1" type="text" name="form_fields[cas_number]" id="form-field-cas_number" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="CAS Number">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-supplier elementor-col-50">
    <label for="form-field-supplier" class="elementor-field-label elementor-screen-only">
    Supplier </label>
    <input size="1" type="text" name="form_fields[supplier]" id="form-field-supplier" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="Supplier">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-other_search_term elementor-col-100">
    <label for="form-field-other_search_term" class="elementor-field-label elementor-screen-only">
    Other Search Term </label>
    <input size="1" type="text" name="form_fields[other_search_term]" id="form-field-other_search_term" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="Other Search Term">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-estimated_delivery_time elementor-col-33">
    <label for="form-field-estimated_delivery_time" class="elementor-field-label elementor-screen-only">
    Estimated Delivery Time </label>
    <input size="1" type="text" name="form_fields[estimated_delivery_time]" id="form-field-estimated_delivery_time" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="Estimated Delivery Time">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-min_price elementor-col-33">
    <label for="form-field-min_price" class="elementor-field-label elementor-screen-only">
    Minimum Price </label>
    <input size="1" type="text" name="form_fields[min_price]" id="form-field-min_price" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="Minimum Price">
    </div>
    <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-max_price elementor-col-33">
    <label for="form-field-max_price" class="elementor-field-label elementor-screen-only">
    Maximum Price </label>
    <input size="1" type="text" name="form_fields[max_price]" id="form-field-max_price" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="Maximum Price">
    </div>
    <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-30 e-form__buttons">
    <button class="elementor-button elementor-size-lg" type="submit">
    <span class="elementor-button-content-wrapper">
    <span class="elementor-button-text">Search</span>
    </span>
    </button>
    </div>
    </div>
Viewing 1 replies (of 1 total)