> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/faq/faq/mrf/managing-form-responses.md).

# Managing form responses

### **Will subsequent respondents be able to view previous form responses?**

Yes. \
\
However, MRF currently does not support the ability to hide previous responses from subsequent respondents. Do get in touch with us if this is an important feature for your needs!&#x20;

### **Can I track the sequential flow of my MRF form?**&#x20;

Yes, you can do that by viewing the 'Results' page of your FormSG. You will be able to view the workflow status and the pending step of a workflow and in the CSV file.&#x20;

To view the status of each submission (Pending/Completed/Approved/Not Approved), refer to the columns "<kbd>Workflow Status</kbd>" and "<kbd>Pending response at</kbd>".  &#x20;

<figure><img src="/files/zmWOh3fcjtwyPDTrfFVw" alt=""><figcaption></figcaption></figure>

By clicking into each submission or downloading the CSV, you will also be able to see which rows have missing columns, i.e. fields which have not been filled.&#x20;

### Can I send a follow-up email to respondents/approvers for pending submissions?&#x20;

Yes, simply identify '<kbd>Pending</kbd>' submissions on the Results page and click on the '<kbd>Send reminder</kbd>' button, which will send a reminder email for pending respondents/approvers to take action.&#x20;

<figure><img src="/files/KhJskX218LNx9TKhLblt" alt=""><figcaption></figcaption></figure>

Do note that there is no limitation on reminders for each submission, please refresh the page to click the '<kbd>Send Reminder</kbd>' button again.&#x20;

### Can I send reminders via Chat messaging applications/SMS?

Not currently supported.&#x20;

### Can reminders be sent automatically after X days?

No — reminders are manually triggered via the "Send Reminder" button on the dashboard.

Please submit a feature request.

### **Can I notify others on the outcome of a form submission?**

Yes, you can notify both the form respondents and external parties through the "email notifications" page under settings.&#x20;

<figure><img src="/files/ucUwmk013fGSv2SidaU0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.form.gov.sg/faq/faq/mrf/managing-form-responses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
