... |
... |
@@ -1,6
+1,6 @@ |
1 |
1 |
Repeatable elements are elements where the user can create multiple instances, eg. for entering more than one email address. Sometimes we might want to add an incrementing number to each repeated element. We could modify the HTML directly via JavaScript, but that is cumbersome and error-prone. Instead, we can add numbers dynamically via {{smallcaps}}Css{{/smallcaps}}. |
2 |
2 |
|
3 |
|
-{{figure image="example_css_counter_repeatable_elements_en.png" width="600"}} |
|
3 |
+{{figure image="gettingstarted_css_counter_repeatable_elements_en.png" width="600"}} |
4 |
4 |
Showing an incrementing number for each repeated element. Mark the element as repeatable in the base settings section. Use the CSS tab to add the numbering via CSS counters. |
5 |
5 |
{{/figure}} |
6 |
6 |
|