Hi there,
I’m very new to code and web hooks and was wondering how I could turn this:
full_name=John+Alan+Doe&email_address=johndoe%40gmail.com
into this:
FirstName: John
MiddleName: Alan
LastName: Doe
Email: johndoe@gmail.com
I hope to use minimal steps, as using the format tool gets a bunch. Also the thing that stumps me fully is being able to get a first name and last name as well as a first name and middle initial… Any help is much appreciated!