Hi, that’s unfortunate. I also haven’t figured out how to get the icons horizontally. I copied the code but they keep appearing vertical, also tried including small images but not yet succeeded.
The app I am building has one tab as a daily dashboard where the user is asked to indicate per day
What sports they did (word entry)
How much reading time (number entry)
The best thing happened today (choice entry)
I am trying to figure out how to display a list of pre-set choices combined with the option for the user to fill in their own input, any thoughts?
In Tab 2 there is a tracking overview where the user has the possibility to see the information entered in tab 1 in a week overview (displayed per day) so that then they can see an overview of their weekly performance, any thoughts how to insert a table like this, the data should come from the input in tab 1
I am stuck on these topics
I believe you can use the choice component and the text entry component to fill the same column. You’ll get a warning that you 2 components pointing to the same field, but I’ve done it before and it should work.
For general layout, I would set up a dummy sheet with at least one heading. Doesn’t matter what it is labeled. This will be your first tab. Then I would add a form button on the first tab. The form button will be used to get the input from the user and write it to your main sheet. Depending on how you are setting everything up, you can use a calendar view on the second tab to view everything by day. In reality, you could do all of this on the first tab. After the form button you would add an inline list that points to the main sheet of entries. Again, this all depends on what you have done so far and how you want everything to flow.