Hi, I have a problem for that I can't find a solution. It would be really great if someone could help me with a hint to a module or a documentation page that might help me. I'm not really familiar with PHP yet but I'm willing to learn.
I have a content type (named session) with nine text fields. I want users to be able to choose from templates when they create a node of that type. So far so good, I can do this with the prepupulate module. Users can choose from several session templates out of a list of links I have put on a page. Every link has a list of field values in its URL. But what if I want the values to be choosen randomly out of more than nine values? Each of the nine text fields are to get a different value from a list of more than nine values. So every time a session node is created with the template, the values of the text fields should be different.
I hope my english is good enough here. Please tell me if it's not, then I'll rephrase my problem.
One solution that comes in my mind right now could be to randomly create the prepolulate links on my page. So the prepopulated field values would not be different for every time the link is clicked, but for every time the page with the links is accessed. But if somebody knows a better solution, please let me know.