Posts by Eder Ferreira • 53 points
3 posts
-
-1
votes1
answer275
viewsQ: Laravel Dynamic Fields - Forms
How best to create dynamic fields in the view ? Suppose I need to create several products in the register and mention the type of product or category. I’m using it this way: <form action=""…
-
1
votes1
answer257
viewsQ: Validations with Laravel - Input and Option
I have a form that I receive an email address and what type of email. Filling in the fields should not be mandatory. If the email is completed, please provide the type. Following example: Email -…
-
4
votes1
answer157
viewsQ: Update Fields Using Checkbox - Laravel
I have a User Registration form, where I make available the options to select several options in Checkbox. Registration - Sports Practice: Football, Volleyball, Swimming and etc. (Users can select…