1. xama
  2. Support
  3. Thursday, October 06 2016, 02:36 PM
I need to hide fields Titles (for Html limiter type) in registration form
Is it possibile?
admin Accepted Answer
Admin
Hi,
yes, in Field parameters there is a option called "Hide title in edit/registration profile page".
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 1
xama Accepted Answer
Thanks

Is it possibile to hide <div class="control-label"> for the field without a visible title?
The purpose is to justify to the left the content of a "html limiter" field
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
Yes you can manage this via CSS.

Is it possibile to hide <div class="control-label"> for the field without a visible title?
I thinks you need to remove margin left from <div class="controls">

you can add something like this in your template:

.FIELDALIAS-group .controls{margin-left:0px;}

replace "FIELDALIAS" with alias of your delimiter field
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.