Get text value of fields only for print form

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
Dan_C
Posts: 63
Joined: Tue Dec 02, 2014

18 Jul 2016

I turned on the print form button in general settings, but I'm finding that lookup fields and related items display the value along with a url. I don't want that URL to show. Is there an easy way to just display text values for printing?

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

19 Jul 2016

Couldn't reproduce the issue. My browser prints all links as text without URLs. What browser do you use? Could you provide a screenshot?

Dan_C
Posts: 63
Joined: Tue Dec 02, 2014

19 Jul 2016

Chrome Version 51.0.2704.103 m

It seems to happen in any field that's a link including: related items (if I have a link to the item column showing), person fields, or Plumsail lookup.

This is only when attempting to print. It looks fine in display form, but print preview shows the text and the urls.

Mind if I send the screenshot to your email?

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

20 Jul 2016

Hello,

Yes, please, drop a screenshot to support@spform.com.

Try to insert the following code into CSS-editor:

Code: Select all

@media print {
  a[href]:after {
    content: none !important;
  }
}

Dan_C
Posts: 63
Joined: Tue Dec 02, 2014

20 Jul 2016

That worked. Thank you.

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests