You add all company details at a CSV file and upload that one to the survey's token table. When having an additional token attribute, you can store to which company a user belongs to.
Token data can NOT be updated via a survey. This requires some additional coding, e.g. one could redirect the user to a to be coded script and pass some survey parameters to the script which then grabs the user's data and compares it with the data at the token table. If it doesn't match, the script could update the token data at the database.
Token data can NOT be updated via a survey. This requires some additional coding, e.g. one could redirect the user to a to be coded script and pass some survey parameters to the script which then grabs the user's data and compares it with the data at the token table. If it doesn't match, the script could update the token data at the database.