Results 1 to 4 of 4

Thread: subcolum extension with the form generator

  1. #1
    User
    Join Date
    01-25-10.
    Location
    France
    Posts
    61

    Default subcolum extension with the form generator

    Hello,
    I am using subcolum extension
    That's worked fine inside an article (i use 50-50 parts)
    but I have somme trouble inside a form
    the form field are not in two columns but in one only ...

    the generated code is (50-50 parts):
    <div class=" equalize subcolumns" id="formcolset_98">

    <div class="c50l first">
    <div class="subcl">
    <tr class="row_1 odd">
    <td class="col_0 col_first"><label for="ctrl_92">item 1;</label></td>
    <td class="col_1 col_last"><input type="text" name="item_1" id="ctrl_92" class="text" value=""> </td>
    </tr>
    </div>
    </div>

    <div class=" c50r sc_second">
    <div class="subcr">
    <tr class="row_4 even">
    <td class="col_0 col_first"><label for="ctrl_93">item 2;</label></td>
    <td class="col_1 col_last"><select name="item_2" id="ctrl_93" class="select"><option value="" selected="selected">-</option></select></td>
    </tr>
    </div>
    </div>
    </div>


    is there something to organize before using the extension ?

    The main diference I can see between the code generated for a simple article and a form inside an article is
    for a simple article : no use of table
    for a form inside an article is : use of a table

    Thanks for some help
    Sharing and growing

  2. #2
    User
    Join Date
    01-25-10.
    Location
    France
    Posts
    61

    Default Re: subcolum extension with the form generator

    Hello,
    Is there someone using the subcolum extension with forms ?
    Thanks
    Sharing and growing

  3. #3
    User
    Join Date
    06-19-09.
    Posts
    328

    Default Re: subcolum extension with the form generator

    try to check the "tableless" checkbox in the form configuration
    Consulenza Contao CMS https://www.intco.it

  4. #4
    User
    Join Date
    01-25-10.
    Location
    France
    Posts
    61

    Default Re: subcolum extension with the form generator

    Thanks a lot ga.n

    That works fine !

    It a very, good extension, thanks too, Felix Pfeiffer
    Sharing and growing

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •