
Hi,
I m developing a new system on localhost. I have got a question. I create two new post type with cpt ui. These are Clients and Certificate post types.
Certificate post type have custom fields like as certificate_description, certificate_price etc.
And “Clients” post type have got post object field as “buying_certificate”. This load post type “certificate”. When i choosing buying_certificate i want to display other field data in new custom fields.
For Example:
Certificates:(custom fields)
First Certificate:
Bike Certificate
certificate_descripton: Do a bike!
certificate_price: 250
Second Certificate:
Bus Certificate
certificate_descripton: Drive your Bus!
certificate_price: 3200
I have got too much certificate. 🙂
—————————————
In Clients Page: (custom fields)
buying_certificate : (field type: post object, field by post type : certificate)
buying_certificate_description : empty field ( i want to show certificate description when buying certificate choosing )
buying_certificate_price : empty field ( i want to show certificate description when buying certificate choosing )
Please tell me how can i do this. My mind is stoped. I feel like as stupid. 🙂
Is there anyone here ? Can you help me ?