Blog Sections Open
Creating Resources from eForm Submissions for Logged-In Users Only
User-generated content flows become much cleaner when the form creates a resource and pulls author data directly from the current account.
Creating content-like resources from a form is a natural Evolution CMS pattern, especially for Q&A areas, submissions, classifieds, or member dashboards. The important part is not only creating the resource, but doing it safely for authenticated users and attaching the right author data.
Recommended pattern
- restrict the form to logged-in web users
- pull author fields from the current account instead of trusting user-entered identity text
- create the resource in an unpublished or moderated state when appropriate
- clear or refresh listing caches so the new record appears predictably
If a newly created item becomes visible only after logout or refresh, the issue is usually cache or permission context, not the creation step itself.
Using Contextual Internal Links to Build Wikipedia-Style Cross-Linking
How to approach contextual internal linking in Evolution CMS when you want automatic cross-links inside long-form content.
Sending Multiple File Attachments from a Form Workflow
How to think about multi-file email submissions when a form needs to send more than one uploaded file reliably.