Multiple issues for Sports Betting App (new to Glide)

Hi all, I included a link to my app called Palgo here: https://palgo.glide.page

I recently created an app called PALGO that is a sports betting app designed to provide customers with a few picks daily. Essentially, I use AI models that calculate a mathematical edge for a select number of games each day, allowing the customer to make informed bets and win long term.

I was able to sync Google sheets to upload tables to the app fairly easily, but am having trouble with a couple things:

1: I would like the blue buttons on my live scorecard on homepage labeled “NFL”,“NBA”,“MLB”, and “CBB” link directly to the pages I created for each.

2: Is there anyway I can change the font size and color in any of my tables. For example, making the “Total” at the bottom of “Palgo’s last 20 AI Picks” much larger and maybe a different color? Or the “Result” in the Last 20 picks highlighted green or red for a loss? Change the color of the sport (NBA- orange), (MLB-red), (NFL-blue), (CBB-green).

3: When I access the app on phone or give access to somebody else, I can click on the net units in live scorecard, or game under top AI sports picks and it opens up a new page or window. I’m not sure why it does that but I don’t want that data to be able to be clicked on.

4: I have created a FAQ section at the bottom of my home screen, but would like to make each question like a button or a dropdown where you click on the question and then it displays the answer. The FAQ when you click on it also takes you to another tab/screen to edit.

5: I created a login button for customers/users to login and would like that to take you to a page/screen where you can login or create an account.

6: I’m trying to make the Top AI sports picks listed at the top of the homepage only visible to those with an account and subscription. Having trouble creating a subscription/free 7 day trial as well. Ideally, I’d like to offer a free 7 day trial and then charge something like $49.99/mo. I’ve watched some of Robert Pettito’s videos on YouTube for monetizing Glide Apps but haven’t been able to apply it.

As you can tell I am new to app building but love Glide App for what I’m trying to accomplish uploading a ton of sports data from Google Sheets.

Any help or suggestions on overall layout would be much appreciated, and thanks for your patience guys!

Thanks in advance,
Paul

1 Like

Seems like you set the app privacy to something that doesn’t allow external people to log in.

1 Like

Ok, I just switched to public with no user profile required. That should work, let me know thanks!

You could build an accordion component with two data fields, title and body.

When I created such a component the AI automatically created an isOpen data field, which you can remove.

You can ask the AI to replace the arrow symbol by plus and minutes symbols based on the status of isOpen.

You can use visibility conditions applied to the components and point the conditions to the Users table where presumably you would store subscription information.

Authentication (account creation and access) is handled by Glide automatically. You can have an action component, such as a button, with a login action.