Support the ongoing development of Laravel.io →

1,384 Threads

[Laravel 4.3] Form class outputs htmlentities

Hi, EDIT: when posting, it transforms the entities "& gt ;" (without spaces) and so on...

0 Likes
7 Replies
Solved

Laravel Form objects dumping in as text. (L5)

I did a fresh L5 install for testing against all my L4.3 sites. Created a new layout and a basic vie...

0 Likes
1 Replies
Solved

Multiple forms with same names on one page

So I have two forms on a single page. Login (email, password) and register (username, email, passwor...

0 Likes
3 Replies

[Package] Club

Hi, I made yet another package to handle users on my projects. The main point is that it works almos...

0 Likes
0 Replies

Form/Model binding not working

I'm in the process of getting to grips with L4 and I'm having issues with saving/retrieving/updating...

0 Likes
4 Replies
posted 9 years ago

Form argument = "resource"?

I started out with an ajax form in my blade template which opened like this: {{ Form::open(['data-re...

0 Likes
2 Replies

Can I do both static on dynamic blade?

Can I do both static on dynamic blade? {{ HTML::script('js/fullscreensearch.js'); }} {{ HTML::script...

0 Likes
1 Replies
posted 9 years ago

how to deal with a money object and a form ?

Hello, I have a form where the user has to enter a amount which has to be payed. So I thought I use...

0 Likes
3 Replies

Insert password creates blank page

I have a password reset form and method setup as below, however when the form is submitted it just g...

0 Likes
0 Replies
posted 9 years ago

condition in a dorm. How to make it work

Hello, I have this form : {{ Form::open(array('url' => "abbonementen")) }}...

0 Likes
2 Replies
Solved

How to return form data if validate false

As the title, I have a form with a lot of fields and I want to return form data quickly when my vali...

0 Likes
1 Replies
Solved

Ajax database record creation not working!

I have been facing problem for creating a database record using ajax! When i press create event, not...

0 Likes
8 Replies

validation error

when I tried to validate form field with number & min, min filter does not work properly. e.g. '...

0 Likes
2 Replies
Solved
posted 9 years ago

Form::number() does not exist.

Hi! Just to let you know, the Form::number() function returns "Method number does not exist.&qu...

0 Likes
2 Replies
posted 9 years ago

how to make a model binding with a new form

Hello, I have made a model called abbonementen. And on abbonementen.blade.php there is a form where...

0 Likes
3 Replies
posted 9 years ago

Form app like google forms

Hello, For a project in laravel I need to do a form generator editor app like the one in Google call...

0 Likes
1 Replies
posted 9 years ago

In place editiing question

Hello, I like to use this feature in my app. I found this tutorial : http://blog.laravel.in/in-place...

0 Likes
0 Replies

How to make a dynamic active link

I created a couple of links and I would like to make it dynamic. For example if I click on menu then...

0 Likes
2 Replies

Input File with blade

Hi guys, I want to limit upload filetype on my form::file by accept I try {{ Form::file('file','',ar...

0 Likes
4 Replies

Submitting a Form to a custom URL

I have a simple form which allows the User to enter from_date and to_date.Lets say a user enters 201...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.