Page 1 of 1

Add a new form field

Posted: 16 Apr 2014, 00:39
by Matsch_79
Hi there,
I use the "Phoca Guestbook 1.5.3" and wants to create an additional field in the form. In this, the visitor can enter his city.

In the SQL database I've created a field named "city". But I have no idea of php. Who can write to me what I must add on which position?

Thank you already for your help
greeting
Markus

Re: Add a new form field

Posted: 17 Apr 2014, 16:10
by Jan
Hi, this is not so easy, you need to write html output for the form, then controller for the getting form data and model for the saving it to database, then similar feature in administration :idea: