How to edit response data

Sometimes, you may need to change the answers of Formli submissions. It is possible to do so by using the link to the specific response. You can change answers either by using the navigation buttons (see guide here) or by finding the link on the Response views page. Simply open the link, review the answers, and click the submission button to save the changes.

How it works

You can change the data of each response, start by adding a column called 'Response URL' for the block that requires editing. Then, you can use the provided link to check and edit the answers.

<aside> 👉 This guide assumes that you have Formli already made and it has responses. How to organise your responses into response views, see here.

</aside>

How to edit your responses via the response view

  1. Go to Responses .

    Screenshot 2023-10-16 at 10.57.38.png

  2. Choose or create the response view.

    Screenshot 2023-11-22 at 08.54.59.png

  3. Click on Columns button.

    Screenshot 2023-11-22 at 06.43.57.png

  4. Click on +Add Columns.

    Screenshot 2023-11-22 at 06.44.41.png

  5. In the column picker choose ‘Formlis’(1), your Formli name (2), The Formli’s block (3) of the response that need editing.

    Screenshot 2023-11-22 at 06.45.46.png

  6. Check the Response URL column.

    Screenshot 2023-11-22 at 06.48.28.png

  7. Click on the Save button.

    Screenshot 2023-11-22 at 06.49.08.png

  8. Your Response URL column is added to the end of the table.

    Screenshot 2023-11-22 at 06.49.48.png

  9. If you copy this URL and open it in the browser, you will be able to edit the response starting from this block. After you click on the ‘Continue’ button, the new answers will be saved in the responses.

    Screenshot 2023-11-22 at 06.50.50.png

You can also transform URL into HTML Edit button.

  1. Find the Response URL column in the column list. Open … menu and click on the Edit button.

    Screenshot 2023-11-22 at 06.51.29.png

  2. In the Select data field, add the code exactly as shown.

    <a target="_blank" href="{{response_url}}">Edit</a>

    Screenshot 2023-11-22 at 06.55.16.png

  3. Now, instead of the link, you have the Edit button. Simply click it to edit the response.

    Screenshot 2023-11-22 at 06.56.20.png