New form calculated field fdcontrol border

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
TWendt
Posts: 109
Joined: Mon Sep 08, 2014

22 Oct 2021

Hi,

is it possible to show a border around a calculated field in the new form?

Best wishes
Tom

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

26 Oct 2021

Hello Tom,

You can customize the appearance of any element on the form using CSS.

1. Add a class to the element, e.g. 'calc'
css.png
css.png (6.73 KiB) Viewed 57748 times
2. Add a CSS to the editor:

Code: Select all

.calc .ms-formbody.fd_control {
    border: solid red;
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests