HybridElectric Forum
Active Member
Follow
RE: I need help with - User registration with code
@dimalifragis <script> function validatePIN() { var enteredPIN = document.getElementById('pin').value; var allowedPINs = ['1234', '5678'...
1 year ago
RE: I need help with - User registration with code
@dimalifragis This is plugin or what?
1 year ago
RE: I need help with - User registration with code
<script> function validatePIN() { var enteredPIN = document.getElementById('pin').value; var allowedPINs = ['1234', '5678', '9876']; // Lista ak...
1 year ago
RE: I need help with - User registration with code
I have already added the addon, but I don't know what field to add so that the Pin code has a set value/values. 2.PNG
1 year ago
Replies: 7
Views: 716