In this commit, I integrated the tally form. With the form, I wanted three things:
- Unlimited responses - I didn’t want the website to just randomly close and the quiz to not work just because the max submissions was reached
- Nice UI/UX - I don’t want it to look like a basic google forms since that is honestly quite boring nobody likes that
- No big logo banner - I don’t want the jotform thing where there is this big banner on the bottom
- Backend - I don’t want to be like formsubmit.io where it just sends an email - I want it to actually show a table of responses
- Answers - I want the users to see the answers after finished.
At first there was literally no good options and I was literally thinking selfhosting this - but there is not much point. So, at the end, I found a workaround with Tally where it can send the answers in the query parameters to the answers page (yes it is a real workaround but the users don’t notice anything)
Log in to leave a comment