Hello Bubblers,
My “Create Account” button on my app has a conditional that searches my list of profanity words in my database to see if it contains the username they are trying to make. When the username is in the list of banned words, the button becomes un-clickable. My problem is that since the only option for conditionals is to make a button un-clickable, i cant set it to “make this button clickable” when search count is 0. Within the 2 seconds that it takes to search my database, people are allowed to quickly hit “Create Account” to finish the account creation before the search is complete. I tried using the when “page is loaded entire”, both on conditionals and on the button workflow, but even when it’s still searching the database, it thinks the page is still entirely loaded.
Any ideas? I’m sure I’m missing something quite simple. Thanks!
-Zach