First ot all, what a great experience is to know Bubble!
I have 5 years working on Shopify, Wordpress and lately on PHP, so know this is a great thing to me.
I am building an aplication that need to validate a text(number) field before submit The validation is for an IMEI number, that client get from dialing *#06# on his phone.
In order to go to next step, the input should have a valid imei number, if is not valid, can not go to next step.
On php i do this with Luhn algorithm using a function.
How can i do this on bubble?
If someone can help me to right direction really appreciate it