<%= link_to image_tag("#{@form.backend_name}-icon.svg", alt: @form.backend_name.humanize), @form.spreadsheet_url %>

<%= @form.title %>

Your submission URL:

<%= submission_url(@form) %>

Please set your form action as in the example below. Make sure to use proper name attributes.


<%= html_escape_once render('form_example', form: @form) %>
      

Example with JavaScript:

Learn more about our JavaScript library and our API in your help section.


<%= html_escape_once render('form_example_js', form: @form) %>