Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:create:table-layout-dropdowns [16.06.2015 22:45] – [Version 1] adminen: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 49: Line 49:
   </colgroup>   </colgroup>
   <tr>   <tr>
-    <td>from: %ST17%</td> +    <td>from:%input:%ST17%</td> 
-    <td>%ST18%</td> +    <td>%input:%ST18%</td> 
-    <td>to: %ST19%</td> +    <td>to:%input:%ST19%</td> 
-    <td>%ST20%</td>+    <td>%input:%ST20%</td>
     <td>     <td>
 </code> </code>
en/create/table-layout-dropdowns.txt · Last modified: 23.04.2021 17:29 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki