How do I make the toggle show true for all users as a default?
How do I link toggle to user database? So, then each user can subscribe to subgroups to receive notifications. Currently, I have properties for each of the toggles in the user database (youth, children, women’s department, ect.) but when individual user click on toggle it does not check off the ones that they subscribe to.
User relationship that I have from the Notification Subscription Group, tallies the unmarked boxes as the ones that the user subscribed to/ marking unmarked boxes true.
I have now made the signup button “update logged in user” where I set all the notification subgroups as “true” …I believe that is what you meant.
I will look into the favorite documentation you sent.
To clarify my third question, for my list with toggles, I have an action that update users notification subgroup and for the relationship I have “add current notification subgroup.” When I go to the user database, I notice that it adds the unchecked toggles meaning it records that the user wants to subscribe to the notification subgroups that are uncheck, but in actuality I would want the user database to add the toggles that are checked. How can I resolve this?
Just a small comment about toggle’s logic: toggle component is directly connected to the True/False property in the database collection. I.e. checking/unchecking toggle changes the property value to True/False immediately.
Is there a way I can have all of the dropdown options selected when a user sign-up?
After selecting items in the dropdown, if the user returns to the dropdown I see that the user no longer sees the options once selected. It remains in the database, but it would be helpful if the user sees previous selected at well. Is there a way to keep the selected checkboxes from the dropdown visibly checked for the user?
You could try just adding multiple update user actions on the signup process but it may slow it down as it would need to execute each action sequentially before it processes the signup.
That doesn’t seem possible right now. I guess that functionality would fall in between the toggle function and the multiselect function.