- Posts: 229
- Thank you received: 4
How to hide fax field on account form
- Patrick
-
Topic Author
- Offline
- Elite Member
-
Less
More
4 months 3 weeks ago #170192
by Patrick
How to hide fax field on account form was created by Patrick
Hello Giang
If a user does click the link to show his account page where he can change his password and registered email, the field for fax is there as well.
I don't need fax at all. I have unpublished this field. But it's still shown on account edit page.
Why is it there even if the field is unpublished?
Thanks.
Regards
Patrick
If a user does click the link to show his account page where he can change his password and registered email, the field for fax is there as well.
I don't need fax at all. I have unpublished this field. But it's still shown on account edit page.
Why is it there even if the field is unpublished?
Thanks.
Regards
Patrick
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
1 month 1 week ago #171717
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic How to hide fax field on account form
Dear Patrick,
Please submit a new ticket to EShop category so I can help you to check and implement it for you.
Sincerely, Giang
Please submit a new ticket to EShop category so I can help you to check and implement it for you.
Sincerely, Giang
The following user(s) said Thank You: Patrick
Please Log in or Create an account to join the conversation.
- Patrick
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 229
- Thank you received: 4
1 month 1 week ago - 1 month 1 week ago #171725
by Patrick
Replied by Patrick on topic How to hide fax field on account form
Hello Giang
First I was thinking of using an override. But override files do get outdated, that's why I don't realy like them.
Instead I found a way to do it by using CSS. In custom.css I added:
That solves it.
Best regards
Patrick
First I was thinking of using an override. But override files do get outdated, that's why I don't realy like them.
Instead I found a way to do it by using CSS. In custom.css I added:
Code:
.myaccount #process-user .form-group.form-row label[for="telephone"],
.myaccount #process-user .form-group.form-row label[for="fax"] {
display: none;
}
That solves it.
Best regards
Patrick
Last edit: 1 month 1 week ago by Patrick.
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
3 weeks 6 days ago #171852
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic How to hide fax field on account form
OK Patrick!
That's OK.
Sincerely, Giang
That's OK.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.