marijn
1
I’m using google id’s for matching members to articles, but these numbers get rounded, that makes that my id’s are not right anymore.
108318712407598539572 becomes > 1.0831871240759855e+20
or when i format it as string it becomes 108318712407598550000
is there a way that i can use the real value (108318712407598539572)?
maiki
2
Your post doesn’t have enough information. Please read requesting help and post relevant information, then someone will be able to assist. 
bep
3
Put qoutes around it and it becomes a string.
marijn
4
Hi bep,
That works, but i’m using forestry.io as “CMS” and it strips the quotes away
maiki
5
Please follow their bug reporting process and get this fixed.
I don’t use Forestry but have you tried using single quotes or are these stripped away too?