Page Creation on Author Instance from Publish-Based Form Submission | Community
Skip to main content
September 22, 2025
Solved

Page Creation on Author Instance from Publish-Based Form Submission

  • September 22, 2025
  • 1 reply
  • 712 views

In my Publish interface, there is a form where I enter all the required details. Upon submitting the form, the page creation should occur in the Author instance. When the form is hosted on the Author instance, submitting it successfully creates the page in Author. Similarly, when the form is hosted on the local Publish instance, submitting it creates the page in Publish. I need help ensuring that, regardless of where the form is hosted, the page creation always happens in the Author instance.

1 reply

HrishikeshKagne
Community Advisor
Community Advisor
September 22, 2025

Hi @bhavani_pampari_303 ,

You need to route the publish form submission back to the Author instance instead of creating pages directly on Publish. In practice, the form action on Publish should call a secure endpoint on Author via Dispatcher/replication agent, servlet, or API, and only Author should handle page creation. Publish must never create pages directly.

Hrishikesh Kagane
September 22, 2025

Are there any reference documentation or links to this?