Hi, i've create a form in with i can pass parameter with url and this value are write on inputbox and textarea.
This work but when i reduce screen dimension the textarea and input not resize with screen end goes outside the border.
The code to add this field is in custom code module:
<p>Compila il seguente form per iscriverti al corso di: <strong><input id='titolocorso' name='corso' readonly="readonly" size="80" value='<?php echo $corso; ?>' /></strong><br /> Data: <strong> <input id='datacorso' name='data' readonly="readonly" size="90"value='<?php echo $data; ?>' /> </strong> <br /> Sede: <br/><textarea name="sede" id="sedecorso" class="F form-control" readonly="readonly" placeholder="" rows="2" cols="30" title="" style="" data-wysiwyg="0" data-load-state="" data-tooltip="" ><?php echo $sede; ?></textarea><br/>
I've add class=" F form-control" but not work.
But if i add a textarea module and apply F class it works. What is wrong??
The page of form is at this link.
http://www.gquattroservizi.it/component/chronoforms5/?chronoform=Iscrizione_Corsi&cs=Addetti%20primo%20soccorso%20Aziende%20Gruppi%20B%20e%20C&sd=Hotel%20Florida,%20via%20%20A%20Valerio%2043,%20Piove%20di%20Sacco%28PD%29&dt=28/10/2015&pr=190,00
Have you any idea?? Thanks
This work but when i reduce screen dimension the textarea and input not resize with screen end goes outside the border.
The code to add this field is in custom code module:
<p>Compila il seguente form per iscriverti al corso di: <strong><input id='titolocorso' name='corso' readonly="readonly" size="80" value='<?php echo $corso; ?>' /></strong><br /> Data: <strong> <input id='datacorso' name='data' readonly="readonly" size="90"value='<?php echo $data; ?>' /> </strong> <br /> Sede: <br/><textarea name="sede" id="sedecorso" class="F form-control" readonly="readonly" placeholder="" rows="2" cols="30" title="" style="" data-wysiwyg="0" data-load-state="" data-tooltip="" ><?php echo $sede; ?></textarea><br/>
I've add class=" F form-control" but not work.
But if i add a textarea module and apply F class it works. What is wrong??
The page of form is at this link.
http://www.gquattroservizi.it/component/chronoforms5/?chronoform=Iscrizione_Corsi&cs=Addetti%20primo%20soccorso%20Aziende%20Gruppi%20B%20e%20C&sd=Hotel%20Florida,%20via%20%20A%20Valerio%2043,%20Piove%20di%20Sacco%28PD%29&dt=28/10/2015&pr=190,00
Have you any idea?? Thanks