Has anyone ever added descriptive help text to their forms (1.1 forms)?
The form layout supports labels and error messages. but I also need to have a sentence long description for each field explaining what this field is. This needs to be a code based solution; not just manually hardcoding the descriptions in a template as I will have lots of forms and fields. Ideally, I'd like for $form->render() to display the text. What's the best way to implement that? And as I don't want to duplicate effort, has anyone done this before? P.S. As an added bonus, it would be nice have descriptive text shown for each option in a dropdown; automatically displayed when the dropdown changes. I assume this would mean creating a new widget. Is that right? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
