Create a new form
- <%= render 'form', form: @form %> +Give your document a name.
++ To connect a new online form with an Airtable document please first create the document on Airtable. +
+ <%= form_for @form, local: true do |f| %> + <%= f.hidden_field :backend_name, value: 'airtable' %> +The name of the table in your Airtable base. Your Airtable can have multiple tables/sheets. Which one do you want to use?
+Your Airtable account API Key. You find this one on your Airtable account page.
+The application key of your Airtable document. You find this one on the API page of your Airtable base.
++
+ Do you need help? <%= link_to 'Let us know!', help_url %>. +