• Resolved stumur

    (@stumur)


    Hi Ali,

    Just a quick question:

    I’m trying to replicate all the Forminator plugin forms on my website, so I can delete that plugin, and just use yours. There are only 6 active forms. All are easy to replicate, but the main one I’m having some trouble with. It’s a form on my Home Page, where I have 3 drop-down select boxes. They are: I NEED A: (type of ACT – jazz band etc), FOR MY: (type of EVENT – wedding etc), IN MY CITY: (approx location from 11 cities). These combinations in total produce 66 category possibilities – these are all 66 category pages on my site that each individual combination needs to send the user to, based on their 3 selections. I have the form mostly ready to go, but I can’t work out how to input the combination’s target pages. Is it through conditional logic on each of the 3 dropdown boxes? I assume there are 66 combinations I need to input somewhere? Perhaps you could give me an example etc?

    Thank you, Stu.

    • This topic was modified 7 months, 3 weeks ago by stumur.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter stumur

    (@stumur)

    Hi Ali,

    Regarding this question, I’m using the HOOK function in the plugin.. is that correct? See this screenshot to see what I have for one of the 66 page redirections so far. I hoped these 3 conditional logic combinations would redirect the user to the /Brisbane-live-bands/ page, but all this submission does is sends me a form entry.. so it’s not sending anyone to the redirection page. Is it because I further need to add some kind of hook code somewhere in the functions.php file or similar? Could you please take a look at the screenshot and let me know the step I’m missing, perhaps with the hook code and where it’s meant to go if that’s it?:

    https://thelivemusicagency.com.au/wp-content/uploads/2025/09/Screen-Shot-2025-09-07-at-3.57.13-pm.png

    Thanks.

    • This reply was modified 7 months, 3 weeks ago by stumur.
    • This reply was modified 7 months, 3 weeks ago by stumur.
    Thread Starter stumur

    (@stumur)

    Thread Starter stumur

    (@stumur)

    Hoping this might help.. it’s from the Forminator form under “Behavior and Conditions”:

    “Submission Behavior:

    Choose what happens after successful submission of this form. Multiple submission behaviors can be combined and conditionally processed, based on the multi-selection data in the form, to direct the User to any specific page or post.”

    Plugin Author Ali Khallad

    (@alikhallad)

    Hi Stu,

    The Hooks feature you’re using is for PHP functions, not URLs. That’s why it’s not redirecting.

    What you need: Conditional redirects based on 3 dropdown combinations (66 different URLs).

    This isn’t supported in Mega Forms. Your options:

    1. Add custom code to functions.php (requires developer)
    2. Use Form Settings > Confirmations > Redirect to URL (but only supports ONE url, not conditional)

    Forum support covers how to use existing features, not custom development. For 66 conditional redirects, you need custom code that’s beyond the plugin’s built-in capabilities.

    Thread Starter stumur

    (@stumur)

    Ok. Thank you for letting me know.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Conditional Logic For Category Pages’ is closed to new replies.