Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:create:table-layout-dropdowns [05.02.2015 16:48] – [Check Input] alexander.ritteren:create:table-layout-dropdowns [23.04.2021 17:29] (current) – [Version 1] sophia.schauer
Line 23: Line 23:
  
  
-First of all, place the following PHP code on a page in the questionnaire in **Compose Questionnaire** to to prepare the placeholders for the input fields.+Under **Compose questionnaire** (using element "HTML code") or in a text module (display: "HTML code") insert the HTML code for the table:
  
 <code php> <code php>
Line 42: Line 42:
 <table width="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0">
   <colgroup>   <colgroup>
-    <col width="20%"> +    <col width="22%"> 
-    <col width="20%"> +    <col width="18%"> 
-    <col width="20%"> +    <col width="22%"> 
-    <col width="20%">+    <col width="18%">
     <col width="20%">     <col width="20%">
   </colgroup>   </colgroup>
   <tr>   <tr>
-    <td>%ST17%</td> +    <td>from:%input:%ST17%</td> 
-    <td>%ST18%</td> +    <td>%input:%ST18%</td> 
-    <td>%ST19%</td> +    <td>to:%input:%ST19%</td> 
-    <td>%ST20%</td>+    <td>%input:%ST20%</td>
     <td>     <td>
 </code> </code>
en/create/table-layout-dropdowns.1423151313.txt.gz · Last modified: 05.02.2015 16:48 by alexander.ritter
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki