Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Page Creation on Author Instance from Publish-Based Form Submission

Avatar

Level 1

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.

3 Replies

Avatar

Community Advisor

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

Are there any reference documentation or links to this?

Avatar

Community Advisor