I want to alter a form (add fields) before instantiating the form.
It looks straight forward (I can see all the required functions in the RGFormsModel class)
1. unserialize form_meta
2. modify form array
3. update form_meta with serialized form
Any issues with doing this?