Replies: 1
This is a follow-up ticket to another user’s previously posted issue, which was closed without being fully resolved.
The problem:
Numeric data entered in a Forminator number field is stored correctly in the form data file, but is presented as truncated in onscreen and email confirmation messages. Note: Numbers with one, two, or three digits are presented correctly, but numbers of four digits or longer are truncated to the first digit. We discovered this the hard way when a donor who had contributed $1,000 received an email acknowledgment saying he had contributed $1! He was not happy…
Example:
[in form] Your donation: ${number-2} [user enters 1000]
[in confirmation] Thank you for your donation of ${number-2}. [user reads: 'Thank you for your donation of $1.']
Fix attempt:
I duplicated the problem form and stripped it down to the basics for testing; this duplicated version did NOT exhibit the number truncation behavior.
Thanks for any info or suggestions…