Remove labels on sign up boxes in external websites

Ideas! We love to hear them. Your ideas are the features we add next.
Post Reply
User avatar
Agalassi1792
AllPro Expert
AllPro Expert
Posts: 510
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Tue Nov 18, 2014 12:42 pm
Website: apwt.bluezenith.com

Remove labels on sign up boxes in external websites

Post by Agalassi1792 »

Hello,

If I am to place a sign up box on a WordPress website, and use the APWT plugin to integrate that form, the form displays with the name and email labels, so its like

name:
(form field)

email:
(form field)

Can there be a way to completely remove the 'name', 'email' and other labels above the form fields on external websites (and possibly in general as well)? This can be a clickable 'on' or 'off' option when you go to create the sign up box.

I hope this makes sense, thanks.
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: Remove labels on sign up boxes in external websites

Post by JohnB »

Thanks for the suggestion!

We will look into adding that into a future version, but for now you can use this css to hide the form labels:

Code: Select all

.leadbox form .form-group label {
	display:none;
}
User avatar
Agalassi1792
AllPro Expert
AllPro Expert
Posts: 510
Joined: Tue Nov 18, 2014 12:42 pm
Website: apwt.bluezenith.com

Re: Remove labels on sign up boxes in external websites

Post by Agalassi1792 »

Cool, thanks a lot that definitely helped!
Post Reply