i am using a complexe structure field, where i need to update some inline fields via the frontend. I found the very helpfull “addtoStructure” Snippet in the web, but now i need to update an existing field.
Example: I have articles with a specific quantity. Now i need to update the quantity of one article after a form post.
The Quantity of the article is stored in a strcture field.
Is there any way to do so?
This is the addToStructure function i am using, but i can only be used to create a new entry, or am i wrong?