Hi ,
Open up your
/qa-plugin/qawork/functions.php file ,
go to the function qw_order_profile_fields($profile){
There the first line --
$keys = qw_apply_filter('order_profile_field', array('name', 'website', 'location', 'about', 'company'));
Change it to your required fields
eg -
$keys = qw_apply_filter('order_profile_field', array('name', 'website', 'location', 'about', 'company' , 'job' , 'telephone', 'street' ));
Hope this helps