Form Builder

Brian Brown asked on July 11, 2022 18:38

If I was in page builder I could do something like to maybe display certain content.

@if (Context.Kentico().PageBuilder().EditMode)
{
    ...etc
}

Is there an equivalent in FormBuilder? Forms -> FormBuilder

Correct Answer

Brian Brown answered on July 11, 2022 20:45

This will work for what I'm using it for.

Context.Request.Path.Value.Conatins("kentico.formbuilder")

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.