I have an LF web form that users fill in and it auto-populates a state form PDF. That's all straight forward. My sticking point is that they enter their SS# on the web form in a text field. The PDF has an individual field for each digit of the SS#. I need to take each digit of the string they enter and populate each SS# digit field on the PDF. Any ideas of how I can do this?
I've looked at the LF token functions but don't see any that splits every character into an indexed token, or a function that allows me to retrieve a specific character in a string and I don't know of a way that regex can retrieve a specific individual character (3rd, 4th, 5th character, etc.).
Any help is appreciated.