I’ve set up a webhook to receive form data from a customer. The data is: Name, Email, Phone number, City, How did you hear about the company. I need to format this data correctly whenever someone fills it in with the wrong format. For example: john willians → John Willians. I think I need to use the “text phaser” module but I have no idea how to configure it.
HI @Vitortrotti,
I’m assuming you meant the Text Parser module.
However, you might not need that. At the moment you store the data (or use it in another module) you can use the string functions to “fix” the data.
For example, startcase():
You can use any of the other functions like this. You can even use “set multiple variables” to do it for more than one value at a time.
With this result:
L