• Resolved itaybd

    (@itaybd)


    hi,

    two questions about the login&registration form –

    1. is it possible to add fields (for example a new password field) ?
    2. as the form doesn’t appear well in mobile (i saw the thread about fixing the css) i would like to change the order of the forms – so first comes the login option and then the registration. how can i change the order of appearance?

    thanks

    https://wordpress.org/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The template for the login form is here:
    /events-manager/templates/forms/bookingform/login.php

    This tutorial explains how to create custom templates that are upgrade safe:
    http://wp-events-plugin.com/documentation/using-template-files/

    Bear in mind that if you add an extra login field you’ll also need to add the necessary code to save the data to the user profile.

    The booking form template is here:
    /events-manager/templates/placeholders/bookingform.php

    Thread Starter itaybd

    (@itaybd)

    thanks !

    in case i want to change the order of the two forms (first login and then register), i see the call is made in bookingform.php.

    do i just need to move lines 100-103 before line 48 ?

    Yes, that should work fine.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘login / register form’ is closed to new replies.