• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

Email plugin bug

Hello, I have applied email plugin on my form and using echo $this->data['table___element'][$key] to get repeating group data to this email PHP script and attached PDF template. For field element (Format: Decimal, Number Format: Yes, Decimal Point: ,) is in PDF template all correct but in email PHP is decimal part of this number with fixed 00 - number 19.90 is changed to 19.00 (19,90->19,00). As temporary solution I have changed it to RAW format, but it is not in number format with defined decimal point. Thank you
 
Back
Top