• Resolved evalo

    (@evalo)


    Hi, is it possible to change or delete some of the fields required for new client registration in the lite or Pro version? I´m not using the plugin for skype calls, so skype ID is not what my clients are going to write down. Such a great plugin, I would be sorry to abandon it for this little detail. Thank you, Eva

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hi @evalo,

    Sorry for replying late. Yes, you can remove the unnecessary fields. To remove the skype, follow following steps:

    1) go to the plugin folder. You will find shortcode folder there, then, shortcode > details.php.
    2) In details.php go to line number 197.
    3) Here you will find block code for skype. Add a class, example: skype

    4) Now, go to Appearance tab in plugin settings, you will find custom CSS there add following CSS code:

    .skype{
    display: none;
    }

    This will remove the skype from the Registration form.
    Please notify us after applying changes. If you face any problem, please contact us we will do it for you.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘New client registration fields’ is closed to new replies.