On one page I had (tabular) list of FEU users from a specified group; where the list was inside a form; on the end of each row was a checkbox. Usage was tick one or more boxes (to select those users for the action); submit the form; execute the form disposition UDT.
Tried a few things unsuccessfully so far in CMS2.2.9.1 with the latest FEW; CGUserDirectory and CGBetterForms. Tried the following, didn't work
- Created a CGBetterForm template with a simple <form>{CGUserDirectory group=$listgroup summarytemplate="ListArrears" sortby=$sort}<submit></form> structure but when CGBetterForm scans the template it rejects the embedded module
- I also tried moving all of the $user listing template out of CGuserDirectories template (it is empty other than it converts the $users variable that CGUserDirectory creates) convert it to a global; then with the CGBetterForms template insert all of the $user listing template including the <input type=checkbox..... between the <form> and the <submit> - the intention was from the page: {CGUserDirectory group=$listgroup summarytemplate="ListArrears" sortby=$sort} create the $users array but produce no output; then have {CGBetterForms form=.... which would output the form embedded within the tabular user list......but CGBetterForms doesn't seem to find the checkbox ??



