Skip to main content
Back to website
Submit a request
Copilot
Copilot Apps
Forms
Forms
Forms
Search
Can I set up conditional logic in a form?
How does the Forms App work?
Can I edit a form that I've already shared with a client?
Can a form be "always on" so that clients can make multiple form submissions?
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns >= 2 ? 'col-6' : 'col-12'; if (numberColumns >= 4) classNames += ' lg:col-3'; return classNames; } %> <% var getBorderClasses = function(numberColumns, index) { var classNames = 'border-bottom'; if (numberColumns === 2) { if (index === 0 || index === 3) classNames += ' border-right'; } if (numberColumns === 4) { if (index === 0 || index === 2) classNames += ' border-right'; if (index !== 3) classNames += ' lg:border-right'; } return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %> <% if (block.linkText && block.html_url) { %>
<%= block.linkText %>
<% } %>
<% }) %>
Can't find what you're looking for?
Submit a request