Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Is this using event submission form in the frontend ?

    Thread Starter demonboy

    (@demonboy)

    Hi Angelo, thanks for getting back to me.

    No, this is setting it up in the backend. Events/Settings/General/General Options/Events Attributes. I have created an attribute for the admin to include a yes/no response to an event, but I would like this displayed on the front end as an icon. So under Formatting/Events I have the following code:

    <div class="compinfocontainer">
    <div class="compinfoicon"><i class="fa fa-money"></i></div>
    <div class="compinfotitle">Free to enter</div>
    <div class="compinfoatt">#_ATT{Free to enter}</div>
    </div>

    In that last div the yes/no option is echoed. I’d like to be tick/cross instead, using fontawesome icons.

    Any pointers?

    When you say a Yes / No option, do you mean set of radio buttons? Like this?
    https://www.w3schools.com/html/tryit.asp?filename=tryhtml_radio

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom attribute – replace yes/no with tick/cross icon’ is closed to new replies.