• Resolved AuroraFR

    (@aurorafr)


    Hi !
    My hoster need to do a PHP version update. I’ll take the opportunity to update my site (change theme, delete plugins etc…)

    Just in case, I ever duplicate my actual website(online) to Wamp server for an offline version.

    Because I would like start from scratch, I need to identify the part of the database who concern “Calculated Fields Form”.

    Can I save just my “Calculated form” form PHP to start a new website with my ancient “Calculated form”, please ?

    I don’t know if my explains are clear but I hope you will understand what I mean.

    Thank you

    https://wordpress.org/plugins/calculated-fields-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    If you are using the pro version of the plugin, you can export the forms from your current website, and import all of them in your new website (only the forms’ structures are imported, but not the submissions). The submissions can be exported as CSV files from the “messages” section of the plugin.

    Another solution, that allow to export and import the forms and their submissions, is through the database manager. You can export the tables related with the calculated fields from the database of your current website, and import them in the database of new website:

    The names of tables are:

    wp_cp_calculated_fields_form_posts
    wp_cp_calculated_fields_form_settings
    wp_cp_calculated_fields_form_discount_codes

    If you are using the free version of the plugin, only the first table would be available in your website’s database.

    Best regards.

    Thread Starter AuroraFR

    (@aurorafr)

    Thank you for your advises !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Save Forms’ is closed to new replies.