[TYPO3-english] Mail Form - Select Box - Value
    Salman Javaid 
    salman at tidi.be
       
    Wed Apr 13 14:28:03 CEST 2011
    
    
  
*Hello All,*
I am working with mail form of typo3. I have placed a select box in my form
with some text. But the value of the select box option appears same as text.
How can i set different display text and different value for each option of
select box in typo3 mail form?
*The currently out put is as below:*
<select>
    <option value="Belgium">Belgium</option>
    <option value="France">France</option>
</select>
*The output i want is as below:*
<select>
    <option value="1">Belgium</option>
    <option value="2">France</option>
</select>
*The code of select box is as below:*
Title | *title=select | Belgium, France
*Thanks & Regards,
Salman Javaid*
    
    
More information about the TYPO3-english
mailing list