From c1a67eb409c4f85af2e174025439ccde1ba739ca Mon Sep 17 00:00:00 2001 From: Carlos Fung Date: Fri, 24 Oct 2025 09:37:44 +0200 Subject: [PATCH] Update render.mdx --- main/docs/customize/forms/render.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main/docs/customize/forms/render.mdx b/main/docs/customize/forms/render.mdx index da03009b2..ed462b43e 100644 --- a/main/docs/customize/forms/render.mdx +++ b/main/docs/customize/forms/render.mdx @@ -184,10 +184,8 @@ exports.onContinuePostLogin = async (event, api) => { * You cannot [redirect](/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/redirect-with-actions) a user and render a form in the same Action. If you need to use both, consider using different Actions. * You can only render one form per Action. If you need to render more than one form, you need to render the forms in different Actions. -* The same form can not be rendered more than once across the same trigger. - For example, if you have a `post-login` trigger with two Actions, you can not render the same form in both Actions, you need to create different Forms for each Action. * The `fields` property size limit is 24 KB. * The `api.prompt.render()` method is available in the following triggers: + [post-login](/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/post-login-api-object) - + [post-challenge](/docs/customize/actions/explore-triggers/password-reset-triggers/post-challenge-trigger/post-challenge-api-object) \ No newline at end of file + + [post-challenge](/docs/customize/actions/explore-triggers/password-reset-triggers/post-challenge-trigger/post-challenge-api-object)