• Resolved Bob

    (@prasunsen)


    This is the second time I’m posting here with request Ultimate Member would be more open to integrations with other plugins or themes (my first request left unanswered).

    Why are you not calling the default “register_form” hook on your forms so other plugins and theme functions can add fields and data to the registration forms? This is the standard WP hook for attaching custom data.

    Is there any way to dynamically add a field to your registration forms?
    I am aware that you have a custom hook (but still, why not also calling “register_form”?!), but the HTML code of your forms is far from standard. So many divs with classes inside them.

    Is there no way to pass fields as variables, objects or anything like that?

Viewing 1 replies (of 1 total)
  • Thread Starter Bob

    (@prasunsen)

    I found a solution although it’s not well documented. You can use a callback to populate field values for drop-down.
    This is solution which works in my case but won’t work for others, plus it’s still static.
    Please consider adding proper API call that would allow other plugins to pass fields to your forms as array or objects.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding fields from other plugins on registration’ is closed to new replies.