Placeholder works very fine. And also CSS for width adjustments:
Code: Select all
.ph-form-group-vat_1,
.ph-form-group-company {
width: 50%;
}
- BUT how to place the fields besides each other ?
Have experimented with {float: left ...} but it does not work.
Thanks Roland