Noor
multiple() is not working in form select
I have a Select::make('salesperson') on my form and its works fine If I use options but when I use multiple with it, it does not show anything in the search bar saying no results found
My code
I also tested it with below code shows same issue
17 replies
Status color options
I have a status table where there are various status options for instance new , old, cold, taken etc . What I want the user have access to choose color of their own choice so what would be the right approch to do that using colorpicker or what else ? I've used colorpicker before but did not worked in this case. Can someone guide me on this please
30 replies
Data is not getting saved in db after tranferring one form data to another
What would be the right approach to promote prospect to lead , I have a action on prospect 'promote to lead' and parameters on prospect are promoteLead_on and promoteLead_by so when I click on action it goes to lead form and when I save it , it is not getting saved in database. I want promoteLead_on and promoteLead_by after saving the lead form or when I click action .
ViewProspect
CreateLead
5 replies
Open a window pop up when click on an event to edit
There is a custom table with html and in table cells there is a calendarData which I want it to pop up like a little window when user clicks on it. So what would be right approach to do it dispatching an event ?
5 replies
Old status update To New status
There is a form in which I have a status field and I want it to be saved and update in database for update my code is
But when I run it it keep changing my form updated_at which I dont want. I just want status_update to be changed when user change it.
15 replies
Infolist - Layout
There is a Infolist in which I'm using Grid, Fieldset, Section etc. What If I need to move them and change the layout and colors so, can I do it with theme.css using classes or do I need to use custom layout ... because I cannot understand custom layout that how can I implement or move those section fields using layout component
6 replies
Css Issue - Buttons & Navigation Icon
I need a help with Buttons Css, In a form there are 3 Buttons out of which I just want to change bg-color of one , which I'm doing using class fi-btn but it doesn't change anything.. am I doing something wrong? and Need to know which class are we using for navigation icons that is not working as well ty.
30 replies