actually it's a great idea I've always think of it, however there are some remarks make it inconvenient:
1st: it doesn't deal well with right to left languages (so yes is no, & no is yes)
2nd: yes and no are vbphrase, so to translate them we have to go through the template (which is tedious)
3rd: fields are a little restricted, such as the phone number
***update*****
and before I forget, the powered by vbulletin page (i.e., staffapp.php) is not compatible with version 3.8.4
u should replace this line:
PHP Code:
error_reporting(E_ALL & ~E_NOTICE);
with this:
PHP Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192);
anyways, I liked it