Jorqensen
Jorqensen
FFilament
Created by Lloyd on 9/23/2024 in #❓┊help
Modal Form Submission - Exit After Submission
Wait a second I just realised this is the Filament server, forget what I said 💀
8 replies
FFilament
Created by Lloyd on 9/23/2024 in #❓┊help
Modal Form Submission - Exit After Submission
Firstly you'll need to fetch the data via XHR (AJAX). Otherwise the form submission will by default refresh the whole page, resulting in the modal closing. Secondly, if the modal is supplied by some UI/component lib, it might have some default behavior where it closes the modal on submission. You will need to alter that behavior, or not have it in the first place if you made the modal by hand.
8 replies
FFilament
Created by Alnuaimi on 6/24/2024 in #❓┊help
Why did I not have this message appear?
If you want to change this, you need to change the login class used. You can pass it to the ->login() on the panel provider, but the demo page seems to just use the default throttling.
15 replies
FFilament
Created by Alnuaimi on 6/24/2024 in #❓┊help
Why did I not have this message appear?
15 replies
FFilament
Created by Alnuaimi on 6/24/2024 in #❓┊help
Why did I not have this message appear?
You need to set up throttling then, you can check the demo source code on GitHub: https://github.com/filamentphp/demo
15 replies
FFilament
Created by Alnuaimi on 6/24/2024 in #❓┊help
Why did I not have this message appear?
Unsure what the issue is then. Do you want login throttling in your own app?
15 replies
FFilament
Created by Alnuaimi on 6/24/2024 in #❓┊help
Why did I not have this message appear?
It doesn't look like you're on your created project, since the brand logo is the filament one and the credentials are the demo ones. A fresh Filament app usually just have "Laravel" in the brand, from your .env. Are you sure you're actually on your local project here?
15 replies
FFilament
Created by Alnuaimi on 6/24/2024 in #❓┊help
Why did I not have this message appear?
Looks like he's trying the demo
15 replies
FFilament
Created by Jordy on 3/22/2024 in #❓┊help
How do I validate email
yes
9 replies