Skipping Pages In Step Based

  • Set step rule 100 on the steps that may be hidden.
  • Also set step rule 107 for multiple registrant steps.
  • Set step rule 106 on the steps before to make sure that it is recalculating the page to take the promocode into account.
  • Set step rule 108 to the comma delimited list of promo codes that should not see it.

Rules: 

    public static final int STEP_DISPLAY_RULE_CHECK = 100;

    public static final int STEP_DISPLAY_CHECK_MEMBER_ CATEGORY = 101;

    public static final int STEP_DISPLAY_FILTER_MEM_ PURCHASE_SUBCATEGORY = 102;

    public static final int STEP_MEMBERSHIP_CATEGORY_SKIP = 103;  

    public static final int STEP_MEMBERSHIP_CATEGORY_SKIP_ SET_REG_FEE = 104;  

    public static final int STEP_FILTER_UDF_CHOICE = 105;  

    public static final int STEP_FILTER_FORCE_RECALCULATE = 106;  

    public static final int STEP_CHECK_RULE_MULTI_PAGE = 107;  

    public static final int STEP_FILTER_PROMO_CODE = 108;  


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article