diff --git a/static/js/comex_reg_form_controllers.js b/static/js/comex_reg_form_controllers.js
index 5bac6562e04d140af71da9a6e923798e81ec73f2..03089ac01b1e0cd6cedfcf27d1fea0b64d7e3f50 100755
--- a/static/js/comex_reg_form_controllers.js
+++ b/static/js/comex_reg_form_controllers.js
@@ -755,7 +755,7 @@ $(function() {
 $(function() {
   var $hontitlesInput = $('#hon_title')
 
-  var hontitlesList = ["Student", "PhD Student", "Doctor"]
+  var hontitlesList = ["Mr", "Ms", "Dr.", "Prof.", "Prof. Dr."]
 
   $hontitlesInput.autocomplete({
       source: hontitlesList,
@@ -771,8 +771,9 @@ $(function() {
 $(function() {
   var $jobtitlesInput = $('#position')
 
-  var jobtitlesList = ["Engineer", "Lecturer", "Associate Professor", "Professor",
-                       "Research Fellow", "Research Director", "Chairman"]
+  var jobtitlesList = ["Graduate Student", "Post-Graduate Student", "Engineer",
+                        "Lecturer", "Associate Professor", "Professor",
+                       "PhD Student", "Research Fellow", "Research Director"]
 
   $jobtitlesInput.autocomplete({
       source: jobtitlesList,
diff --git a/templates/base_form.html b/templates/base_form.html
index 441568a6f6974ed7ee59c1a12bd2fdff2b727799..2e0512919fd88d11ce6d5430831d4b42239bf4bf 100755
--- a/templates/base_form.html
+++ b/templates/base_form.html
@@ -197,7 +197,7 @@
               </div>
 
               <div class="question input-group">
-                <label for="position" class="smlabel input-group-addon">* Job Title</label>
+                <label for="position" class="smlabel input-group-addon">* Job Position</label>
                 <input id="position" name="position" maxlength="30"
                        type="text" class="form-control autocomp" placeholder="titre"
                        onblur="makeBold(this)" onfocus="makeNormal(this)">