• Resolved agrefrath

    (@agrefrath)


    I created a form with the WPEverest Form builder (V1.8.3) (just the basic setup with first name, username, email, email confirm, Lastname, password) and it does not show a proper layout (see page and click ‘register’).

    The layout of the default page appears and the form fields seem to be crushed next to it in a separate narrow row.

    I do use the most recent WP version (btw, where do I find the version number)?

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

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

    It seems that some plugin conflicts might be causing this issue. Anyway, paste this code in the additional css box and it will fix the issue:

    .ur-frontend-form .ur-form-row {
        padding: 0 10px;
    }

    Note: You can find the additional CSS box in your theme customization. Click on Appearance > Customize and scroll a bit and you will find it there.

    Let me know if it helps or not and I will get back to you.
    Regards!

    Thread Starter agrefrath

    (@agrefrath)

    WOW! Thank you. What a precise and distinct advice. I am impressed. It solved the issue on the spot.

    Looks great. However, when trying to register I get the following error:
    “JSON Parse error: Unrecognized token ‘<‘”

    I am not sure, if you are able to help with this one as well, but in case … thank you

    Hi @agrefrath,

    The error that you mentioned might have occurred due to a plugin conflict on your site which should also be a reason for the design issue previously.

    I recommend you to deactivate all other plugins except user registration and see if the issue still exists. Let me know if it does.

    But if it works fine then you can activate one plugin at a time and checking the registration process at the same time. You will come to know the conflicting plugin if any.

    Let me know the results and I will get back to you.
    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Registration form not displayed correctly’ is closed to new replies.