Closed hexfusion closed 10 years ago
This example comes from angler6 flypage. Basically even though the forms have different names and only 1 is defined in xml. The session will populate both sku inputs under the review form.
<form method="POST" action="cart" name="product"> <input type="hidden" name="sku" id="sku" value=""> </form> <form class="frm-default" name="review" action="/review" method="POST"> <fieldset> <input type="hidden" name="sku"/> </fieldset> </form>
<specification> <form name="review" link="name"> <field name="sku"/> </form> </specification>
form":{"review":{"fields":["sku","sku"]}
Fixed in d529ad2.
This example comes from angler6 flypage. Basically even though the forms have different names and only 1 is defined in xml. The session will populate both sku inputs under the review form.
html
xml
session
form":{"review":{"fields":["sku","sku"]}