Answer the question
In order to leave comments, you need to log in
Why is form submission not working correctly in Laravel 5?
Friends, there is a regular form for submitting data, which is validated using the jsvalidation module. At the end of the form, there are two form submit buttons.
<input type="submit" name="popular" id="sendBtnPopular" class="btn btn-warning btn-block" value="Опубликовать за 120 рублей">
<input type="submit" class="btn btn-primary btn-block" value="Опубликовать" />
Answer the question
In order to leave comments, you need to log in
have you tried making input type=hidden or type=text? In general, for the first time I see that for submit the name was set. submit is a button for submitting a form, not a field.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question