Add support to choose the sheet within google spreadsheets
This commit is contained in:
@@ -52,6 +52,19 @@
|
||||
<p class="help">The URL where the user will be redirected after submission</p>
|
||||
</div>
|
||||
|
||||
<% if @form.google? %>
|
||||
|
||||
<div class="field">
|
||||
<label class="label">Sheet</label>
|
||||
<div class="control">
|
||||
<%= f.text_field :google_spreadsheet_sheet, class: 'input', autocomplete: 'off' %>
|
||||
</div>
|
||||
<p class="help">Which sheet within the spreadsheet should be used? Defaults to the first sheet. - make sure you enter the name exactly like in your spreadsheet.</p>
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
|
||||
|
||||
<% if @form.airtable? %>
|
||||
|
||||
<div class="field">
|
||||
|
||||
Reference in New Issue
Block a user