I have a php website where users can sign up, I can set up custom fields in the sign up process
Say I have one custom field that allows the user to type in a game title.
When they fill that field out and click submit, their profile on the website is created,
What I want to do is code something that says if that field is “battlefield” then a battlefield icon will display next to it on their profile page,
but if the field returns back empty, I don’t want anything to show…
Is this possible, and where can I learn how to code this?