Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I'm building a custom section but the formatting of the entry form is not good. Then input field is right aligned but one line down. I would like it to be on the same line as the label.
Also, how to I add a datepicker to my date fields
<div class="umb-panel-body"> <div class="umb-pane"> <umb-control-group label="Dato" description="Dato for turen"> <input data-format="dd-MM-yyyy" type="text" name="starttime" ng-model="tour.StartDate" id="inputDate" /> <span class="add-on"> <i data-time-icon="icon-time" data-date-icon="icon-calendar"></i> </span> </umb-control-group> <umb-control-group label="Sidste tilmelding" description=""> <input data-format="dd-MM-yyyy" type="text" name="starttime" ng-model="tour.LastRegistrationDate" id="inputDate" /> <span class="add-on"> <i data-time-icon="icon-time" data-date-icon="icon-calendar"></i> </span>
Hope someone has an idea
Thanks Paul S
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Formatting entry form in Custom Section
Hi I'm building a custom section but the formatting of the entry form is not good. Then input field is right aligned but one line down. I would like it to be on the same line as the label.
Also, how to I add a datepicker to my date fields
Hope someone has an idea
Thanks Paul S
is working on a reply...