Skip to content

Include Middle Name in no-overwrite function #4

Description

@magnolia61

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) {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions