• Resolved iansilva6

    (@iansilva6)


    Hello,
    I have a problem with the plugin. By writing the short record code on the screen, I can not select the record fields as if they were locked. However login fields are normally selected.

    Follow the link:http://ajufest.com.br/login/

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

    Thank you for reaching out to us.

    It seems like you are using a premium version of Profile Builder so please submit a support ticket because we are not allowed to offer support for paid plugins on these free forums.

    This is a .css issue caused by the theme that you are using.

    Install a free plugin called Simple Custom CSS and after you install and activate it go to Appearance -> Custom CSS and use the following code:

    .wppb-send-credentials-checkbox label {
        position: relative;
        top: -400px;
        margin-right: 250px;
    }
    
    li.wppb-form-field.wppb-send-credentials-checkbox {
        height: 24px;
        top: 400px;
    }

    I will wait for your ticket and we will continue our conversation there.

    Best regards,

    Thread Starter iansilva6

    (@iansilva6)

    Thank you, it worked perfectly. =)

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

The topic ‘Registration fields do not select’ is closed to new replies.