• <%= link_to demo_url(backend: 'google-sheets'), data: { turbolinks: 'false'} do %> <%= image_tag 'google_sheets-icon.svg' %> Google Sheets <% end %>
  • <%= link_to demo_url(backend: 'airtable'), data: { turbolinks: 'false'} do %> <%= image_tag 'airtable-icon.svg' %> Airtable <% end %>

This short demo form is connected to the embedded <%= link_to 'document', GOOGLE_DEMO_FORM.spreadsheet_url %> on the right.
Submit the form and see the update of the document in real-time.

Document not loading? <%= link_to 'Open it here', GOOGLE_DEMO_FORM.spreadsheet_url %>.