Is there any way to add questionnaires to a Softr page?

Hi,
I am looking to create a questionnaire in Softr.
I have an AirTable database creating the questionnaire record, with all associated questions linked.

I would like

  • an interface where a client can access their questionnaire to respond to questions and upload files, but be able to save their progress as they work through.
  • Multiple people may also input into the same questionnaire.
  • I would also like to make some of the questions conditional.
  • An assessor would then approve the responses that are received.

Any ideas how I can accomplish this? I could use the conditional forms, however they are a one-time thing, once submitted the client cannot change their responses.
Thanks.

Hi, just a quick sketch of a possible solution.
I think you could load the questions in a list/table, and use the edit button linked to a modal as a way to edit the answers.

Conditional question could be handled by reloading the list/page after some previous answers were provided, and filtering the data to show in the list based on those answers.

The page reloading could be handled by a custom script looking for a certain data to appear on the page.

Would that work?