Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @hypnosis-praxis,

    Can you please clarify what do you mean by the “custom required field on the login template”? Please attach the screenshot of your login form settings.

    Regards.

    I have a similar question. How can make certain information mandatory to be filled out in order to gain access. Required Fields

    Thread Starter Hypnosis Praxis

    (@hypnosis-praxis)

    Hi @ultimatemembersupport

    here you are: LINK

    Thank you for your support.

    Uli

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @hypnosis-praxis,

    Are you trying to add some required fields to the login form, can you please clarify why do you need required fields on the login form?
    Login form should have username or username or email field and password field, I’m afraid Ultimate member doesn’t support additional required fields on the login form.

    @freebird6996

    Yes, it is possible to set registration fields as required in the field edit dialog.

    Regards.

    Thread Starter Hypnosis Praxis

    (@hypnosis-praxis)

    Hi @

    there is something in Europe called “General Data Protection Regulation <GDPR>”.

    And on every single form where you send data to the server or somewhere it’s required that a user accepts the rules. It’s not my idea, it’s, as I said, law in Europe.

    Why does UM Member the feature that doesn’t work? Anyway, is there a work-arround or some kind of code I can add to the function.php? Or will there be an update, that required fields will be usable at a login form?

    Thank you for your help.

    Uli

    Thread Starter Hypnosis Praxis

    (@hypnosis-praxis)

    Hi @ultimatemembersupport,

    meanwhile I’ve added the field on my own with

    add_action( ‘um_after_login_fields’, ‘add_terms_and_conditions_to_login’, 20 );
    […..]

    add_filter(‘um_submit_form_errors_hook_login’,’terms_and_conditions_validation_login’,10,2);
    […..]

    But it would be great, if required fields could be added on a normal way without programming.

    Thanks

    Uli

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Required fields ignored’ is closed to new replies.