When I've inserted a value into a table (works - the table is updated) GC displays a page with the following source...
<textarea>{"success":true,"insert_primary_key":true,"success_message":"<p>Your data has been successfully updated. <a href='http:\/\/localhost:8888\/employee\/table'>Go back to list<\/a><\/p>","success_list_url":"http:\/\/localhost:8888\/employee\/table\/success\/1"}</textarea>
Not sure why it has ended up in a text area.
Also the insert page is laid out vertically (i presume it flows to this if there isn't enough room), and date fields no longer pop up with a date picker (you have to enter the date manually).
Any ideas?
Thanks,