Remove Registration Form Fields - Question | JoomShaper

Remove Registration Form Fields

H

Hakunamatata67

Template 3 years ago

Hi,

I'm using the Rhino template, and I'd like to remove some fields on the Registration page. I want to remove the "Pays" field (country), the "" and the "Accept yes or no" field. Can you help me please?

0
11 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2576

Hi Use this custom css

fieldset#jform_profile_tos {
    display: none;
}
input#jform_profile_country {
    display: none;
}
span.optional {
    display: none;
}
label#jform_profile_country-lbl {
    display: none;
}
label#jform_profile_tos-lbl {
    display: none;
}

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2533

Hi Could you please give me a screenshot of your issue?

0
H
Hakunamatata67
Accepted Answer
3 years ago #2569

Hi, I want to remove the elements in the red rectangle: https://imgur.com/a/hSW6PWQ

0
H
Hakunamatata67
Accepted Answer
3 years ago #2608

Thank you!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2826

welcome

0
H
Hakunamatata67
Accepted Answer
3 years ago #4816

Hi Mehtaz,

since we removed the "Terms of use", new users can't register anymore, it says you have to accept the Terms of Use. But since I wanted it removed, what can I do?

Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #4856

For this issue you can create a new forum post. Team will help you

0
MD
Michal Dusek
Accepted Answer
1 year ago #96598

Hi, I am trying to solve the same thing - removing fields from registration (Basic seetings, Activity log,WebAuthn Joomla API Token etc. Where can I add the custom CSS in Joomla 4.x?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #96824

Custom css for Joomla 4

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0
MD
Michal Dusek
Accepted Answer
1 year ago #96836

Thank you!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #96962

You are always welcome.

0