The Divi 5 Registration and Dashboard modules

2 min read Updated August 2026 Applies to: Lite & Pro

The plugin ships two native Divi 5 modules: Affiliate Registration and Affiliate Dashboard. They are Divi 5 modules proper — built on its module API, styled through its options, and visible in the builder like anything else.

What they are for

They exist so that a Divi site can lay out the registration form and the portal with the builder’s own spacing, typography and colour controls rather than fighting a shortcode inside a text module.

Registration module

Renders the application form. Field labels, the button, the success and error states and the logged-in fallback are all builder-styled. It writes through the same code path as the shortcode, so an application from the module is identical to any other.

Dashboard module

Renders the affiliate portal. The tabs, tables and stat cards inherit the builder’s type and colour settings. Logged-out visitors get the login prompt, styled to match.

Divi is optional

The plugin works on any theme. Without Divi the two modules are simply absent, and the [squad_affiliate_register] and [squad_affiliate_dashboard] shortcodes do the same job everywhere — including inside Divi, if you would rather not use the modules.

Divi 4

The modules target Divi 5. On Divi 4 use the shortcodes; the programme is unaffected either way, because the modules are a presentation layer over the same code.