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
Started 11 years ago by inthanet | 3 posts |
-
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
UweP.S. I use the actual version of MachForm
Posted 11 years ago # -
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_locksForm Data Tables (xxxxx = form id)
ap_form_xxxxx
ap_form_xxxxx_reviewFolder for selected form (xxxxx = form id)
data/form_xxxxx
data/form_xxxxx/css
data/form_xxxxx/filesIn 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 11 years ago # -
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_conditonsBasically, any table that has "form_id" column should be copied
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.