Forums

use component styling in redirects

nml375 26 Aug, 2009
Hi,
Locate the "Submit URL" on the General Tab. You'll most likely find this empty, so we'll have to start with figuring out where your form is actually submitting. Checking the source of the form page reveals this:
<form name="ChronoContact_maincontact" id="ChronoContact_maincontact" method="post" action="http://www.tantomedia.com/friendsfirst2/index.php?option=com_chronocontact&task=send&chronoformname=maincontact" >

This means we take the "action" value, and append the &tmpl=component parameter to it:
http://www.tantomedia.com/friendsfirst2/index.php?option=com_chronocontact&task=send&chronoformname=maincontact&tmpl=component

Add this to the "submit url" setting mentioned earlier, and save. Should work like a charm now.

/Fredrik
This topic is locked and no more replies can be posted.