Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter charlie999

    (@charlie999)

    Hi
    I think i found a solution to disable it. I commented the line in class-formbuilder.php file. I just hope it still works for registrations (have not tested yet).
    Friendly regards!

    Plugin Author adispiac

    (@adispiac)

    Hi,
    Modifying the plugin core will make you loose the changes in case of an update.
    The simplest way would be to remove the send credentials checkbox via CSS. You can add the following to your theme/child theme’s style.css :

    /* Hide Send Credentials via Email checkbox*/
    .wppb-form-field.wppb-send-credentials-checkbox {
        display:none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable send register credentials via email’ is closed to new replies.