• Resolved Jonm511

    (@jonm511)


    I am trying to make a simple invite-only registration form that only requires the user to input their email address and seats. I am having trouble finding a workaround in the plugin code to remove the requirement to have the user enter a name as a requirement. Is there a place in the plugin code I could edit so it is no longer required in the registration form?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Franky

    (@liedekef)

    EME requires 2 fields: lastname and email. There’s no option to not require the lastname.

    Thread Starter Jonm511

    (@jonm511)

    Thank you for the fast reply. If that is not possible can the name section be autofilled as it does for the email section when sending a registration link to a non-wordpress user? These are users who already have a name and email placed in the ‘peoples’ section of the plugin.

    • This reply was modified 3 years, 7 months ago by Jonm511. Reason: added more information
    Plugin Author Franky

    (@liedekef)

    EME is only prefilling name and email for logged-in wp users. How do you send that registration link (because I don’t think there’s a way in EME to autocomplete the name/email fields if not logged in)?

    Thread Starter Jonm511

    (@jonm511)

    I have uploaded a csv with people’s names and email addresses. When I make an event that requires an invitation then send out the registration email, the email has a link generated just for each user. When the user clicks on it, it will bring them to the registration page with the email field already filled out with their email.

    If you look at line 1592 in the plugin file ’eme_formfields.php’ you’ll see it’s set to prefill that section by using the email information from the URL sent to the user. This is also the same file I was able to eventually edit so I could bypass a user needing to insert their last name in order to submit a registration.

    Plugin Author Franky

    (@liedekef)

    Ok, the invite_only feature thus ?? There indeed I force the email already.
    I’ll change the code to also take lastname/firstname into account for the next release.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove name requirement from reg form?’ is closed to new replies.