Hi there,
we have somebody coding a simple job application component for us. I'd like to use a contact form in it, I created with chronoforms.
I told that to the developer and he inserted the tag inside the *.html.php, below the createdate of the particular posting:
but this does not work. The tag doesn't get rendered into my form. Is it possible to do this at all? Where does the tag has to be, to get this to work?
thanks a lot, michael
I'm using the latest version of the componenent and the mambot exisiting for J1.0
we have somebody coding a simple job application component for us. I'd like to use a contact form in it, I created with chronoforms.
I told that to the developer and he inserted the tag inside the *.html.php, below the createdate of the particular posting:
[...]
<div class="createdate">
Created: <?php echo $job->created; ?><br/>
<?php if( $job->created != $job->modified ) echo "Updated: ".$job->modified; ?><br/>
</div>
<br/><br/>
{chronocontact}application{/chronocontact}
<br/><br/>
<?php
mosHTML::BackButton ( $params, $hide_js );
[...]
but this does not work. The tag doesn't get rendered into my form. Is it possible to do this at all? Where does the tag has to be, to get this to work?
thanks a lot, michael
I'm using the latest version of the componenent and the mambot exisiting for J1.0