Skip to content
Discussion options

You must be logged in to vote

Can you try updating to v4.5.1 and let me know if it helps?

Also, when you update Replicator fields, you'll need to create inputs for each replicator set's ID, along with any other fields on the sets, as it'll override the whole field, instead of merging w/ existing data.

Simplified example from your template:

{{ category }}
    <h3>{{ name }}</h3>

    {{ _category_index = index }}

+    <input name="category[{{_category_index}}][id]" type="hidden" value="{{ id }}">
+    <input name="category[{{_category_index}}][name]" type="hidden" value="{{ name }}">

    {{ checklist }}
+        <input name="category[{{_category_index}}][checklist][{{index}}][id]" type="hidden" value="{{ id }}">

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wm-simon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants