Aug 23, 2016 02:59 PM
Hi, this may be a basic question, but could some of the more experienced users here please recommend an easy way to build a website that allows users to query data from an airtable database? I have found a Wordpress plugin but would appreciate advice on whether Wordpress is the best way for a beginner to start trying to build something reasonable. Many thanks, Simon
Nov 04, 2017 05:36 PM
Thank you so much for your help Chester!
I’m now one step closer to hand crafting my own blog that will be pulling data from AirTable. As I’m new to the back end of the internet, from your last post I’ll now investigate “Bootstrap” to help make a pretty picture. I’d appreciate any other tips or pointers you have on this.
array(3) { [0]=> array(3) { [“id”]=> string(17) “recoeQYbc53XQx5IA” [“fields”]=> array(3) { [“Description”]=> string(6) “StuffA” [“Plan”]=> string(12) “Stuff A Type” [“total”]=> int(100) } [“createdTime”]=> string(24) “2017-11-05T00:06:41.178Z” } [1]=> array(3) { [“id”]=> string(17) “recjdHIFxtwC7C4Rr” [“fields”]=> array(3) { [“Description”]=> string(6) “StuffB” [“Plan”]=> string(12) “Stuff B Type” [“total”]=> int(222) } [“createdTime”]=> string(24) “2017-11-05T00:06:41.178Z” } [2]=> array(3) { [“id”]=> string(17) “recOTssv6UJmWWFPy” [“fields”]=> array(3) { [“Description”]=> string(6) “StuffC” [“Plan”]=> string(12) “Stuff C Type” [“total”]=> int(133) } [“createdTime”]=> string(24) “2017-11-05T00:06:41.178Z” } }
Thanks again!
Dec 27, 2019 05:07 PM
Hi Chester,
For quite some time I have been looking for solutions to use my base in a website. Clients should be able to log into a personal environment, and work with complex queries. A decent answer to my questions I still need to find. Can I PM you?
Regards,
André
Dec 28, 2019 10:53 AM
You may certainly PM me. While a full fledged query builder would be neat, quite a lot of functionality can be had by simply linking to the Formula Field Reference and passing the error messages back to the user.
Dec 30, 2019 09:30 PM
What address is best to use to PM you?
Jan 10, 2020 01:43 AM
@Andre_Zijlstra Not sure what kind of personal environment and complex queries you mean, but FYI I recently custom coded a login protect page on a public website which allows the user to browse and search through an airtable base.
Roughly explained here: https://community.airtable.com/t/creating-a-public-web-view-of-an-entire-base-caching-and-filtering-...
It’s very “custom coded”, since it wasn’t in a standardized environment like WordPress (Chester’s Airpress is def the way to go then!) or anything.
Hit me up if you’d like to know something.