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
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”
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!
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!
Thats an even better solution
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!
Thanks Jason! That’s brilliant! I will do just that!