I have deployed the partial entries add-on enabled with GravityView add-on displaying all entries of a form on the frontend. I want to be able display a status of an entry, whether its been completed or in progress (ie: Draft).
Is there a merge tag or a method I can tap into to make this happen?
Partial Entries doesnât include merge tags for the progress or status.
Gravity Forms does include the entry merge tag for accessing the raw entry. The Partial Entries progress is registered entry meta, so it should be available via that merge tag, e.g. {entry:partial_entry_percent}.
Thanks for the input.
I tried both and Richard youâre right by saying, using {entry:status} will output âactiveâ for each entry.
When using {entry:partial_entry_percent} only entries that were partially completed gave me a value. Completed entries gave me no value.
So Zack, in GravityView I created a column in my view with this logic which allowed me to define which entries were in draft and the percentage left to complete.