Create pages from the front end

Is it possible in Kirby 3 for a site visitor to create a page from the front end through a form like it was in Kirby 2?
I have been trying to do it with the uniform plugin using Page::create but i keep getting a message “you are not allowed to do this” if I am not logged in.

Impersonating the kirby super user:

$kirby->impersonate('kirby');

https://getkirby.com/docs/cookbook/migration/sites#frontend

It worked! thank you very much.

1 Like