[TYPO3-project-formidable] user defined {btnsubmit}

Michael Wilde michael.wilde at yahoo.de
Tue Jan 16 16:38:25 CET 2007


Hi,

how is it possible to change the caption of a submit-button and/or using 
images as submit-buttons with formidable?

E.g. the output of the rendered {btnsubmit} should be something like
<input type="image" src="submit.gif" alt="Submit">

And is it possible to use more than one and distinguish between 
different submit-buttons inside a single form?

I would need a form like this with differend actions behind the buttons:

<form ...>
     <input type="image" src="submit1.gif" alt="Submit1">
     <input type="image" src="submit2.gif" alt="Submit2">
     <input type="image" src="submit3.gif" alt="Submit3">
     <input type="image" src="submit4.gif" alt="Submit4">
</form>

TIA,
Michael.


More information about the TYPO3-project-formidable mailing list