Hello everyone,

Since designers don't ever think on the post-design work I'm stuck at one last part of this work. I need to customize my search form submit button. I need to change it from the standard submit button and turn it into an image submit button. I know that changes on $form['submit'] = array('#type' => 'submit', '#value' => t('Search')); must be made. But I don't know the words to set the '#type' and what others keys I must include (such as the "src" address).

Can you anyone help me? I guess it's no big deal, since I just need the exact word to make input type="image" and the key name for the src="..." command.

Thanks in advance!!!
Raphael

Comments

raphaeltsr’s picture

Can anyone help???

bmcmurray’s picture

Hi Raphael,

I would just target the submit button using CSS and give it a background-image and manipulate its look that way. You should be able to target it specifically enough that it won't effect any other submit buttons on your site.

--
B. McMurray

--
Brian McMurray