Skip Navigation

[Gelöst] Pass post-body to CRED using url parameter

This support ticket is created vor 4 Jahren, 4 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von larryL vor 4 Jahren, 4 Monaten.

Author
Artikel
#1728529

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!

#1728623

My issue is resolved now. Thank you!