[eluser]Bikun[/eluser]
Is there a way to do that?
[eluser]Michael Wales[/eluser]
I think Bikun was specifically asking if there was a Form helper to do this - no there is not. You could easily create one and place it within your application's /helpers directory.
To be honest, I find the Form helper to be little help at all and only use the form_open() and form_close() tags myself.
[eluser]Bikun[/eluser]
[quote author="Michael Wales" date="1230612002"]I think Bikun was specifically asking if there was a Form helper to do this - no there is not. You could easily create one and place it within your application's /helpers directory.
To be honest, I find the Form helper to be little help at all and only use the form_open() and form_close() tags myself.[/quote]
Yes, exactly.
Okay, will use usual way then ...
Thanks!
[eluser]Unknown[/eluser]
I have this bit of code:
<?=form_submit(array('name'=>'register',
'class'=>'submit',
'value'=> 'Submit' ))?>
I'm I'm trying to replace the standard "Submit" with an image button.
Tips on how to rewrite this such that I can include an image???
Thanks.