Hi.
On line 98 of signups.php there is an SQL statement that has a hardcoded "wp_" prefix on the rg_lead_meta table name. I made this change:
and it solved the problem I was having because the database I am currently working with uses an alternate table name prefix.
cheers, Martha