Hello fauzievolute,
if you want add some field more, only you need add it fields to the form, for example, above line 298 insert:
The same for other type of field, radio buttom, check box, select,... with to put these fields in the form, already display in contact page and save the data.
You do not need to edit anything line more.
Regards.
if you want add some field more, only you need add it fields to the form, for example, above line 298 insert:
Code:
<span style="margin-bottom: 6px;"><label>Date:</label><input style="margin-left:2px; width: 395px;" type="text" class="text" name="contact[dt]" cols="60" /></span>
<br /><br />
<span style="margin-bottom: 6px;"><label>Phone:</label><input style="margin-left:2px; width: 395px;" type="text" class="text" name="contact[phone]" cols="60" /></span>
<br /><br />
The same for other type of field, radio buttom, check box, select,... with to put these fields in the form, already display in contact page and save the data.
You do not need to edit anything line more.
Regards.