Is there a way in 2.2 to add an extra flag to individual fields in the module to give them an extra css for example?
Building out a database and application for a client that will have a lot of fields but the fields serve 3 purposes. 1. the field is only used internally and may or may not be required. 2. the field is required for communication with an outside api but not used internally 3. the field is used for both. So for 1 and 3 where fields are required is easy and set the required flag so they have to be entered. For 2 the field won't be required to fill out the form but I want to maybe change the style of the input box so the end user knows it's an API required field and they will at some point have to come back and enter something in there. I'll have reports for the managers to see all items with missing API info but it would be nice if I could create a visual for the end user to know what the field is there for. Was hoping this could be fairly automated through the module where I can set an option in the module to either set a custom css or even some custom flag that I could use/check in the front end. Any thoughts? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
