diff --git a/website/api/controllers/entrance/signup.js b/website/api/controllers/entrance/signup.js index aeb72dc354..8d723cbc46 100644 --- a/website/api/controllers/entrance/signup.js +++ b/website/api/controllers/entrance/signup.js @@ -144,6 +144,7 @@ the account verification message.)`, firstName: firstName, lastName: lastName, organization: organization, + leadSource: 'Website - Sign up' }).exec((err)=>{ if(err){ sails.log.warn(`Background task failed: When a user (email: ${newEmailAddress} signed up for a fleetdm.com account, a Contact and Account record could not be created/updated in the CRM.`, err);