• Resolved janicgoode

    (@janicgoode)


    I have been using RegistrationMagic for the past 2 years, and it’s been an amazing plugin for our forms—really love it!

    I have a quick question regarding form customization. I want to hide the form labels from the field. Could you please guide me on how to achieve this?

    Thank you for your continuous support and for developing such an awesome plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi @janicgoode,

    Thank you for your kind words and for being a valued user of RegistrationMagic for the past two years! We’re thrilled to hear that you’ve had a positive experience with our plugin.

    To hide the form labels from the fields, you can add the following CSS code to your site:

    .rmagic-row.rmagic-fields-wrap.rmagic-col.rmagic-fieldlabel.rmfield {
    display: none !important;
    }

    Here’s how you can do it:
    1. Log in to your WordPress dashboard.
    2. Navigate to Appearance > Customize.
    3. Click on Additional CSS.
    4. Paste the CSS code provided above into the text box.
    5. Click Publish to save your changes.

    This should hide the labels on your forms as desired. If you have any further questions or need additional assistance, please don’t hesitate to reach out. We’re always here to help!

    Thank you for your continuous support and for choosing RegistrationMagic!

    Thread Starter janicgoode

    (@janicgoode)

    Hey @registrationmagicsupport Team,

    I just wanted to say thanks for the awesome support over the past couple of years! Your plugin has been fantastic for my site, and I’ve always had a great experience with it.

    I used the CSS code you gave me to hide the form labels, and it worked like a charm. Problem solved!

    Thanks again for your quick and helpful assistance. It’s great knowing I can always count on you guys.

    Cheers,
    Janic Goode

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Hide Form Labels in Form’ is closed to new replies.