Hi,
Is there a possibility (function) to convert an amount to text?
Now a user should type itself however many typos are then possible or incompleted text,
Small example:
Amount: 30,00
Text as money: “dertig euro en nul cent”
Ron
Hi,
Is there a possibility (function) to convert an amount to text?
Now a user should type itself however many typos are then possible or incompleted text,
Small example:
Amount: 30,00
Text as money: “dertig euro en nul cent”
Ron
We’ve talked about it a few times in these forums:
There are PHP libraries now that could also be harnessed to transform the value that was submitted, and convert it to text using the gform_pre_submission filter and a bit of custom code, if you need the words stored in the entry:
Chris,
Thank you, I’ll dig in to it.
(Using the right “search” keywords…
)