Registration Page Having Double Fields

Home Forums Legacy Support Support queries Setup issues Registration Page Having Double Fields

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #281126
    pratul11
    Participant
    Hi why the registration page is having double fields like Birthday, Gender, Country etc? How to remove them? Please see them here: https://digitalschoolpro.com/register/
    #281143
    pratul11
    Participant
    The double fields are coming twice automatically and they are checked automatically. Unchecking doesn't help as it comes back again.
    #281841
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below: #signup_form div#profile-details-section div:nth-child(6){ display:none !important; } #signup_form div#profile-details-section div:nth-child(7){ display:none !important; } #signup_form div#profile-details-section div:nth-child(8){ display:none !important; } #signup_form div#profile-details-section div:nth-child(9){ display:none !important; } RefeR: https://prnt.sc/txmo7j Thanks,
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Registration Page Having Double Fields’ is closed to new replies.