Required Items
- Clint Lechner
- Posts: 5
- Joined: Wed Aug 28, 2013
You can easily do this with CSS and by modifying the orientation of the specific field in Forms Designer.
1. In Forms Designer, change the orientation of the field from Horizontal to Vertical.
2. Add the following code to the CSS section to hide the * for the column named "SomeColumnName".
.fd_field[fd_name=SomeColumnName] > .fd_title > .ms-formvalidation {
display:none !important;
}
1. In Forms Designer, change the orientation of the field from Horizontal to Vertical.
2. Add the following code to the CSS section to hide the * for the column named "SomeColumnName".
.fd_field[fd_name=SomeColumnName] > .fd_title > .ms-formvalidation {
display:none !important;
}
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Thanks Clint. Also, you can use the following JavaScript code to hide *:
Code: Select all
fd.field('Title').title().required(false);
-
- Information
-
Who is online
Users browsing this forum: No registered users and 25 guests