<%= title %>

Edit the public Request Information page: hero, value props, and form configuration.

<% if (frontendUrl) { %> View Request Info Page <% } %>
<%# ── TAB: Metadata ──────────────────────────────────────────── %>
<%# ── TAB: Hero ──────────────────────────────────────────────── %>
The highlight word will appear after this text, rendered in accent colour on the frontend.
<%# Value Props %>
Value Props
<% const vps = data.hero?.valueProps || []; %> <% vps.forEach(function(vp, index) { %>
<% }); %>
<%# ── TAB: Form Config ───────────────────────────────────────── %>
<% const fm = data.form || {}; const fld = fm.fields || {}; %>
Fields
Program of Interest (dropdown options)
Program options
<% (fld.program?.options || []).forEach(function(opt) { %>
<% }); %>
Start Timeline (dropdown options)
Timeline options
<% (fld.timeline?.options || []).forEach(function(opt) { %>
<% }); %>
Form texts