I have a multipage form with a set of dynamic fields:
When i go back from my summary page to correct some entries, all fields are republished correctly instead of the dynamic fields. They all have empty values (value="").
Ist it possible to republish dynamic fields? If not, ist possible to exclude this fields from repblishing? Can i enter wildcards in the "Republish skip list" like price* or price[] (i tried both but without success)?
How does the republishing work, is it Serverside or JavaScript?
<input name="price[dynamic_name_of_product]" value="3.50" id="price" type="hidden" />
<input name="price[dynamic_name_of_product]" value="1.50" id="price" type="hidden" />
When i go back from my summary page to correct some entries, all fields are republished correctly instead of the dynamic fields. They all have empty values (value="").
Ist it possible to republish dynamic fields? If not, ist possible to exclude this fields from repblishing? Can i enter wildcards in the "Republish skip list" like price* or price[] (i tried both but without success)?
How does the republishing work, is it Serverside or JavaScript?
This topic is locked and no more replies can be posted.