Booking Management

Edit content displayed on Booking page

View Booking Page
<% if (data.hero?.backgroundImage) { %> Background image preview <% } %>

Price Settings

Age Settings

Other Settings

Rating Options
<% if (data.filterPanel?.ratingOptions && data.filterPanel.ratingOptions.length > 0) { %> <% data.filterPanel.ratingOptions.forEach((option, index) => { %>
<% }); %> <% } %>
Programs
<% if (data.programs && data.programs.length > 0) { %> <% data.programs.forEach((program, index) => { %>
<% }); %> <% } %>
Camps
<% if (data.camps && data.camps.length > 0) { %> <% data.camps.forEach((camp, index) => { %>
Camp Image Preview
<% }); %> <% } %>
Discount Management
Voucher Management
Edit fields for the Participant Information step. Field "Name" keys should not be changed as they link to backend logic.
Edit fields for the Guardian Information step. Use the "Required" checkbox on each field to mark mandatory fields.
<% if (!data || !data._id) { %> <% } %>