Add support to choose the sheet within google spreadsheets
This commit is contained in:
@@ -55,6 +55,6 @@ class FormsController < ApplicationController
|
||||
private
|
||||
|
||||
def form_params
|
||||
params.require(:form).permit(:title, :thank_you_url, :backend_name, :airtable_table, :airtable_api_key, :airtable_app_key)
|
||||
params.require(:form).permit(:title, :thank_you_url, :backend_name, :google_spreadsheet_sheet, :airtable_table, :airtable_api_key, :airtable_app_key)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user