Page 1 of 1

Add fields

Posted: 19 Jul 2017, 07:43
by CrazyMode
Greetings!

I have needs to add more fields in form.
But there is no needs in additional mysql fields.

Let's say i add fields
Name
City
Address

And there is standard field
Content

I just wanna combine this fields before they go into database
like:

Content = Name . "<br/>" . City . "<br/>" . Address . "<br/>" . Content

something like that

Can you help me, and explain where POST is processed, after submit?

Re: Add fields

Posted: 19 Jul 2017, 13:45
by CrazyMode
Ok, I figured it out.

Re: Add fields

Posted: 19 Jul 2017, 17:03
by Jan
Ok