Hi,
Im created field of type varchar and field of type text, what basically want to do is connect multiple fields into one:
(don't cate about booking name for now it's same as booking number)
But booking_test should be booking number-First name
How do I connect those?
BookingTest is type of text
Im created field of type varchar and field of type text, what basically want to do is connect multiple fields into one:
(don't cate about booking name for now it's same as booking number)
But booking_test should be booking number-First name
How do I connect those?
BookingTest is type of text
Comment