What is the simplest way to do an accept / refuse form? I was thinking doing an hidden input and changing its value when a click is done on accept or refuse, but it looks like a workaround
Do I specifically have to register a form submit callback with drupal 6? I've specified the callback in the #submit property, but it's not getting called upon submission. I've cleared caches as well
Is it possible to serialize a form based on the id of each element? I have a function that serializes by name, but when I change the syntax to this.id, the functions fails.