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


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to