I dig in again, and found that it is refresh_field method that wrongly try to find key field of the parent class model.
Now it is solved by changing (in the php file of advanced modules' simple module model),
public $fields=array('my_field'=>Ar…
Thanks.. I have managed to do that.
However, I got another issue. If the selectable input has "inline create" (or "inline edit") feature, a button is displayed there nicely, the user can click it and another pop up form appears, after a record is a…
This fuelcms is so interesting. I have decided to use this framework for my next project. However, as a newbie, I got lost here and there, maybe because fuelcms offers variations to do one thing.
Regarding ajax, I am following another example, http…