order guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 10:14 AM
Not sure if i m ain the correct place or not but will try here.
I am in the process of creating an order guide. Somewhat simple. I have a list of options to choose from. What when selecting one of the options there are additional options they should be able to choose from before moving to the next step.
How do I accomplish this? I guess a variable inside a variable
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 10:44 AM
Hi @John Davis Follow this Developer Article. It will help you to achieve your query
Please mark my reply Correct/Helpful
Regards,
Siddharam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 10:55 AM
This did not help resolved my problem let me explain more. I have a variable Items needed it is a select box which has Computer, Phone, Video. When Computer is selected it should show Desktop or Laptop. How can I achieve this?
I have a separate variable called Computer with these options but that does not show up -thx