Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST extra data #15

Open
ktravelet opened this issue Sep 24, 2015 · 0 comments
Open

POST extra data #15

ktravelet opened this issue Sep 24, 2015 · 0 comments

Comments

@ktravelet
Copy link

First of all thanks a ton for this. Seems to works really well. I have one small non mission critical issue. Once I POST data there always a extra data being POST'ed. Extra stuff is bold below.

$_POST: Array ( [hour] => 05 [minute] => 00 [meridian] => PM [time_from] => 08:00 AM [time_to] => 05:00 PM [action] => create )

<form method="POST" action="">
    <div class="row">
        <div class="col-md-12 ">
            <table id="table" class="table table-striped">
                <thead>
                <tr>
                    <th>Time Picker From</th>
                    <th>Time Picker To</th>
                </tr>
                </thead>
                <tbody>
                <tr>
                    <td>

                        <div class="input-group bootstrap-timepicker">
                            <input id="timepicker1" type="text" name="time_from" class="form-control input-small">
                            <span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span>
                        </div>

                    </td>
                    <td>

                        <div class="input-group bootstrap-timepicker">
                            <input id="timepicker2" type="text" name="time_to" class="form-control input-small">
                            <span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span>
                        </div>

                    </td>
                </tr>
                </tbody>
            </table>
        </div>
    </div>

    <input type="submit" class="btn btn-primary" name="action" value="create">

</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant