Support Forum » User Profile

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Gravity Forms submissions not updating User Meta #22717
    TravisEstesTravisEstes
    Participant

    I understand this...but is there a way to store entire GF form entries in User Meta vs field by field?

    in reply to: Gravity Forms submissions not updating User Meta #22709
    TravisEstesTravisEstes
    Participant

    Wait...what? I'm using the Metabox User Meta extension...not a GF add on one.

    in reply to: Gravity Forms submissions not updating User Meta #22700
    TravisEstesTravisEstes
    Participant

    Thanks so much for that solution, it does seem to work.

    Question: My forms have a LOT of fields. Is there a way it's possible to show/store the entirety of the form's content in the member's user data without mapping every individual field?

    in reply to: Beaver Themer Field Connecter Not Working with Users #18118
    TravisEstesTravisEstes
    Participant

    Works perfectly now! Thank you SO much!!!!

    in reply to: Beaver Themer Field Connecter Not Working with Users #18081
    TravisEstesTravisEstes
    Participant

    Hey there, checking in on this! Just to confirm the real issue:

    It seems the Meta Box – Beaver Themer Integrator doesn't work when the metaboxes are applied to Users. Any fix for this? Happy to provide login details to my site if needed! At this point this is the only thing holding up my site 😉

    in reply to: Issues with frontend forms #17949
    TravisEstesTravisEstes
    Participant

    OH MY GOSH THAT WORKED! Thank you Anh, you are a rockstar!!!!!

    in reply to: Issues with frontend forms #17928
    TravisEstesTravisEstes
    Participant

    Follow up:

    1) Was a caching issue!

    2) This is still broken. It seems my multiselect and slider tools don't work either. Note that this only happens when I attach the metaboxes to Users instead of a Post Type. Otherwise my users would have no issue...but I kinda need these fields mapped to Users 😉

    Made a video of the issue if it helps:

    https://www.loom.com/share/65acd0696b75436cad30c8f6be599059

    in reply to: Issues with frontend forms #17921
    TravisEstesTravisEstes
    Participant

    1) I'm going to double check that it's not just a caching issue 😉 with WPEngine

    2) Yes, I have! This is the code I added to functions.php:

    function mb_allow_subscriber_uploads() {
        if ( is_admin() ) {
            return;
        }
    
    // Replace 'subscriber' with the required role to update, can also be contributor.
    $subscriber = get_role( 'freelancer' );
    $subscriber->add_cap( 'upload_files' );
    
    }
    add_action( 'init', 'mb_allow_subscriber_uploads' );

    Note that I actually have TWO roles that I'll need this for, not just one. Unsure how the code needs to change to account for two roles.

Viewing 8 posts - 1 through 8 (of 8 total)