Mar 23, 2020 12:53 AM
Hi Guys,
We’ve freshly setup awesome initiative for Tech companies that want to help NGOs, we are getting many responses and submitions but not all of them are Tech Companies that we are look for.
TechToTheRescue[dot]org there you can see our
We have Live view for Grid on embeed on website + form under this. I want to have option to approve
form submission before it goes live, is there such a option?
Best, Tom
Solved! Go to Solution.
Mar 23, 2020 08:20 AM
Hi @Tomasz_Aniol,
I would recommend creating a new field that you can use to approve submissions before they populate your public table embed.
To do that, create a new field - this could be a checkbox, or single select - and assign some value to denote that a submission is approved for display on your site.
Then, create a new view (see my example titled approved submissions), and add a filter that only shows submissions that are approved. In my example, this is any record that has the status Approved.
Use this filtered view to embed the table on your site. Hope this is helpful!
Mar 23, 2020 01:16 AM
Hi @Tomasz_Aniol,
Welcome to Airtable Community!
I believe the best option would be to have the form populate another table first, then copy the records that are relevant to the grid view on your website.
BR,
Mo
Mar 23, 2020 02:37 AM
Thanks! That was what I’ve done so far but I want to know if there is more “automated” way
I have “LIVE ON WEBSITE” and “FORM SUBMISSIONS”
Mar 23, 2020 08:20 AM
Hi @Tomasz_Aniol,
I would recommend creating a new field that you can use to approve submissions before they populate your public table embed.
To do that, create a new field - this could be a checkbox, or single select - and assign some value to denote that a submission is approved for display on your site.
Then, create a new view (see my example titled approved submissions), and add a filter that only shows submissions that are approved. In my example, this is any record that has the status Approved.
Use this filtered view to embed the table on your site. Hope this is helpful!
Mar 23, 2020 09:16 AM
Thats an even better solution :slightly_smiling_face:
Mar 23, 2020 11:11 AM
Thanks Jason! That’s brilliant! I will do just that!