Good Morning,
I have a wierd problem, i have a text field which is set to number and decimal and I have set the DB column to be DECIMAL[6,2] however when i type in for example 126.89 it is changing the 126.89 to 12600 and not referencing the .89 but changing it to 00 can you advise why this occurs and what i need to do to fix it?
Many Thanks
I have a wierd problem, i have a text field which is set to number and decimal and I have set the DB column to be DECIMAL[6,2] however when i type in for example 126.89 it is changing the 126.89 to 12600 and not referencing the .89 but changing it to 00 can you advise why this occurs and what i need to do to fix it?
Many Thanks
What does your debug show
Debug on submission shows the 126.89 to be 12600 - seems to be amending the amount inputted upon submission for that specific field
This topic is locked and no more replies can be posted.