Camille Surveys
Back to home

Survey builder

Build a survey, copy the embed

Add questions, see them the way a respondent will, then export the survey as embeddable HTML or JSON. Your draft saves in this browser, so you can pick it back up later.

NPS
Long text

Add a question

Live preview

Customer feedback

We read every answer. It takes about a minute.

How likely are you to recommend us to a friend?

012345678910

Tell us more about your experience.

<!-- Camille Surveys embed: Customer feedback -->
<form class="camille-survey" method="post" action="REPLACE_WITH_YOUR_ENDPOINT" style="max-width:560px;margin:0 auto;font-family:system-ui,-apple-system,sans-serif;color:#1a1a1a">
  <h2 style="margin:0 0 8px">Customer feedback</h2>
  <p style="margin:0 0 24px;color:#666">We read every answer. It takes about a minute.</p>
    <div style="margin-bottom:24px">
      <label style="display:block;font-weight:600;margin-bottom:8px">How likely are you to recommend us to a friend?</label>
      <div><label style="margin-right:10px"><input type="radio" name="q1" value="0"> 0</label><label style="margin-right:10px"><input type="radio" name="q1" value="1"> 1</label><label style="margin-right:10px"><input type="radio" name="q1" value="2"> 2</label><label style="margin-right:10px"><input type="radio" name="q1" value="3"> 3</label><label style="margin-right:10px"><input type="radio" name="q1" value="4"> 4</label><label style="margin-right:10px"><input type="radio" name="q1" value="5"> 5</label><label style="margin-right:10px"><input type="radio" name="q1" value="6"> 6</label><label style="margin-right:10px"><input type="radio" name="q1" value="7"> 7</label><label style="margin-right:10px"><input type="radio" name="q1" value="8"> 8</label><label style="margin-right:10px"><input type="radio" name="q1" value="9"> 9</label><label style="margin-right:10px"><input type="radio" name="q1" value="10"> 10</label></div>
    </div>
    <div style="margin-bottom:24px">
      <label style="display:block;font-weight:600;margin-bottom:8px">Tell us more about your experience.</label>
      <textarea name="q2" rows="4" style="width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box"></textarea>
    </div>
  <button type="submit" style="background:#d6477e;color:#fff;border:0;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer">Submit</button>
</form>

The embed posts to REPLACE_WITH_YOUR_ENDPOINT. Point it at your own form handler, or collect responses automatically inside SaaSyToadCRM.