I'll do my best to explain this briefly. I'd like to be able to automatically generate forms based on the model without actually preparing classes for those forms. For example:
I have about 75 advertisers, which have custom, unique form fields for data submission. Whatever is in those fields can't matter, because I don't want to write classes for each advertiser. I want to write one single class to handle all 75 of them. To illustrate, advertiserX may need to know the hair_colour, height, age, and sex of the user. AdvertiserY may need to know the name, email_address, phone_number, and weight. Who knows what, really; what counts is that the required data is different and could be considered arbitrary for all we care. Is it possible to have doctrine gather data about these forms and provide Symfony 1.4 with instructions to build a form on the fly? In my model I have information such as field types, names, default values if applicable, dependencies, etc. I have enough information to derive validator information, widget types, labels... The only issue is that I am really not clear on the way in which I'd accomplish this. Any input would be greatly appreciated! Thank you for reading. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en