Support

Account

Home Forums ACF PRO ACF Form not saving data Reply To: ACF Form not saving data

  • <?php if(username_exists( $username )){
    //do something
    } ?>
    <?php if(email_exists( $email )){
    //do something
    } ?>

    Are both handy functions!