Hello — I’m working with a DocuSign Maestro template where I’d like a signer to enter a “whole dollar” value (e.g., 100) and have it automatically display or format as currency (e.g., $100.00).
In the template designer, using a Currency / Number field works perfectly when setup so the signer enters the value manually on the contract. However, when that same field is prefilled via a Web Form and Maestro Workflow, the formatting (dollar sign, decimal places) doesn’t carry through — it just outputs the raw number.
I’m trying to determine if there’s a way to apply or trigger that formatting on prefilled values.
The only workaround I’ve found so far is hard-coding the “$” before the field and “.00” after it, leaving space for the user to type the number — but that feels like a fragile solution.
Has anyone found a cleaner approach?
-
Can a Web Form / Maestro prefill override or trigger the formatting rules of a currency field?
-
Could a formula or script on the prefill side enforce proper formatting?
-
Or is hard-coding the prefix/suffix currently the only option?
Thanks in advance for any insight or recommendations.