Manage add/edit form
User manage add/edit form same controller and open same page like feed.php in concrete cms Assistant Got it. Here’s a clean pattern for **one Single Page (feed.php)** that handles both **Add** and **Edit** in the same controller in Concrete CMS 9+. — # 1) Single Page + Controller structure /application /single_pages feed.php <– one page […]