I have a Choice field on my form, and the choices are supposed to be (Last Name followed by Comma and Credential). Example: Choice 1: George, MD, Choice 2: Mary, PhD, Choice 3: Clark, PharmD,
These Options are comma-separated, so if I put commas after each choice options, my choices come out as the following on Nintex form:
George,
MD,
Mary,
PhD,
Clark,
PharmD.
What I wanted to accomplish:
George, MD,
Mary, PhD,
Clark, PharmD
What I wanted to accomplish is "except the comma within my choice options.
Disclaimer: I am not a developer. I have seen similar questions on web forums, but NO ONE seems to give direct answers.