I didn’t want to create another post, but I have another problem further than this one.
How can I say an input text is required and email?
Because I can only do one of them..
{ input: '#email', message: 'Invalid Email', action: 'keyup, focus', rule: 'email' },
It’s not required..
{ input: '#email', message: 'Invalid Email', action: 'keyup, focus', rule: 'required' },
Can be not an email..users can write whatever they want to.