Radio buttons not getting selected in window.print()

Issues related to forms.
Post Reply
pajadt
 
 
Posts: 304
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Radio buttons not getting selected in window.print()

Post by pajadt »

Hi Pablo
i add return true; and add second button for print with options window.print() whole page., but when print mot show which is checked button
is have any solutions to solve that, to be visible after print which is radio buttons cheched, with run javescript or some other way
Thank You
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Radio buttons not getting selected in window.print()

Post by Pablo »

To be able to help you, I need to see what you have done.
pajadt
 
 
Posts: 304
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Re: Radio buttons not getting selected in window.print()

Post by pajadt »

hot finshed jet but click at Verre Double and click to print and in print files not show checked Verre Double radio buttons
https://dd-time.com/g-vision/
also not does not recognize the background color buttons text or other part where is gray etc,
You see he us visible like must to be in live preview but when try to print not visible i mean at radio buttons which is cheched
Thank You
Last edited by pajadt on Sat Oct 12, 2019 10:44 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Radio buttons not getting selected in window.print()

Post by Pablo »

Printing is a feature of the browser, you cannot control what is printed from the code. This is controlled by the browser.
That is why normally developers create a 'printer friendly' page via code with text and image only.
pajadt
 
 
Posts: 304
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Re: Radio buttons not getting selected in window.print()

Post by pajadt »

so its not possible, is posible to add with event example screehoot page, in that case it be visible, this is idea not know is possible
Thank You
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Radio buttons not getting selected in window.print()

Post by Pablo »

I'm sorry, you cannot control printing behavior via events. Printing is standard browser functionality.
Post Reply