Viewing 7 replies - 1 through 7 (of 7 total)
  • @getinfo

    We are glad that you likes our plugin.

    Where do you want to add custom fields and why you want to add?

    Do you want to add custom fields along with Email, First Name & Last Name? We would love to hear how you would like to use this plugin along with custom fields.

    Thread Starter getinfo

    (@getinfo)

    Hi, i have added few extra profile fields like event name, event Id etc for a user under user profile . Now once I register a user using your plugin then I have to go inside user profile and enter these extra profile fields. So I was wondering if these xtra fields can be available to your plugin too

    @getinfo

    Thanks for your reply.

    Aha..ok.

    There is no provision at this moment to add extra fields during creation of a Temporary logins.

    Do you need these extra profile fields for these temporary users also? Is there any specific need where you want to create a temporary users with these extra fields? Do you want or allow temporary users to perform any specific tasks?

    danielgm

    (@danielgm)

    I also think this would be beneficial. Maybe you can look at plugins like ACF, the custom fields of which are automatically available on native user profile pages and some user profile plugins. Maybe if you put the same hook into your plugin they would show on your plugin’s admin screens as well. I think it is probably:

    <?php do_action( 'show_user_profile', $profileuser ); ?>

    Malay Ladu

    (@malayladu)

    @danielgm,

    I believe, if we allow to add custom fields for Temporary User then it will add unnecessary complications to it. If we do that then what’s the difference between temporary user & permanent user? It’s just automatically expiration of a user.

    What do you think?

    danielgm

    (@danielgm)

    How about putting custom fields behind a collapsible link. This way it does not clutter up the interface but is available for those who use ACF or some other custom fields plugin and want to assign some of those fields to temp users.

    Malay Ladu

    (@malayladu)

    @danielgm,

    Yes..can be implement like this.

    We will work on this and incorporated into one of the future release.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can we add more custom fields to it’ is closed to new replies.