Hello!
The PDF form already has a "$" statically placed.
The data that is being dynamically loaded (imported from xfdf) also has a "$."
How do I remove, via javascript in the PDF form field, the "$" from the imported data before it is committed and displayed?
Thank you,
Jerry
event.value = event.value.replace("$", "");