How to display product categories in separate pages of form?

  • clivedanby
    Asked on April 17, 2018 at 4:25 AM

    Hi,


    I have several different product categories that id like to have on separate pages, how can I create separate pages for different categories?

  • Ashwin JotForm Support
    Replied on April 17, 2018 at 8:42 AM

    Unfortunately it is not possible to separate pages for the products of different categories. Please note that all products which you add in your payment tool, will be displayed together. 

    I would suggest you to please use regular form fields like single choice / multiple choice questions to display your desired products. You can then add "Form Calculation" widget to calculate the product amount and then pass the calculated amount to your form's payment tool to process the payment. 

    You may like to take a look at the following guide on how to pass calculation to your payment tool:   https://www.jotform.com/help/275-How-to-Pass-a-Calculation-to-a-Payment-Field  

    Hope this helps.

    Do get back to us if you have any questions.

  • clivedanby
    Replied on April 17, 2018 at 10:19 AM

    Can I use page separators or section collapse?

  • David JotForm Support
    Replied on April 17, 2018 at 11:19 AM
  • clivedanby
    Replied on April 18, 2018 at 7:46 AM

    Can they be used in my current form?

    I am not able to use single or multiple choicer widgets at they do not give me both multiple size and quantity options as you can see from my form, this is what I need.


    https://form.jotformeu.com/81004773784359

  • Richie JotForm Support
    Replied on April 18, 2018 at 11:23 AM

     To clarify, you want to add another main product to your form? Currently, you have Ice Cream/Sorbets/Tubs & Accessories as the main product,or do you want to add another section of products?

    I have checked your form and the setup you have created is the only way to categorized each products efficiently.

    How to display product categories in separate pages of form? Image 1 Screenshot 20


    Thank you.


  • clivedanby
    Replied on April 18, 2018 at 11:25 AM

    I wanted to separate the categories so Ice creams on one page then Sorbets on another etc etc

  • Richie JotForm Support
    Replied on April 18, 2018 at 12:52 PM

    Thank you for the added information.

    If you want to add quantity and description into your section, you could use Quantity Gift Registry Widget.

    How to display product categories in separate pages of form? Image 1 Screenshot 40

    Then add it into your section collapse.

    How to display product categories in separate pages of form? Image 2 Screenshot 51

    Here is my sample form screen cast:

    How to display product categories in separate pages of form? Image 3 Screenshot 62

    My cloned form URL:https://form.jotform.com/81074684662968


    Hope this information helps.


    Please let us know if we can be of further assistance.

    Thank you.

  • clivedanby
    Replied on April 19, 2018 at 9:13 AM

    Hi,

    This might work for me. Is it possible to remove the quantity left amount totally from the form?

  • Richie JotForm Support
    Replied on April 19, 2018 at 10:44 AM

    We can add a custom css to hide the available items left, just make sure to set all the items to {unlimited} before adding this css code.

    .items-left{
    display:none!important;
    }

    Paste the code in side the widgets CUSTOM CSS .

    How to display product categories in separate pages of form? Image 1 Screenshot 20

    Please give it a try and let us know how it goes.

    Thank you.