I did a little investigating and the reason the confirmed is there, is simply because it works allready, but not like I had thought about the emails. What you need to do is click participate 1 time and it puts you in the registered colum, clicking participate yet one more time, puts you in the confirmed category.......Thus no need for emails....Kind of annoying, but works a treat. I guess in a post you would need to explain that to register for an event, to please click participate twice to register. But anyhow, thought I would let you know this found it incase anyone ever asks you again...
Oh the one little bitty thing I need to have happen is when you mouse over particape or the other two options, the pointer turns into the little finger or something like it is a link. as of now, if you mouse over it nothinghappens. Might be misleading to some users. Here is a look at the code if anyone can make this happen....Hope this gave ya a little insight as well....Have a nice day!
- Code: Select all
<table><tr> <th>{REG_TITLE}</th></tr><tr> <td> <table> <tr> <td><input> <span>({REG_DO_COUNT})</span></td> <td><input> <span>({REG_MAYBE_COUNT})</span></td> <td><input> <span>({REG_DONT_COUNT})</span></td> </tr> <tr> <td> <table> <tr> <td><span>{REG_HEAD_USERNAME}</span></td> <td><span>{REG_HEAD_TIME}</span></td> <td><span>{REG_HEAD_CONFIRM_TIME}</span></td> </tr> <BEGIN> <tr> <td><span>{reg_do.REG_USERNAME}</span></td> <td><span>{reg_do.REG_TIME}</span></td> <td><span>{reg_do.REG_CONFIRM_TIME}</span></td> </tr> <END> </table> </td> <td> <table> <tr> <td><span><b>{REG_HEAD_USERNAME}</b></span></td> </tr> <BEGIN> <tr> <td><span>{reg_maybe.REG_USERNAME}</span></td> </tr> <END> </table> </td> <td> <table> <tr> <td><span><b>{REG_HEAD_USERNAME}</b></span></td> </tr> <BEGIN> <tr> <td><span>{reg_dont.REG_USERNAME}</span></td> </tr> <END> </table> </td> </tr> </table> </td></tr> </table>