Hi guys,
I have a little question, is it possible to create the next solution.
The "Address:" field needs to be generated with the editables above (Street, Housenumber, Postalcode and City)
And I also want to say again how great couchcms is, and especially the community that belongs to it.
I have a little question, is it possible to create the next solution.
The "Address:" field needs to be generated with the editables above (Street, Housenumber, Postalcode and City)
And I also want to say again how great couchcms is, and especially the community that belongs to it.
- Code: Select all
<cms:editable name='res_row1' type='row'>
<cms:editable name='res_straat' label='Street' type='text' class='col-md-6' />
<cms:editable name='res_nummer' label='Housenumber' type='text' class='col-md-1' />
<cms:editable name='res_postcode' label='Postalcode' type='text' class='col-md-2' />
<cms:editable name='res_gemeente' label='City' type='text' class='col-md-3' />
</cms:editable>
<cms:editable name='res_address' label='Address:' type='text'/>
