Allow guests to create pages from Panel or frontend

You’re right!

The folder wasn’t there on the server. I’ve created it and now works! :slightly_smiling:

1 Like

Hi! Is it possible to make a tutorial or share the code for the newbies? It would be a great help!

2 Likes

Thanks for the feedback. I have added it to our list for new documentation.

1 Like

That would be great! Is it a long list? :wink:

Wait and see. :slightly_smiling:
We are constantly improving parts of the Kirby site and documentation and at some point, we will document this as well.

Until then, maybe the controller code above helps a bit. If you have any questions, don’t hesitate to ask.

2 Likes

I will just take a good look & just try a little bit. Tnx for the reply and I cant wait. Good work!

Ok first question :wink:

Step1) Create a frontend form
Step 2) Create a controller

Use same names :wink: Well so far so good.

But then…

Create a form using uniform? Or how does that work? I heard about several people that they managed to get this done. Anyone who whats to share the steps & code?

Ditto the above! Was this ever documented?

2 Likes

Hi, can @lukasbestle or @gvocale please upload here the finally template and controller? I have still some problems with file uploads and the official doc (https://getkirby.com/docs/developer-guide/toolkit/upload) is still a bit incomplete. Thank you very much.

2 Likes

i would love to see a tutorial on that too :slight_smile:

1 Like

Is this the applicable tutorial? https://getkirby.com/docs/cookbook/creating-pages-from-frontend

@lukehatfield What are you looking for? The tutorial you mention does not cover file uploads…

@texnixe Sorry, I’m looking to do something similar with allowing users to suggest/create content for a website that waits on admin approval before posting. I’d need image uploads too though.

If you’re using the Uniform plugin: it has an Upload action, maybe that helps: https://kirby-uniform.readthedocs.io/en/latest/actions/upload/