Hi, I am using ChronoForms to open a "popup" window (using javascript)
The form opens correctly, but (of course) the "popup" page shows the form with all modules and stuff form my current template (header, logo, menus and so on...)
Would it be possible to open the form in a popup window WITHOUT loading the Template, just showing the basic form on a blank page?
The form opens correctly, but (of course) the "popup" page shows the form with all modules and stuff form my current template (header, logo, menus and so on...)
Would it be possible to open the form in a popup window WITHOUT loading the Template, just showing the basic form on a blank page?
this is the link used to open my form..
<a href="./index.php?option=com_chronocontact&chronoformname=calcolo_tariffe&codicecorso=<?php echo $this->escape($this->row->CodiceCorso); ?>&importo=<?php echo $this->escape($this->row->importo); ?>" onClick="return popup(this, 'calcolo_tariffe')">Calcola la tariffa più vantaggiosa per te</a>
Hi autodafe,
Someone else has asked this before, please check back through the forums. One way might be to use index2.php in your link.
Bob
Someone else has asked this before, please check back through the forums. One way might be to use index2.php in your link.
Bob
Hi GreyHead,
i did some search in the forum but no luck in finding what I was looking for...I'll double check and see what i can do with the index2.php suggestion.
thx
i did some search in the forum but no luck in finding what I was looking for...I'll double check and see what i can do with the index2.php suggestion.
thx
This topic is locked and no more replies can be posted.