Skip Navigation

[Resolved] Allow user to pick options before submitting cred form

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

Problem:
Is it possible to allow users to pick individual premium options before submitting their CREDform?

Solution:
Best option is to create separate forms and charge separate amounts based on what package (form) they choose?

The main page that will list packages, you may build that using View (if you already have content stored in any CPT like “package1, package2, etc”.

-- OR you can use a Pricing Table plugin to create pricing packages table >> add 3 buttons >> and add 3 links on the buttons -- each linking to a separate CRED form (3 forms we have already created above).

Some pricing table plugins are:
https://wordpress.org/plugins/easy-pricing-tables/
https://wordpress.org/plugins/dk-pricr-responsive-pricing-table/
https://www.elegantthemes.com/blog/resources/best-wordpress-pricing-table-plugins

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.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 6 replies, has 2 voices.

Last updated by Charles 7 years, 3 months ago.

Assisted by: Noman.

Author
Posts
#558438

Support,

Is it possible to allow users to pick individual premium options before submitting their CREDform?

I'm trying to create something similar to these, but also have the option to pick individual add-ons:

hidden link
hidden link

Is it possible to allow users to pick from a few options for the duration? CRED form only has one expiry option.

Thanks,
Chuck

#558514

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Chuck,

Thank you for contacting Toolset support. You can set premium options for users, and create something similar with the links you have provided.

We have related docs and tutorial here:
https://toolset.com/learn/create-membership-site-wordpress-using-toolset-plugins/
https://toolset.com/2016/10/create-membership-site-toolset-new-tutorials-available/

I hope it helps.
Thank you

#558701

Noman,

That's not quite what I'm looking for, as every member of the site has the same role.

Members will be posting motorcycles on the website, but I need to offer tiered packages (basic, standard, premium) for each post.

Maybe the best option is to create separate forms and charge separate amounts based on what package(form) they choose?

Thanks,
Chuck

#558715

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Maybe the best option is to create separate forms and charge separate amounts based on what package(form) they choose?
==> Yes, that will be a best solution.

The main page that will list packages, you may build that using View (if you already have content stored in any CPT like “package1, package2, etc”.
-- OR you can use a Pricing Table plugin to create pricing packages table >> add 3 buttons >> and add 3 links on the buttons -- each linking to a separate CRED form (3 forms we have already created above).

Some pricing table plugins are:
https://wordpress.org/plugins/easy-pricing-tables/
https://wordpress.org/plugins/dk-pricr-responsive-pricing-table/
hidden link

#558799

If I create 3 separate forms can I still use them to place info into the same post type and it's custom fields?

For instance: I have a price field. Will it be the same price field for all three forms? Or do I need to create a new Post Type?

Thanks,
Chuck

#558867

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello,

You can create 3 or more forms on 1 Custom Post Type with same custom fields.

Thank you

#558968

Thanks