[eluser]Unknown[/eluser]
I've used CodeEx for the admin side of my app successfully.
But I have one extra wish:
I want the public to be able to add one kind of object to my db, with restrictions of course (I will add a CAPTCHA, and public-added-objects will require approval).
So I guess my question is:
Can I use CodeEx to expose the "Create" part of the crud to the public (but not the RUD),
while using a different form (fields & design) than the one I use as admin?