I placed some table tags in #prefix and #suffix fields of the $forms array, but i cannot see anything in rendered page, why?
A:
If you provide a copy of the form code, that would make debugging a lot easier.
One reason, could be the form items you added #suffix
and #prefix
to don't support it. You can check the Form API.
Another possibility is that you simply made a mistake when you made them, or are using a theming function that doesn't render them.
But this is merely guesses...
googletorp
2010-02-23 12:07:15
well, i placed this code into template.php:http://pastebin.com/2dPrzNHwwith var_dump i get this array:http://pastebin.com/Wiu6JUdp
EugenA
2010-02-23 12:27:39
What are you trying to do? Whatever it is you want to do, this is definitely the wrong way to do it.
googletorp
2010-02-23 15:01:54
:-)) i want to do this: http://stackoverflow.com/questions/2312668/modificate-content-profile-form-to-show-checkboxes-in-the-matrix
EugenA
2010-02-23 15:03:58
googletorp, do you know a better way to create a matrix?
EugenA
2010-02-23 15:06:13
I posted a answer at your other question since it belongs there: http://stackoverflow.com/questions/2312668/modificate-content-profile-form-to-show-checkboxes-in-the-matrix/2319543#2319543
googletorp
2010-02-23 15:55:50