PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Dynamically Add Fields to Form

  1. carcinomad
    Member

    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?

    Posted 12 years ago on Friday September 2, 2011 | Permalink
  2. Are the fields permanent or are you wanting to dynamically add and remove fields to the same form as needed? This could be problematic if so.

    Posted 12 years ago on Tuesday September 6, 2011 | Permalink