Hi guys
I'm using the Field Generator module to generate random strings of numbers and assign them to one field of my choice when a page is created.
In the module description, it says we don't need to set $page->name (or any other field), it just works automagically.
As in my case, I'm using the module to create urls (for example, mysite.com/image/131602236844), so I'd need to use the $page->name field to create the string, but it won't work. It works on any other custom field, but not with "name" field.
Here are a few screenshots:
Field Generator setup with "name" field: http://api.drp.io/files/544295d764173.png
But nothing happens on the "name" field: http://api.drp.io/files/544295d75bb0e.png // http://api.drp.io/files/544295d7523ad.png
I've already tried putting "name" and "$page->name" but nothing happens.
Any ideas if I'm doing something wrong?