Hi there,
I had an issue with hiding the label of Rsform.
If i leave it empty the label is still there and takes up space.
So space you maybe do not want in your form (like i do).
I did not want my customer to mind this and it should be automatically.
I want auto generate enabled of the form because my customer would get frustrated if a field is not added when he did :-D
Solution:
add css to your template.
label:empty {display:none;}
After that a required setting of the field will show the...