Hello. I am trying to add an extra input to the group creation form to write to the SQL (*I understand that I need to add an SQL table value as well to make it work).
I was able to edit the appropriate xml and group_edit.php, but what file do I may need to edit to add in the code that defines what type belongs to the $input?
Example:
Code:
$input['xxxx']= '<textarea id="xxxx" name="xxxx" class="input-xlarge" cols="40" rows="6">'
I think I have searched all of the files, but I just don't see anything that relates to it. Can you please point me to the correct file? This is for Group Creation and not Event Creation as I have already figured that part out.