Hi threre.

Yes the Claim Listing have a problem with selection of account type in sign up process.
Now it always select first available account type for new accounts.
I've fix which already applied to website of Pete Young.
Please check it. If it's OK I'll add it to plugin and update the plugin.

1. Open file \plugins\claimListing\claim_listing.tpl and find code:

Code:
Only registered members can view the code.
And replace it:

Code:
Only registered members can view the code.
Find other code in this file:

Code:
Only registered members can view the code.
And replace it to:

Code:
Only registered members can view the code.

2. Open file plugins\claimListing\claim_listing.inc.php and find code:

Code:
Only registered members can view the code.
And add new code after:

Code:
Only registered members can view the code.
3. Open file plugins\claimListing\rlClaimListing.class.php and find code:

Code:
Only registered members can view the code.
And add new code after:

Code:
Only registered members can view the code.
Find code:

Code:
Only registered members can view the code.
And replace it to:

Code:
Only registered members can view the code.