Formating Seelction Optional Field with Fill Option

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
gaj
Posts: 40
Joined: Wed Feb 01, 2017

03 May 2017

Dear Dimitry,
How to format (make longer) a Field with "Fill Option" like the attached Picture (yellow)?
Option.PNG
Option.PNG (11.84 KiB) Viewed 2557 times
thx for help

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

03 May 2017

Please, insert the code into CSS-editor:

Code: Select all

[fd_name='FieldName'] input[type='text'] {
	width: 400px;
}
Replace 'FieldName' with the internal name of your Choice field.

gaj
Posts: 40
Joined: Wed Feb 01, 2017

03 May 2017

thx Dmitry, works well :)

User avatar
GregReno
Posts: 19
Joined: Tue Mar 14, 2017

09 May 2017

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)');

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests