Custom Forms - hidden fields


(Glovegro) #1

Matrix Version: v5.4.1.2

When setting the text input type to ‘hidden’, the Title (label) still appears on the form itself. Is there a way to hide this also?

Cheers
Gavin


(Byrne) #2

You can customise the body copy of the form and only include the field input.
This means that you need to add each field individually, which could be a pain in a big form.

But it gives you the best control over the structure and setup of the form.
If it is all too much then a good old CSS style to hide the offending title will work too. You can target the title with a

label[for="name_of_field"]{
 display:none;
}

(Glovegro) #3

Thanks Andrew,

Just checking to see if there was a Squix form setting to do this. CSS will work fine.

Ta


(Bart Banda) #4

We are planning on adding a dedicated feature for this in the future: https://squizmap.squiz.net/matrix/9552