How do I shift focus to another field on field character limit
I'm trying to add a condition that will allow me to trigger an event (focus on the next field) when a user has input the 2 digit limit to the entry field. I can't seem to work this out - can anyone help please?
The example shows that when someone has entered a value of say '16', the 'focus on' event is triggered to the month field.
Thanks
Files:
Screenshot 2018...
Just create a condition that detects when the count of characters in the input field is 2. Check out the attached prototype.
Just create a condition that detects when the count of characters in the input field is 2. Check out the attached prototype.
Thanks Danielle - that really helps. I was using the wrong function in the condition.
Thanks Danielle - that really helps. I was using the wrong function in the condition.
Replies have been locked on this page!