hi,i newbie for a joomla and chrono form.
i use a joomla 1.5 and the chrono form.
i create form the name is data_sekolah (in english is school data)
the database is connected to phpmyadmin.
then i make a submit menu.
but why cannot connected to database.
it's only can see when i create in phpmyadmin.
its the code was wrong?
the code is
and i need a help for my papers
-thx-
i use a joomla 1.5 and the chrono form.
i create form the name is data_sekolah (in english is school data)
the database is connected to phpmyadmin.
then i make a submit menu.
but why cannot connected to database.
it's only can see when i create in phpmyadmin.
its the code was wrong?
the code is
<p>Daftar</p>
<p>
<label>Nama Sekolah
<br />
<input type="text" name="textfield" />
</label>
</p>
<p>
<label>Alamat sekolah
<br />
<input type="text" name="textfield2" />
</label>
</p>
<p>
<label>Status Sekolah<br />
<select name="select">
<option>Negeri</option>
<option>Swasta</option>
</select>
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Tambah" />
</label>
</p>
and i need a help for my papers
-thx-