PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Style the entry table?

  1. Is it possible to style the entry table so when an admin looks at it, certain things are evident by a certain color? For example, I would like to add a checkbox on my form that says "Payment Method" with Credit Card and Check as the two options. If a person selects "Check" I would like that to show up in red on the entry page. This is basically an administration convenience for us; it tells us, at a glance, who will be sending a check.

    Secondly, can the columns be styled? We'd like 3 main columns, each with their own relevant columns beneath. So on the entry page there would be 3 columns like:

    Team Info | Payment Info | Etc.

    Below "payment info" we would list all the payment-related details.

    Can this be done?

    Posted 11 years ago on Monday October 22, 2012 | Permalink
  2. You could do it with jQuery.. if the user is logged in as an admin and the value of one field equals something specific, then you could use jQuery to add a new class name to the field container and then apply new CSS rules to change the styling.

    I've seen it done. If I can find an example to share with you I'll post it back here.

    Posted 11 years ago on Monday October 22, 2012 | Permalink
  3. I'm very unfamiliar with jQuery. Any pointers?

    Posted 11 years ago on Monday October 22, 2012 | Permalink