I don’t know if this is possible with bubble, but if I have a text input and what I’m trying to do is eliminate/drop the leading zeros and save the rest
Example: User types in 0000001234567890, I want bubble to drop the zeros and save: 1234567890 to the database or user types in 00100abc0000, I want bubble to drop 00 and save 100abc0000 to the database
I converted the field to a number as @atomicfusion suggested yesterday and it worked for one case, but its not working for the second case when user enters 00100abc0000, instead of saving 100abc0000 to the database, its saving 1000000
How would I achieve this in bubble, is this possible?, thanks
Thank you