I'm seeing the problem described earlier here:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=12151&start=0&hilit=dollar+sign
I think this was fixed in the older version, but I'm seeing it in the latest V4 RC 2.0.
Here's how to reproduce:
Create a form
Add a text area
Add a submit
Add a db save
In the area, enter some text and include something with a dollar sign followed by 2 digits. For example $10. This problem doesn't happen with alpha chars, only digits.
Submit the form (so it saves to the database)
At this point, look at the data in the database. It's still there and appears correctly.
Load the form information (using another form that loads in the db row via the token).
If you enable debugging you'll see that the field still has the correct information - but the $10 is missing from the text in the text area. If you entered 3 digits, then the last one will still be there. For example $100 -> 0.
Now if you save the form again then the $10 will be missing from the database as well.
See the screenshot and look for the Quote data.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=12151&start=0&hilit=dollar+sign
I think this was fixed in the older version, but I'm seeing it in the latest V4 RC 2.0.
Here's how to reproduce:
Create a form
Add a text area
Add a submit
Add a db save
In the area, enter some text and include something with a dollar sign followed by 2 digits. For example $10. This problem doesn't happen with alpha chars, only digits.
Submit the form (so it saves to the database)
At this point, look at the data in the database. It's still there and appears correctly.
Load the form information (using another form that loads in the db row via the token).
If you enable debugging you'll see that the field still has the correct information - but the $10 is missing from the text in the text area. If you entered 3 digits, then the last one will still be there. For example $100 -> 0.
Now if you save the form again then the $10 will be missing from the database as well.
See the screenshot and look for the Quote data.
