ASP 6.0 [select] and [textarea] Form problem (see screen shot)

  •  05-24-2007, 11:16 AM

    ASP 6.0 [select] and [textarea] Form problem (see screen shot)

    Hello Adam,

    I'm a big user of CE last version (5.2)... I've just bought a "Redistribution License" and updated all my modules....

    -> 6.0 as important bugs with [select box] and [textarea]... users cant update there pages/form!!!

     
    [select box]
     Original code before:
    <select name="RECIPIENT1">
                    <option value=email1@me.com >Ventes</option>
                    <option value=email2@me.com >Support Technique</option>
                    <option value=email3@me.com >Relations Publiques</option>
                    <option value=email4@me.com >Facturation</option>
     </select>


    code after submit:
    <select name="RECIPIENT1">
                    <option value="email1"@me.com >Ventes</option>
                    <option value="email2"@me.com >Support Technique</option>
                    <option value="email3"@me.com >Relations Publiques</option>
                    <option value="email4"@me.com >Facturation</option>
     </select>
     
     
     
    [textarea]

    When a [textarea] is added, updated and re-opened... CE modify the <body> tag, insert it into the [textarea]... and now the SUBMIT user's form disappear and the CE submit does not work anymore (cant submit) so IMPOSSIBLE TO CHANGE or MODIFY ... users are stuck, cant edit there page or form!! ... To help you understand here is a screen shot
     
     
     

    So real nightmare for me... I have to put back all my modules to old 5.2 version!!
     

    Thanks,
    //JF//

View Complete Thread