Hello,
My list of values in a pull-down field has a comma -
'Silver Sponsor - $2,000'
and it looks like this comma triggers a 'carriage return' in TNEW. Any workarounds ?
Thank you,
Sabina
My advice for debugging this: compare the DOM element tree in your web inspector with the source code being returned by the server. If there's a <br> in the source, then it's something on TNEW's side, but if the DOM tree has a BR but the source doesn't, then you know it's some page javascript that's substituting the , with a <br>.
Nick i thank you for your advise - where can I find DOM element tree ? Thank you,