Forums

ChronoForms only and NO template?

autodafe 14 Nov, 2008
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?
autodafe 14 Nov, 2008
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>
GreyHead 14 Nov, 2008
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
autodafe 14 Nov, 2008
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
autodafe 14 Nov, 2008
ok thanks..using ndex2.php did the trick easily.
just need to add some basic styling and css to the form
thnaks a lot!😀
This topic is locked and no more replies can be posted.