Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

What is a good plugin so a user can enter a code(s) to redirect WordPress

  • SOLVED

What is a good plugin so a user can enter a code(s) and redirect them to a new page based on that particular code?

Thanks!!

Answers (2)

2015-04-28

Kyle answers:

Gravity Forms. You can add an unlimited number of "confirmations" which are displayed html, http redirects, or page redirects after submission. For each confirmation you can add "conditional logic", e.g. if a dropdown = 1 then do this, or in your case, if the text input equals the code you provided then use 'this' confirmation. So a user enters 1234 they are sent here, if they enter 1111 they are sent here, etc.

This goes over it a bit [[LINK href="http://www.gravityhelp.com/gravity-forms-1-7-new-confirmations/"]]http://www.gravityhelp.com/gravity-forms-1-7-new-confirmations/[[/LINK]]


Kyle comments:

You can also add validation logic, which would check for incorrect (not existent) codes with hooks.


Steve Benton comments:

AWSOME THANKS!


Steve Benton comments:

AWESOME ;)

2015-04-28

Ross Wilson answers:

https://wordpress.org/plugins/redirection/


Steve Benton comments:

Thanks Ross,

What I have is a landing page and want to be able to have a person enter a code that I provide that will take them to a new page on the site when submitted.

Any thoughts?