Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hello everyone,
in a cloned page I would like 2 or more fields to be on the same line. It's possible ?

This is the code used
Code: Select all
 <cms:editable name='dettaglio_offerta' label='Sezione dettagli' desc='Personalizza i dettagli offerta' type='group' collapsed='1'/>  
   
      <cms:editable name='nome_prodotto' hidden='1'
       label="Nome Prodotto"
      desc="Inserisci il nome del prodotto"
       type="text"
      group='dettaglio_offerta' /> 
      
       <cms:editable name='collezione_prodotto' hidden='1'
       label="Collezione Prodotto"
      desc="Inserisci collezione del prodotto"
       type="text"
      group='dettaglio_offerta' /> 


Thank you

Attachments

Hi,

Please see viewtopic.php?f=8&t=11023
The addon is now a part of Couch's core so no need to explicitly install it.

Hope it helps,
Thanks kk,
very kind as always.
3 posts Page 1 of 1