Help

Re: Set specified filter options for external view

Solved
Jump to Solution
1075 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Lyndsey_Manyluk
5 - Automation Enthusiast
5 - Automation Enthusiast

I’ve embedded the Gallery view on to my website, but I know that having all filter options available will be confusing and hard to navigate for my users. How can I specify what filter options I want them to be able to choose from (and ensure the other options are not available) in the shared view.

1 Solution

Accepted Solutions

The Pro version is the same as what I described above.

Airtable does have an API, so if you know someone who is a website coder, I’m sure that they could custom-code your own custom gallery view on your website that pulls real-time data from your Airtable database.

Hope this helps! If I’ve helped you out, could you please mark one of my comments as the solution to your question? This will help other people who have a similar question. :slightly_smiling_face:

See Solution in Thread

6 Replies 6

When embedding a view, you can choose to turn the filter option ON or OFF (by toggling the “Show View Controls” option), but you can’t specify which fields will show up in the filter. It will list all the fields that are visible on your view.

If you really want to narrow down which filter options are available to your users, you can actually do this with Stacker. But Stacker is extremely expensive, so it’s probably not worth it just to gain this one feature. (I also don’t know if they allow “guest access” to a gallery view — meaning that they might require all of your users to log in with a username & password before showing them the gallery view.)

Thank you for your feedback and suggestions. I did notice the ON/OFF options. I definitely want my users to be able to filter, I just wish I could inform the suggested filters for them to choose from (to make it a more seamless process). I was going to try to see if the “Pro” version would allow me any control over this, but since my trial is already up… I don’t really want to pay, if that doesn’t end up doing the trick. Perhaps someone with the pro version could help advise?

I also appreciate your suggestion for Stacker. While it offers much more than I’m looking for in this instance, it’s always great to learn about new tools. Who knows, that may be something I’m looking for in the future.

Thanks!

The Pro version is the same as what I described above.

Airtable does have an API, so if you know someone who is a website coder, I’m sure that they could custom-code your own custom gallery view on your website that pulls real-time data from your Airtable database.

Hope this helps! If I’ve helped you out, could you please mark one of my comments as the solution to your question? This will help other people who have a similar question. :slightly_smiling_face:

Perfect! Thanks for the insight!

You’re welcome! :slightly_smiling_face:

Yes, Stacker is absolutely fantastic for user portals. I just found out from their support team that they don’t offer guest access to data at this time, but people can upvote the request on their feature requests forum.

I discovered that I can hide the controls that were unnecessary to me with css:

.mr1 {display: none;}
 
You might need to find the right css for you, but I trust you can.
 
Thanks!