I am trying to place the join form on a custom page. I created the block on the custom page with:
INSERT INTO `sys_page_compose` (`ID`, `Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`) VALUES (NULL, 'custom-page-name', '998px', 'Join Form Block', '_Join now', 2, 0, 'JoinForm', '', 1, 66.8, 'non', 413);
I can see the block on the custom page when I go to Admin Settings-> Page Builder -> custom-page-name
But when I view the custom page, the block does not show up at all. The block's visibility is set for both Guest and Member to view it.
Hope someone can help or point me in the right direction! Thanks.
