Print or Print preview multipage form - SFG Magento

This area is devoted to Magento Form Builder SmartFormer Gold. Please ask questions, report bugs and share ideas here.

Print or Print preview multipage form - SFG Magento

Postby vkpis » Thu Dec 15, 2011 6:53 am

Hi , I have SFG for Magento . I am trying to add a print preview button before submitting the form and print button on last page after Thankyou.
Do you have any code for that. I used your code listed on one of the topics it wont work.
viewtopic.php?t=655

function printSpecial() {
var pagina = document.getElementById('for_print'); //Draw attention, for_print instead sfg_fieldset
var pagimp = window.open("about:blank",null,"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no"); //more handy popup
pagimp.document.write(pagina.innerHTML);
pagimp.document.close();
pagimp.print();
pagimp.close();

I just see a blank page with no data??
vkpis
 
Posts: 2
Joined: Fri Sep 23, 2011 6:39 am

Re: Print or Print preview multipage form - SFG Magento

Postby IToris team » Tue Jan 10, 2012 3:03 pm

Hello,

Please check this topic.

IToris Team
IToris team
Site Admin
 
Posts: 1355
Joined: Mon Jan 19, 2009 12:33 pm


Return to SmartFormer Gold for Magento

Who is online

Users browsing this forum: No registered users and 1 guest