Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
1856 มุมมอง

Hi All,

I created a form view with three checkboxes and I want to align them in one line.



form View


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Vikas Maharana,

Can you try this way,

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

Thanks Nikhil

คำตอบที่ดีที่สุด

Hello Vikas

According to what you need to achieve (label above or next to checkbox you could use one of these.



{ div class="row" colspan="2" }
{ div class="col" }{ label for="f2f" / }{ field name="f2f" / }{ /div }
{ div class="col" }{ label for="branch" / }{ field name="branch" / }{ /div }
{ div class="col" }{ label for="digital" / }{ field name="digital" / }{ /div }
{ /div }

Or

{ div colspan="2" }
{ div class="row" }
{ div class="col" }{ label for="f2f" / }{ /div }
{ div class="col" }{ label for="branch" / }{ /div }
{ div class="col" }{ label for="digital" / }{ /div }
{ /div }
{ div class="row" }
{ div class="col" }{ field name="f2f" / }{ /div }
{ div class="col" }{ field name="branch" / }{ /div }
{ div class="col" }{ field name="digital" / }{ /div }
{ /div }
{ /div }
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 15
4561
2
ก.พ. 23
1973
4
ส.ค. 17
8724
2
ก.ย. 15
5599
5
ก.ค. 15
7577