Thank you, Mevi! (smiling at you)
I got the color on the bottom border working! I didn’t realize I had lowercase instead of uppercase for one letter in the name ActiveTab in the formula linked to the bottom border. Now that i’ve fixed it, the bottom border shows up only when active. Yayyyy!
I couldn’t figure out why my Worldwide tab wouldn’t work properly, even though everything looked right, so I deleted the “set page variable” and redid it–and now it’s working, thank goodness!
…If I want users’ support contact info that they input to only be on their own phones/apps, then I don’t need firebase, right? I can just create client-side data here, right? Do I use this to allow them to add their support contacts? Power-up: Forms and Form Validation - Composer
Using the video above, it mentions she’d already created a database but didn’t explain how. I know I need it to be client-side database, so I created client-side database called “MySupports” with Name (value type text), Email (value type email), Phone (value type number). Then on my “Find Support” page I created an input form for name, email, and phone number, with a button to Add MySupport Contact. I then added the data variable “NewMySupports” to the page, data variable type “new data record.” Then tried to bind the name value on the right sidebar to the database NewMySupports. I found it confusing. It doesn’t show my name, email, and phone number from MySupports database. It only has label or number and id, and i don’t think that’s right.
And when I tried to bind my “Add MySupport Contact” button, create record, with resource name my supports, then record properties to data variable “NewMySupports” it said it was all incompatible. “The type object with 2 properties is not assignable to the object with 4 properties.” Please help!
Also I was looking at the support thread for creating a user-side database. Navigation for Newbie - #9 by jamesf It says to “add a Get Record/Get records node for your database after the App launch event.” But where do I find the App Launch event? I know it’s “event” but I don’t see any place to find them? I want to make sure that users can see the “MySupports” contact info that they already inputted into the app, as soon as they open the page where it should be.
Thank you,
Cheryl