Pushkin
  • Welcome!
  • Getting Started
    • Installing Pushkin and dependencies
      • macOS
      • Windows 10
        • Windows Subsystem for Linux
        • AWS EC2 Instance
      • Ubuntu Linux
    • Quickstart
      • Quickstart: Example Outputs
    • Deploying to AWS
      • Install required software.
      • Configure the AWS and ECS CLIs.
      • Register a domain.
      • Set up DockerHub.
      • Initialize AWS Deploy.
    • Tutorial: Simple Experiment
  • FAQ
    • FAQ
  • Advanced
    • Pushkin CLI
    • Using Experiment Templates
      • Lexical decision template
      • Grammaticality judgment template
      • Self-paced reading template
    • Experiment Component Structure
      • Experiment Config.yaml Files
      • Experiment Web Page Component
      • Worker Component, Migration, and Seed
    • Modifying Site Template
      • React Bootstrap
      • Header and Footer
      • Home Page
      • Findings Page
      • About Page
      • Feedback Page
    • Troubleshooting Pushkin
    • Pushkin Client
    • pushkin-api
      • API Controller Builder
      • Core API
    • Users & Authentication
    • Deployment
      • Deleting AWS
  • Developers
    • Developing with Pushkin
    • Getting Started on Development
    • Overview of Technologies
    • Testing Pushkin with Jest
    • Working with Templates
Powered by GitBook
On this page

Was this helpful?

  1. Advanced
  2. Modifying Site Template

Feedback Page

PreviousAbout PageNextTroubleshooting Pushkin

Last updated 1 year ago

Was this helpful?

You can go to the feedback page by clicking the HERE button of jumbotron in the home page or clicking the Leave Feedback button in the footer.

To embed a Google form into the feedback page:

  1. Create your own

  2. Go to “Form” dropdown in the spreadsheet view, and click “Embed form in a webpage”.

  3. This will give you an <iframe> snippet to place on the site template.

  4. Change the src attribute in <iframe> to your Google form link, it is located in pushkin/front-end/src/pages/Feedback.js

google form