Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.275
edited by Jip-jan Alunkel
on July 30, 14:07
Change comment: Update document after refactoring.
To version 2.276
edited by Jip-jan Alunkel
on July 30, 14:31
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -2,11 +2,11 @@
2 2  #macro(createFormStart $elementDataObj)
3 3   #if($elementDataObj.use_captcha == "true")
4 4  <script>
5 - var fav = {
5 + const formAttributeValues = {
6 6   "id": "${elementDataObj.id}",
7 7   "action": "${elementDataObj.url}",
8 8   "method": "${elementDataObj.method}",
9 - "product": "${elementDataObj.product}"
9 + "data-form-product": "${elementDataObj.product}"
10 10   }
11 11  </script>
12 12  <div class="pagemaker">