How can I pass form data?
Here is a simple form that pass on text field to a php file called test.php
When I click the submit button the data is passed but not within my joomla page..
Instead the data is passed to a new page.. How can I pass the data within the Joomla environment?
Thanks
Here is a simple form that pass on text field to a php file called test.php
When I click the submit button the data is passed but not within my joomla page..
Instead the data is passed to a new page.. How can I pass the data within the Joomla environment?
Thanks
<table width="80%" align="center">
<tr>
<td >
</td>
</tr>
<tr>
<td >
</td>
</tr>
<tr>
<td align ="center">Postcode
<input name="postcode" type="text" />
</td>
</tr>
<tr>
<td align ="center">
<input name="send" type="submit" value="NEXT"/>
</td>
</tr>
</table>