Duda sent data by form

0

Good morning

I have the following form in one of my views, which worked well.

view link

The only problem is that I have a controller that claims the value of that select, but only gets the id, I want it to get the name.

method link

That is, in the controller I have this $ value = $ request- > value; it brings me the id or number that identifies something in the select, but I do not want it to bring that id, if not the name referring to the id, is it possible to do this?

    
asked by zereft 21.10.2018 в 04:57
source

0 answers