Skip to main content

Hello

How I can remove zeros from string inside the form

for example

if input is 000082354

I want it to be 82354

Hi @wejdan 

You can do this by converting the string into a number using a form variable:

 


 



Hope this helps

Jake


Worked, thank you


Reply