A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
I am trying to get a xform user control on a page(http://domain/Home/) to post data to a different page(http://domain/Test-Blank-view-mode/). I have created a button in the form builder and set the results be sent to the specified URL(http://domain/Test-Blank-view-mode) and also the same page be shown after the form post.
Currently the page submitting to the new page asynchronously from client and then redirecting to the same target page. I am losing the values after the redirect.
What value should I put in the 'Page shown afterform has been sent' to? How can I make the page submit directly to the target page.