Is there a special way to pass post-body to CRED using a link? I've tried wpv-post-body, I've tried post-body, and it won't show a value in the form. All the other fields pass no problem and there is values in the post body.
<a href="/absence-review-form/?user-id=[types field='user-id' output='raw'][/types]&type-of-absence=[types field='type-of-absence' output='raw'][/types]&date-called-out=[types field='date-called-out' output='raw'][/types]&absence-reason=[types field='absence-reason' output='raw'][/types]&time-of-arrival=[types field='time-of-arrival' output='raw'][/types]&received-call=[types field='received-call' output='raw'][/types]&call-back-number=[types field='call-back-number' output='raw'][/types]&alternate-contact-person=[types field='alternate-contact-person' output='raw'][/types]&alternate-number=[types field='alternate-number' output='raw'][/types]&time-content=[types field='time-content' output='raw'][/types]&post-title=[wpv-post-title]">Review</a>
Thanks!
My issue is resolved now. Thank you!