Prblem to create Group Selection Form
-
Beside the normal BP Groups page I want to create a page where users can select groups through check boxes and join multiple groups at a time. Though I am not an expert in PHP coding, but I try to write a code for the purpose and put it in a normal WP page through PHP code plugin. Groups are appearing in the right way, but the submit button is not working accordingly. Could any one here please guide me to resolve the problem. I am using buddypress 1.6.1 and my code is as follows:
`<form action="” method=”post” id=”department-request-form” class=”standard-form”>
<input type="checkbox" id="” name=”select_departments[]” value=”” />
- The topic ‘Prblem to create Group Selection Form’ is closed to new replies.