Formating Seelction Optional Field with Fill Option
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Please, insert the code into CSS-editor:
Replace 'FieldName' with the internal name of your Choice field.
Code: Select all
[fd_name='FieldName'] input[type='text'] {
width: 400px;
}
Plus, if you did not know it, you can change its label with this
$('label[for*=FIELDNAMEField_ctl00_ctl07]').text('Other (specify)');
$('label[for*=FIELDNAMEField_ctl00_ctl07]').html('Custom:');
This?
$('label[for*=FIELDNAMEField_ctl00_ctl07]').html('Andere (bitte angeben)');
$('label[for*=FIELDNAMEField_ctl00_ctl07]').text('Other (specify)');
$('label[for*=FIELDNAMEField_ctl00_ctl07]').html('Custom:');
This?
$('label[for*=FIELDNAMEField_ctl00_ctl07]').html('Andere (bitte angeben)');
-
- Information
-
Who is online
Users browsing this forum: No registered users and 3 guests