@@ -404,7 +404,7 @@ public function Generate($options, $errors = array(), $lastform = true)
404
404
$ this ->state ["formnum " ]++;
405
405
$ this ->state ["formid " ] = $ this ->state ["formidbase " ] . $ this ->state ["formnum " ];
406
406
?>
407
- <form id="<?php echo $ this ->state ["formid " ]; ?> "<?php if (isset ($ options ["formmode " ]) && $ options ["formmode " ] === "get " ) { ?> method="get"<?php } else { ?> method="post" enctype="multipart/form-data"<?php } ?> action="<?php echo htmlspecialchars ($ this ->state ["action " ]); ?> ">
407
+ <form class="ff_form" id="<?php echo $ this ->state ["formid " ]; ?> "<?php if (isset ($ options ["formmode " ]) && $ options ["formmode " ] === "get " ) { ?> method="get"<?php } else { ?> method="post" enctype="multipart/form-data"<?php } ?> action="<?php echo htmlspecialchars ($ this ->state ["action " ]); ?> ">
408
408
<?php
409
409
410
410
$ extra = array ();
@@ -628,7 +628,7 @@ protected function ProcessField($num, &$field, $id)
628
628
$ this ->state ["insiderow " ] = true ;
629
629
$ this ->state ["insiderowwidth " ] = false ;
630
630
?>
631
- <div class="fieldtablewrap<?php if ($ this ->state ["firstitem " ]) echo " firstitem " ; ?> "><table class="rowwrap"><tr>
631
+ <div class="fieldtablewrap<?php if ($ this ->state ["firstitem " ]) echo " firstitem " ; ?> "><table class="rowwrap"><tbody>< tr>
632
632
<?php
633
633
$ this ->state ["firstitem " ] = false ;
634
634
}
@@ -638,7 +638,7 @@ protected function ProcessField($num, &$field, $id)
638
638
if ($ this ->state ["responsive " ] && $ this ->state ["insiderowwidth " ]) echo "<td></td> " ;
639
639
640
640
?>
641
- </tr></table></div>
641
+ </tr></tbody></ table></div>
642
642
<?php
643
643
$ this ->state ["insiderow " ] = false ;
644
644
}
@@ -887,7 +887,7 @@ protected function ProcessField($num, &$field, $id)
887
887
if ($ this ->state ["formtables " ])
888
888
{
889
889
?>
890
- <table id="<?php echo htmlspecialchars ($ idbase ); ?> "<?php if (isset ($ field ["class " ])) echo " class= \"" . htmlspecialchars ($ field ["class " ]) . "\"" ; ?> <?php if (isset ($ field ["width " ])) echo " style= \"" . ($ this ->state ["responsive " ] ? "max- " : "" ) . "width: " . htmlspecialchars ($ field ["width " ]) . "\"" ; ?> >
890
+ <table id="<?php echo htmlspecialchars ($ idbase ); ?> " class="formitemtable <?php if (isset ($ field ["class " ])) echo " " . htmlspecialchars ($ field ["class " ]); ?> " <?php if (isset ($ field ["width " ])) echo " style= \"" . ($ this ->state ["responsive " ] ? "max- " : "" ) . "width: " . htmlspecialchars ($ field ["width " ]) . "\"" ; ?> >
891
891
<thead>
892
892
<?php
893
893
// Let form handlers process the columns.
0 commit comments