Get parent post id and meta field is not working in cred_save_data
Started by: Luit
in: Toolset Professional Support
Quick solution available
Problem: I have a Form that is used to create child post in a one-to-many post relationship. I would like to get the value of a custom field from the related parent post in a cred_save_data callback, but it does not seem to be working.
Solution: The relationship is not yet set in a cred_save_data hook, so you can either use the cred_submit_complete hook instead, or access the parent post ID directly from the parent select field in the $_POST superglobal.
$parent_post_id = $_POST['@relationshipslug_parent'];
$parent_field_value = get_post_meta( $parent_post_id, 'wpcf-fieldslug', true);
2
8
4 years, 11 months ago
Christian Cox
Post reference field repeated
Started by: jackC-7
in: Toolset Professional Support
2
6
4 years, 11 months ago
Minesh
Exclude pages in view results
Started by: juan-carlosO-2
in: Soporte profesional de Toolset
2
5
4 years, 11 months ago
juan-carlosO-2
Database upgrade Toolset – Problem migrating associations
Started by: SJ5362
in: Toolset Professional Support
2
10
4 years, 11 months ago
Jamal
Display related posts and headline only if there are any
Started by: haraldO
in: Toolset Professional Support
Quick solution available
2
5
4 years, 11 months ago
haraldO
Define related posts on import via XML/CSV
Started by: anthonyB-6
in: Toolset Professional Support
Quick solution available
2
3
4 years, 11 months ago
anthonyB-6
second custom code crashes the site
Started by: avansisI-2
in: Toolset Professional Support
2
5
4 years, 12 months ago
avansisI-2
Post relationships for secondary languages only post
Started by: kirillS-3
in: Toolset Professional Support
3
14
5 years, 7 months ago
Nigel
Connect/Assign post's relation
Started by: jiriK-2
in: Toolset Professional Support
2
16
5 years, 9 months ago
Christian Cox
Post references options not showing
Started by: MennoB5853
in: Toolset Professional Support
2
5
6 years, 4 months ago
Waqar
BETA – Cannot create Relationship Forms
Started by: KonstantinS88
in: Toolset Professional Support
2
3
7 years, 10 months ago
Luo Yang