leeb98
leeb98
FFilament
Created by leeb98 on 10/27/2023 in #❓┊help
Combine two fields on a form!
Thanks that worked .. 👍
5 replies
FFilament
Created by leeb98 on 10/13/2023 in #❓┊help
Foreign Key issue when Updating record for first time
finally got it working by adding the following to the Club Class Public function PostCode(){ return $this->belongsTo(PostCode::class, 'PostCodeID', 'PostCodeID'); }
3 replies
FFilament
Created by leeb98 on 10/9/2023 in #❓┊help
Restricting Selected Drop Down in a many to many relationship ?
thanks i'll give that a go
4 replies