Skip to main content
Solved

Remove zeros from string

  • 24 July 2024
  • 2 replies
  • 39 views

Hello

How I can remove zeros from string inside the form

for example

if input is 000082354

I want it to be 82354

2 replies

Userlevel 6
Badge +13

Hi @wejdan 

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

 


 



Hope this helps

Jake

Badge +5

Worked, thank you

Reply