Skip Navigation

[Resolved] Conditional output dependent on CRED form

This thread is resolved. Here is a description of the problem and solution.

Problem:
I have two types of packages - for 15 days and for 30 days.
Each package is another CRED form. I also created 2 forms for creating posts - one for 15 days, another for 30 days.
You need to be able to view a link to one of these forms depending on the package purchased earlier

Solution:
1) When user submit the CRED form A, add a custom field into the package post, setup the field value as "15 days", same as above:
When user submit the CRED form B, add a custom field into the package post, setup the field value as "30 days"
https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data

2) In the single package post, use shortcode [wpv-conditional] to check the field value, then display the what you want

Relevant Documentation:
https://toolset.com/documentation/user-guides/conditional-html-output-in-views/

This support ticket is created 7 years, 3 months ago. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 15 replies, has 2 voices.

Last updated by Bochnacki 7 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#560764

Great!!
I added:

[wpv-conditional if="( $(wpcf-package-number-of-ads-allowed) gt '0')"]

Works perfectly

Once again, thank you for your help.