• Resolved blaumann

    (@blaumann)


    Hey There!
    great plugin!
    I have an issue where one of our forms has received over 140,000 submissions and I went into display settings and tried to view them all as I thought that I needed to bulk select all before I could export them. Of course now the page will not load.
    Is there a way to change the display settings for that form without going into the form on the plugin? Perhaps in php myadmin or something?

    Thanks for your help!

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

    (@vsourz1td)

    Hello @blaumann,

    Thanks, for using the plugin and we feel sorry to hear from you for the issue you are facing. Yes, definately we have solution to this if you have changed the view setting from our from “display settings”.

    You can go to php myadmin and open the options table. you can search for the option name as “vsz_cf7_settings_show_record_{form_id}”. {form_id} will be the form id of the contact form 7. you can find this from the CF7 form plugin.

    Or you can try out the below query.
    SELECT * FROMwp_optionswhere option_name LIKE 'vsz_cf7_settings_show_record_{form_id}%';

    If still you have any query, we are eager to help you.

    Regards,

    Plugin Author Vsourz Digital

    (@vsourz1td)

    Hello @blaumann,

    Hope you are well and our solution provided must have helped you out. If still, you have any query, we are eager to help you.

    Regards,
    Vsourz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Settings Change’ is closed to new replies.