Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi thanks for this forum it is really help me alot for solving my problem can you please tell me how I can hide this reset field in member page?
Hi ahmed,
Please change the value of the "Members Search Type" option and check again. This option is located in Dashboard > Forums > Settings > Members admin page.
More info here: https://wpforo.com/docs/root/addons/wpforo-user-custom-fields/member-search-form/
Hi @ahmed,
Please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it, delete all caches, then navigate to forum front-end and press Ctrl+F5 to do a deep refresh:
#wpforo #wpforo-wrap .wpforo-members-search input[type="reset"]{display:none;}