Hello!
I’m fairly sure there isn’t a simple “paste this snippet” way to do this, but I’m wondering if you might have a suggestion for the best approach for me to take on my own.
I have a particular additional field I’d like to appear under “Cost” in the single-event view. The field is “Cost details,” a grab-bag field for any cost info beyond the general admission fee (donations, variable pricing for members, seniors, kids, military, etc.).
As you can see in this test event post, the cost details appear in a separate area from the cost: http://calendar.hudsonvalleyone.com/event/event-with-no-location-or-punctuation/
I’m thinking the right way to do this would involve inserting some php to display the specific field (ecp_custom_2) into the flow under cost, and some other php in the additional fields section to not show that specific field under “Other” (and also for good measure, not show “Other” if there isn’t anything to be displayed beneath it,)
Another less correct (but easier for me to figure out) way might be to use javascript to move the element from one place to another. In that case if Javascript isn’t turned on the event would still appear in the “Other” column, which isn’t the end of the world.
Just wanted to get your take. Thanks!