I have a form containing parent and child relationships, below is the field I link to the parent
<div class="form-group parent">
<label for="%%FORM_ID%%_@application-contestant.parent"></label>
[cred_field field='@application-contestant.parent' class='form-control' output='bootstrap' select_text='--- not set ---' required='true']
</div>
How I get the parent id when saving the form data, I want to rename the post title as Application XXX ( YYYY ) while XXX is the parent post id and YYY is current post id.
Would you mind providing me with a link to the page where the form is so that I can check the payload of the Post request to get the correct field name.