• Hi there,

    Using Theme My Login and Advanced Custom Fields together it’s possible to build a WordPress registration page where the user can tick checkboxes PRIOR to clicking ‘register’, and these checkboxes will be reflected in the user profile after registration is complete.

    Has anyone managed anything similar with Subscribe to Categories? Currently our users have to register first, and them manually go to their profile and subscribe to individual categories. Needless to say 90% of them don’t get as far as step 2.

    Many thanks!

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

    (@thoughton)

    So, I see nothing’s changed with this plugin then. 4 months since the last reply to any question! ??

    arend

    (@arenddeboer)

    I have several ACF fields that show up on the registration field. And are saved on registration/saving.

    I currently allow the user to select a role (ACF field) then process that selection in the ‘acf/update_value’ hook and add the actual role(s) there.

    You could hook into this ‘acf/update_value’ filter and manually map the selected categories to the “Subscribe to Categories” way of saving this information for a user. Not sure if this plugin provides you with any actions to do this programmatically.

    https://www.advancedcustomfields.com/resources/acfupdate_value/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Merge with Theme My Login/ACF?’ is closed to new replies.