How to add own html-table in top of form template?

Hi,

I need to make some form template something like and called "table-and-1column".
I try/want to modify "default" fabrik form and copied its directories to my "table-and-1column".

I would like to put my html code with table:
after: </legend>
<html table>
before: <ul>

in the Code that i can see with firefox Inspector:
HTML:
<fieldset id="group342" class="fabrikGroup" style="">
 
    <legend class="legend">
        <span></span>
    </legend>
    <ul>
        <li class="fabrikElementContainer internalid fabrikHide" style="clear: both; width: 100%;"></li>
        <li class="fabrikElementContainer display" style="clear:both;width:100%;">
            <div class="displayBox" style="width: 1160px;">
                <div class="leftCol fb_el_ccjom_cc_kk_karta_rejestr___field_display1___leftCol"></div>
                <div class="fabrikElement" style="width: 1000px;">
                    <div id="ccjom_cc_kk_karta_rejestr___field_display1" class="fabrikSubElementContainer"></div>
                </div>
            </div>
        </li>


my html-table i want to write similarly like own email template.
I think to write this in that way:

<html>
<table>
<tr><td>$ccjom_cc_kk_karta_rejestr___field_display1</td>
<td>$ccjom_cc_kk_karta_rejestr___data_przyjecia</td></tr>
<tr><td>......</td>.......</tr>
-----------</table></html>

fields used in table for example 40 fields, shouldn't be visible in next part of my form,
after this table with 40 fields should be second part of my form - this should be standard 1 column form.
In this second part of form (1 column) should be 30-50 fields.

I need this only for 1 issue - i need only 1 form whit this.

Please help how to put code wit table to default-template-form?

(this my post has priority "2")
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top