Hello everyone, i have an issue where i have a data input field that isn't behaving quite right. I need to have the input field reflect that if there is no data input, then it will show with a red border, to showcase that it is a mandatory field, but I have that property set to true, and its not reflecting that within the frontend.
Its a dropdown input box that pulls data from a structure. Functionally it works fine but i cant seem to get it to reflect on the frontend, any ideas on what i could be missing on this? Thanks.
This has now been fixed, this was due to the web block that houses this not having the "Built-in Validations" toggle set to yes, then adding the form validation if statement into the save logic flow.