Hi there.
My html form submits the data to a php action page
However, in the general section of the form builder it states...
"Form tag attachment:
something like onSubmit()"
Im not really sure what this means! What to i have to add here?
Secondly...
How do i open the database connection.
I have setup my table in the joomla database.
Do i simply use..
Im slightly confused about how to specify the relative path of this file!
Im very new to php/joomla etc so i hope this makes sense.
cheers!
My html form submits the data to a php action page
<form method="post" action="process_app_form.php">
....etc
However, in the general section of the form builder it states...
"Form tag attachment:
something like onSubmit()"
Im not really sure what this means! What to i have to add here?
Secondly...
How do i open the database connection.
I have setup my table in the joomla database.
Do i simply use..
include 'configuration.php'
Im slightly confused about how to specify the relative path of this file!
Im very new to php/joomla etc so i hope this makes sense.
cheers!