further form block customization needed , guests should really see limited options (you can do that with filter module but thats a temporary solution - not so safe )
also ability to customize HTML Markup produced [ input id's, title's e.t.c ]

still in -dev????

Comments

gkatsanos’s picture

Title: able to further customize form (available to guests) » theme form block

Could i theme Form Block ? [not style it with CSS]

mikey_p’s picture

Specifically, do you want a theme function that you can override just for each block? Normal form theme techniques should apply.

See http://drupal.org/node/112358 perhaps?

Or do you want to use hook_form_alter on the form?

Let us know what you are trying to change.

gkatsanos’s picture

I want to be able to change <input type , (i.e. default buttons to images ) , add title="..." , onblur=".." , onfocus="..." , to them , remove labels.. things like that!

gkatsanos’s picture

i just saw that i hadnt enclosed to code tags the input html stuff and they didnt appear in my message!!!:( and i was waiting for an anwer. lol! need some sleep. hope i didnt lose you guys

gkatsanos’s picture

Category: support » feature
Status: Active » Postponed (maintainer needs more info)

ANYONE PLEASE???

mikey_p’s picture

Well in terms of changing buttons to images, I would recommend doing this via CSS. Anything with removing labels or such would best be accomplished with a helper module implementing hook_form_alter, if what you need to do isn't viable via CSS.

http://api.drupal.org/api/function/hook_form_alter/6 or http://api.drupal.org/api/function/hook_form_alter/5

Hope this helps.

gkatsanos’s picture

I see what you mean but i find it a bit disturbing that i should know the API and PHP in order to change some simple markup :(
it seems a real pain in the *** ! i hate this stuff is hardcoded

mikey_p’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)