[TYPO3-english] sguserdata / sg_zfelib input field manipulation
Patrick Gaumond
gaumondpatrick-s-p-a-m at hotmail-sp-a-m.com
Fri Apr 3 22:52:58 CEST 2009
Hello,
I'm trying to modify a simple input field with sguserdata and sg_zfelib.
Actual output:
<input type="text" value="" rows="10" size="10"
name="tx_sguserdata_pi1[data][tx_debut_p1]"/>
Desired one:
<input type="text" id="tx_sguserdata_pi1[data][tx_debut_p1]" value=""
rows="10" size="10" name="tx_sguserdata_pi1[data][tx_debut_p1]"/>
As you see I need to add this info in the middle:
id="tx_sguserdata_pi1[data][tx_debut_p1]"
In the HTML template I got:
div align="center">###FORM_TX_DEBUT_P1###
Anyone could give me a hint ? I'm not responsible for the initial TS,
HTML and even choice of extension on this so I'm a bit lost.
Thanks in advance,
Patrick
More information about the TYPO3-english
mailing list