Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor genetech

    (@genetech)

    Here is the quick work around for this problem:

    open pie-register.php in a text editor:

    go to function SaveSettings
    search where it reads:
    $custom = get_option( 'pie_register_custom' );

    Replace it with:

    $custom = '';

    Thanks

    sturz

    (@sturz)

    Don’t know about not being able to delete the custom fields, i think that works, but mine doesn’t store all the information (random).

    I checked the pie-register.php and it’s already $custom = ”;

    any ideas?

    BTW: Why can’t i order the Custom Fields?

    sturz

    (@sturz)

    P.S.:
    I deactivated all the plugins but Pie Register (Version 1.31.3), i have WordPress 3.7.1.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Fields Don't Delete & Information Isn't Stored’ is closed to new replies.