• Resolved estek1214

    (@estek1214)


    How can I delete form at registration?

    Hi
    I have find the file registration.php
    /plugins/tutor/templates/dashboard/registration.php

    That can change the registration form.
    Now I delete the First Name in the field.
    But when I try to register and sign up.
    The system show I need to fill up the First Name,it’s required.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Hello @estek1214

    We have input form validation in the backend so you can not just remove the form field you have to put the value.

    Thread Starter estek1214

    (@estek1214)

    Hi,

    Can you tell me what value should I add?
    And also add in the registration.php?

    Thanks!

    Thread Starter estek1214

    (@estek1214)

    Hi,

    I see,so I can’t remove the form field.
    Because the form validation is in the backend.

    Thank you

    Hello @estek1214,

    You can comment out this warning from the following file – line 56

    wp-content/plugins/tutor/classes/Student.php

    123arif

    (@123arif)

    I am facing same issue.

    I want to remove First name and email field

    how can I do that?

    munayam

    (@munayam)

    Hello @123arif,

    You can edit or override the following file to remove first name or any other form fields

    wp-content/plugins/tutor/templates/dashboard/registration.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I delete form at registration?’ is closed to new replies.