search for: coprofessors

Displaying 1 result from an estimated 1 matches for "coprofessors".

Did you mean: coprocessors
2008 Dec 21
1
Form issues : partials + AJAX vs simple JS / separate views + form_fors vs one view and fields_fors
Hi all! I am coding an application that keeps track of request to create college courses. An identified user (logically a faculty member) completes a form indicating the name of the course, the professor in charge, the course''s code, the date and place, the possible coprofessors and TAs and the type of website he or she wants to use as a teaching help (WebCT, Sakai, etc.). I have two problems about what I''m doing. First of all, we can have from 0 to inf coprofessors and TAs. Therefore I need to be able to add fields to my form dynamically. I know it is possible...