Get text value of fields only for print form
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Couldn't reproduce the issue. My browser prints all links as text without URLs. What browser do you use? Could you provide a screenshot?
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?
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?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hello,
Yes, please, drop a screenshot to support@spform.com.
Try to insert the following code into CSS-editor:
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;
}
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 7 guests