Native form within glide attached to payment button (purchase a non tangible item) - users fill out form, not submitted to google sheets until payment made, happy with stripe and or Paypal.
The app being public (no sign in needed) with option to subscribe (to contribute) subscription can be free or paid, paid monthly or yearly.
Once subscribed the user can add, edit, delete own items. All items added by subscribers can be seen by everyone.
Admin can be granted by app owner to anyone.
Not sure whether my expectations here are too high?
@spencersRus why don’t you just use the RichText component? Just build your button in HTML using images in the HTML that are links. I have several image links in my app this way. Social Media logos, etc. I’m using the RichText component all over my app in the absolutely goofiest ways using CSS to move them all over the screen, rotate them, etc. It’s easily my favorite component in the app. I just wish it could interact a bit better with screens within the app. I’ve actually done the opposite of you. I’ve created variations on some of Glide’s “boring buttons” and Tab Icons using Illustrator and I use RichText to place them as PNGs in the app in weird spots but keep a consistent Glide style.
Anyway, if all you want is an image that’s an external link, this is very easy to do currently.
All I want are three things:
Character limiter on Text Fields.
Ability to wrap text inside the image boundaries of an inline list (and of course with that, a way to disable that shadow effect that goes under the text when you place it inside the image in an inline list).
Ability to affect the font, spacing, line breaks for Titles, Details, Captions on Inline Lists.
With those three things, you can create a pretty decent micro blogging platform. Limit length of text content, put it inside a rounded 3:2 shape, give the text a bit of style.
It may be a lot to read, and I’ve come up with a way to do it by means of a script. However it is not as fast as Glide is, i.e., the script, although short in code, takes a few seconds to update the sheet and therefore Glide.
My dream feature is a combination of https://uizard.io/ and Glide. You sketch something and it automatically becomes an app! We’re not there yet, but looking at Uizard not impossible!