Ah okay, thank you for explaining that. I realize now it's the $hidden_fields array or setting the type like you suggested that I needed to make it look the same. I knew it would be something simple, I was just misunderstanding what list_items was f…
Hm, then I'm not sure what the select is actually supposed to do. If I change this line:
$this->db->select('articles.id, authors.name AS author, title, SUBSTRING(content, 1, 50) AS content, date_added, articles.published', FALSE);
I thought …
Hey, thanks for the reply, I will have a look at the beta.
I am viewing it under fuel/articles/create, it seems to be displaying all the fields that are in the database except 'id' and 'date_added'. This is my database:
And this is the form it's …