Posts by Graziane Tavares • 111 points
3 posts
-
0
votes1
answer1057
viewsQ: How to keep data already filled in the textarea and select option after submitting a form?
I am using the PHP language and the Laravel Framework 5. In the form validation, if it contains any blank field or with unaccepted character sizes, clicking save shows the validation message, but…
-
6
votes2
answers4963
viewsQ: How do I keep the data already filled in <input> after submitting a form?
I’m using the PHP language and the Laravel Framework 5. In the form validation, if it contains a blank field or an unaccepted character size, clicking save shows the validation message, but the…
-
3
votes1
answer1001
viewsQ: How to register legal and physical persons in c# mvc?
How I do in Personal Action Create? Personal: [HttpPost] [ValidateAntiForgeryToken] public ActionResult Create([Bind(Include =…