Since we include Middle Name in out profiles, it would be very usefull for us to include the middle name field in this extension. I still need to figure out submitting PR's etcetera. Be gracefull on me. This is the code change I propose. Thanks a lot for your hard work. :-) Regards, RIchard
noverwrite.js
- $.each(["#first_name","#last_name"],function (k,v) {
- $.each(["#first_name","#middle_name","#last_name"],function (k,v) {
noverwrite.php
- foreach (array( 'first_name', 'last_name') as $f) {
+foreach (array( 'first_name', 'middle_name','last_name') as $f) {