Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Survey redirects based on respondants' answers

Information/How to
No Tags
UserPost

1:35 pm
February 12, 2011


David

1

Hi there,

I've just started using Formidable and think it's great. However, there's some functionality I can't work out if it's possible.

I'd like to send respondants to redirect pages according to their answers. For example, if there are two questions with Yes or No response options, I'd like to set up redirects according to the following:

Answers: Yes/Yes – redirect 1

Answers: Yes/No – redirect 2

Answers: No/Yes – redirect 3

Answers: No/No – redirect 4

Is this actually possible using Formidable and if so, how? Many thanks, David

3:50 pm
February 15, 2011


Steph

2

This can be done, but only with some custom PHP in a new plugin or your theme functions.php. You can see some sample code here, but you will need to be comfortable with PHP in order to do this:

http://formidablepro.com/forum…..t-options/

Information/How to
No Tags