diff --git a/www/js/controllers/join-controllers.js b/www/js/controllers/join-controllers.js
index d8ae4de457dbd352c764eb0c97185ef4ced53a4c..0c9d21d7aac77ab2b94c40b5b9e34824f4e3b6bc 100644
--- a/www/js/controllers/join-controllers.js
+++ b/www/js/controllers/join-controllers.js
@@ -251,7 +251,7 @@ function JoinModalController($scope, $state, $interval, $timeout, Device, UIUtil
     else if (formName == "saltForm") {
       behavior = {
         helpAnchor: 'join-salt',
-        hasPreviousButton: true,
+        hasPreviousButton: $scope.accountType === 'member',
         hasNextButton: true,
         focus: 'salt'
       };