Hello,
I have a request that seems to be simple. As grocery crud don't have an efficient picture field type. It seems that the best way is to use image crud.
In my case, my project is a car application. I have a table with all the fields needed, kilometers, type of carburant, age, mark description, id of the ads etc... And a second table with the photos. Each ads have his photo gallerie.
So my user must first create an ads to create an id for his ads, and in a second time create a gallerie for each ads.
How I can do that.
Thank you for your help.