• Resolved Luizik

    (@luizaumnova)


    Hello, dear!
    I am in love in your plugin! Thank you for your work!
    Can you help me please?
    I need 2 registration forms on my website for “fans” and “clubs”. How can I do it with TML?
    Would be greatfull for any help.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    You could accomplish this using the shortcode along with the register_template parameter. Just copy wp-content/plugins/theme-my-login/templates/register-form.php to you current theme’s directory, rename it to register-fans-form.php. Create another copy and name it register-clubs-form.php. Edit those as needed. For the shortcodes, simply use [theme-my-login register_template="register-fans-form.php"] and [theme-my-login register-template="register-clubs-form.php"].

Viewing 1 replies (of 1 total)
  • The topic ‘Multipule registration forms’ is closed to new replies.