Does Someone Know How To Create Like A Access Code? It Would Be Easy If I Could Have Pictures Or An Explanations. Discord Is Ch!ef#5945
Depends on what CAD you have add me on discord and i will help you
Username: EGS|Austin|Founder/Owner
#4618
It is easy.
There are two super easy ways to do this.
Let F represent final destination, and P the password
The first method:
Create a Input (i), and button (x).
WF: When x is clicked, go to F, only when (i)'s value = "P"
The second method:
Create a data type
Create a field (W)
Set value of the field (P)
Create an Input (i) and Button (x)
WF: When x is clicked, go to F, only when (i)'s value = W
The difference of the two is that the second method, while being a tad bit more confusing, is dynamic and you can adjust it through a field in, for example, a staff page. The workflow would be as follows:
In staff page, create a button (y) and input (u)
When y is clicked, make changes to W
Add an additional field, u=W
That is it.
I’ll be honest you might want to rethink access codes, they’re a bit annoying. What I mean by this is it’s an outdated method for granting access to your application. Maybe consider an alternative route by using a specialized link path to your benefit. This is a tactical approach that discord uses and it’s very effective.