Same Form - multiple templates

  • Hi,


    I'm sure I am just overlooking something obvious here, but let's say I have a contact form and I want this to to be within certain templates, i.e. the form appears on the homepage and a specific contact page, how do I use the same form in different templates.


    If I add the usual content call:

    PHP
    1. <?php perch_content('Contact Form'); ?>

    on both templates, I can get the responses stored in the same place, but one of the instances shows the 'success' message and the other doesn't. This seems to be linked to the fact that the admin has generated two instances of the 'success' input area, which I am presuming are conflicting.


    I am sure it can be done.


    Using perch_layout doesn't work. but there must be a way of including the form, without generating a new instance of it.


    Not sure if I am explaining it very well. It's late and I'm tired ! :(


    I am sure the penny will drop soon.


    Any quick pointers would be appreciated.


    Thanks