use custom fields from 1 CPT in another
-
Here’s what I would like to do. Create a CF7 form and map to CPT (no problem, thanks to your plugin).
Create a different CF7 form and map to a different CPT (no problem, again).
Display the custom fields from the first CPT in the second (in addition to the custom fields native to the second).
Use case:
1). A student completes a self-evaluation of internship using CF7 front-end. On submit, the CF7 form creates a new instance of the CPT Student Evaluation. Meta data saved & displayed in the CPT upon rendering2). An employer separately completes an evaluation of the same student -intern using a different CF7 form. On submit, the CF7 form creates a new instance of the CPT Employer Evaluation. Meta data saved and displayed in the CPT upon rendering.
3). Field values from both student evaluation and employer evaluation merged and displayed together in the employer evaluation CPT or in a third CPT (could be named combined evaluation).
I am thinking that getting the specific post ID from each CPT is the key, but not sure how that would work – can I use Post by CF7 Form to link these CPTs?
This question isn’t about something that is not working, but instead about how to extend the use of Post My CF7 into another scenario.
- The topic ‘use custom fields from 1 CPT in another’ is closed to new replies.