Show or Hide Columns in Camp Listings
Use this reference to customize which columns display in your Camp Listings by applying the ShowCols and HideCols parameters to your embed code. You will need your base embed code for the method you are using to embed the listings and the column alias values.
To show or hide columns of information in the Camp Listings, a parameter is added to the end of the base online Camp Listings code after an ampersand symbol '&'. A parameter includes a variable and a value (alias) separated by the equals sign '='.
Base URLÂ
âť—Replace the Xs with your Organization ID and the Camp ID
app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgId=XXXXXX&campId=XXXShow Columns
The variable to show columns that are hidden by default is:
&ShowCols= Examples
- &ShowCols=partialday1price
➡️ https://app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgIdxxxx&campIdxxxx&ShowCols=partialday1price - &ShowCols=partialday1starttime, partialday1endtime, partialday1price
➡️ https://app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgIdxxxx&campIdxxxx&ShowCols=partialday1price, partialday1endtime, particalday1price
Hide Columns
The variable to hide columns that are visible by default is:
&HideCols=Examples
- &HideCols=agerange
➡️ https://app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgIdxxxx&campIdxxxx&HideCols=agerange - &HideCols=agerange, registrationenddate
 ➡️https://app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgIdxxxx&campIdxxxx&HideCols=agerange, registrationenddate
Â