The demo page shows a form and an embedded google sheet side by side. The form needs be be configured with a DEMO_FORM_ID environment variable.
2 lines
50 B
Ruby
2 lines
50 B
Ruby
DEMO_FORM = Form.find_by(id: ENV['DEMO_FORM_ID'])
|