| 开发者 | sparkigniter |
|---|---|
| 更新时间 | 2026年7月2日 18:17 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[luvia_portal] shortcode.luviaedu folder to the /wp-content/plugins/ directory, or upload the zip file directly via the WordPress Admin → Plugins → Add New → Upload Plugin.After activation, go to LuviaEdu → 📚 Help & Docs in your WordPress admin sidebar for a complete interactive guide with shortcodes, roles, and step-by-step instructions.
Create a WordPress page, add a Shortcode block, and paste [luvia_portal]. Publish the page. That URL becomes your school's portal — students and staff log in with their WordPress credentials.
Build a form using the Drag-and-Drop Form Builder (LuviaEdu → Luvia Forms → Add New → Launch Visual Builder). Note the Post ID from the URL, then paste [luvia_embed_form id="YOUR_ID"] on any page.
Yes. Use the type attribute on [luvia_embed_form]. For example, [luvia_embed_form id="5" type="wpforms"] will embed WPForms form #5 in a LuviaEdu card. The required form plugin must be installed and active.
Go to WordPress Admin → Users → Add New. Select luvia_student as the role. The student can then log in to the portal page created with [luvia_portal].
Submissions from native LuviaEdu forms are stored in the plugin's custom database table and viewable inside the LuviaEdu dashboard under the Admissions section.
Ensure the plugin's assets/index.js and assets/index.css files exist. If you cloned from GitHub, run npm install && npm run build to compile the frontend assets.