Templates/Gradient Survey

Gradient Survey

Soft gradient mesh background with a clean white card for customer surveys

gradientcolorfulmodern
Live Form — try submittingView source →

Dashboard Preview

Sample data — this is what the auto-generated dashboard looks like when you create this form with createDashboard: true.

Total Responses

78

Use this template

Use standalone

Download the HTML file and serve it anywhere. It already submits to Sutrena out of the box — or swap the endpoint for your own backend.

Deploy with one command

Get a hosted form with a live dashboard in seconds:

curl -s sutrena.com/api/trial -d '{"email":"[email protected]"}' | jq -r .key | xargs -I{} curl -s sutrena.com/api/forms -H "Authorization: Bearer {}" -d '{"templateId":"survey","createDashboard":true}'

For AI agents

Deploy this template as a hosted form with one API call:

curl -X POST https://sutrena.com/api/trial
# → {"key":"st_trial_xxx"}

curl -X POST https://sutrena.com/api/forms \
  -H "Authorization: Bearer st_trial_xxx" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "survey",
  "createDashboard": true
}'
Custom fields from this template
[
  {
    "name": "email",
    "label": "Email",
    "type": "email"
  },
  {
    "name": "satisfaction",
    "label": "How satisfied are you?",
    "type": "select",
    "required": true,
    "options": [
      "Very Satisfied",
      "Satisfied",
      "Neutral",
      "Dissatisfied",
      "Very Dissatisfied"
    ]
  },
  {
    "name": "recommend",
    "label": "Would you recommend us?",
    "type": "select",
    "required": true,
    "options": [
      "Definitely",
      "Probably",
      "Not sure",
      "Probably not",
      "Definitely not"
    ]
  },
  {
    "name": "improve",
    "label": "What could we improve?",
    "type": "textarea"
  }
]
Gradient Survey — Form Template — Sutrena | Sutrena