Hi,
I’d like to customize form field indicators so that only required fields show a “Required” label (or a red asterisk), while optional fields stay completely hidden.
Right now, Voxel shows “Optional” labels by default, or the “Required” label only appears when the field has an error (using the .ts-has-errors class).
Could you please tell me the proper way — ideally via CSS or a PHP filter, or JS — to:
Hide all “Optional” indicators by default.
Keep “Required” visible at all times (not only when .ts-has-errors is triggered).
Thank you in advance for your help!
Best regards,
©2025 Created with 27collective LLC. All rights reserved