Get parameter from URL

Hello. I have this url parameter and I want to pass it to the check_in_date field. How can I do this?
3 Replies
toeknee
toekneeβ€’2y ago
As they is on creation, you can do it as part of the default so:
->default(request()->get('check_in_date', '0000-00-00'))
->default(request()->get('check_in_date', '0000-00-00'))
or similar should work
DianaMujoiu
DianaMujoiuOPβ€’2y ago
thank you πŸ˜€
toeknee
toekneeβ€’2y ago
No problem
Want results from more Discord servers?
Add your server