A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
IMHO solution could be following (also depends on what you gonna do with submitted data afterwards):
What you do later with these collected values - depends on requirements.
I have a fixed form block (not Episerver forms) which has some standard form fields.
I want to add a Content Area which allows additional, dynamic form fields to be added to the form.
The question I've got it is, when a Post back of the block is performed, how would I retrieve the values from the items in the content area?
Has anyone ever managed to achieve this, or has some example / pointers that can help?
Thanks!