Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author radiok

    (@radiok)

    I believe there is a bug with “Use Email as Username” when using Register Plus Redux on WordPress Multisite. Can you disable that feature and see if the page works then? Also, what the database key for your gender field, it looks to me to be “rpr” which is a bit odd, I would expect it to be be “rpr_gender”. Also I noticed some oddities with the way the radio options are being rendered, that was an error on my part in code. I have resolved the error in v3.9.5, in the meantime you can enter the following Custom Register CSS:

    rpr_-male { width: auto; }
    rpr_-male-label { width: auto; display: inline; }
    rpr_-female { width: auto; }
    rpr_-female-label { width: auto; display: inline; }

    Plugin Author radiok

    (@radiok)

    OK, I found the bug with Use Email as Username, please update to v3.9.5 that should resolve your issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Registration not completing’ is closed to new replies.