PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Single Product, Multiple Types

  1. I would like to create a form for single product (audio sermon) where the customer can purchase it as an mp3, cd, or both. All 3 options have different pricing. The mp3 option should serve a downloadable mp3, the cd options should display delivery options, shipping costs, etc.
    I understand the conditional logic to do display the form options. What I can not figure out is how the integrate the form so that the mp3 file is provided immediately for download and the cd option produces a receipt.

    Posted 11 years ago on Thursday March 14, 2013 | Permalink
  2. You can use a conditional shortcode to provide a download link if the form selection was for an MP3. Here is the documentation for the conditional shortcodes http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode

    The receipt can be emailed in either case, whether or not the mp3 was downloaded. The email notification is separate from the confirmation which is shown on screen.

    Posted 11 years ago on Sunday March 17, 2013 | Permalink