MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/help/views/site/popup_tracking_form.php
<?php

$this->registerJs('
        $("#findOrdTr").click(function(){
            $.pjax.reload({
                container: "#popup_result", 
                url: "'.\yii\helpers\Url::to(['site/tracking']).'", 
                method: "POST",
                data: $("#orderTrackingForm").serialize(),
                history: false
            });
            return false;
        });
    ',\yii\web\View::POS_END);
?>


    <div class="ws_model_main_wrapper">
        <h2>Please enter your credentials</h2>
        <form id="orderTrackingForm">
            <input type="hidden" name="step" value="3" />
            <div class="row">
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <p>Do you have order number?</p>
                </div>
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <div class="gc_causes_single_forms">
                        <i class="fa fa-globe"></i>
                        <input type="text" name="order_id" placeholder="Order number" />
                    </div>
                </div>
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <br /><p>Or use tracking number</p>
                </div>
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <div class="gc_causes_single_forms">
                        <i class="fa fa-globe"></i>
                        <input type="text" name="tracking_number" placeholder="Tracking number" />
                    </div>
                </div>
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <div class="gc_causes_single_form_btn">
                        <ul>
                            <li><a href="#" id="findOrdTr">Find</a></li>
                        </ul>
                    </div>
                    <h6>by clicking  this button, you agree to our <a href="#"> T &amp; C </a> and <a href="#">Security Policy </a></h6>
                </div>
            </div>
        </form>
    </div>