Hi everybody,
I'm trying to "send" values from a content type (I use a typo to buiild the url) to a form. It works perfectly with a string, the field is filled with the right value. But if the string contains a digit, or if I send numerical values, then the field isn't filled at all...
Here are a few exemple, since I may not be clear :
Url : contact?test=hello will give, in the label : "hello", which is nice. But,
Url : contact?test=hello2 will give ... an empty label. Same thing happen with full numerical values like "2375".
Any ideas ?
Thanks