Forum

Thread tagged as: Question, Runway, Members

Can Members Post into Collections?

Hi,

I'm building a site using Perch Runway which will contain a lot of user generated content (news, jobs, events). I would love all the content to be searchable, and easily managed by the site's administrators.

So I was wondering, would it be possible for signed-in members to submit information directly into a Collection? I guess I could created the collections, each with their specific temaplates, and then try and reverse-engineer the database structure and write my own SQL query to input the data into the database - but this feels a bit messy.

Is this functionality possible?

Thanks!

Jack Barber

Jack Barber 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You'd need to use the API and build an app for that. I wouldn't encourage you to try to use our data structures because they're not part of the public API and so could change at any point.

Great, thanks for the pointer Drew.