This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Transfer Forms from one installation to an other one


  1. inthanet
    Member

    Hi there,
    I use an local Installation to create and test new forms before they will be used in live installation of MachForms.
    Unfortunately do MachForm at moment not provide an Export/Import function for forms.

    Could you please provide me with the info which database tables are all involved to get the from running in an
    other/second installation. You would help me with this to save a lot of time to find out by myself.

    Thanks in advanced
    Uwe

    P.S. I use the actual version of MachForm

    Posted 10 years ago #
  2. inthanet
    Member

    I test it in the meantime, it works so far I can see
    I copied the follow SQL Data from one database to an other one
    and the same for folders of the selected form.

    Use only rows for selected form id

    ap_element_options
    ap_forms
    ap_form_elements
    ap_form_locks

    Form Data Tables (xxxxx = form id)

    ap_form_xxxxx
    ap_form_xxxxx_review

    Folder for selected form (xxxxx = form id)

    data/form_xxxxx
    data/form_xxxxx/css
    data/form_xxxxx/files

    In this example I did not copied Theme relevant data or files

    It works but you may have some more information of data I forgot?

    Posted 10 years ago #
  3. yuniar

    There are few other tables you need to check as well:
    - ap_column_preferences
    - ap_email_logic
    - ap_email_logic_conditions
    - ap_entries_preferences
    - ap_field_logic_conditions
    - ap_field_logic_elements
    - ap_form_payments
    - ap_page_logic
    - ap_page_logic_conditons

    Basically, any table that has "form_id" column should be copied


    MachForm Founder

    Posted 10 years ago #

RSS feed for this topic

Reply