how do I display a controller validation error on the liquid page once a user submits a form? basically how do i rerender the liquid page with the exception as a variable in the template?
Just digging into Koala and using it to create feed posts to a page. I can successfully create a post with the below, but struggling to make the update work.
INSERT CODE SNIPPET - Works great and returns post id from fb
how do I display a controller validation error on the liquid page once a user submits a form? basically how do i rerender the liquid page with the exception as a variable in the template?
thx
Just digging into Koala and using it to create feed posts to a page. I can successfully create a post with the below, but struggling to make the update work.
INSERT CODE SNIPPET - Works great and returns post id from fb
UPDATE CODE SNIPPET - fb returns true, but not reflecting updates on fb page when refreshed
Any thoughts on where I'm going wrong?