PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditionnal redirection after form submission

  1. Akkurat
    Member

    Hello,

    I'm new to Wordpress and Gravity Form. Here is my problem : I have to create several forms with questions and answers as radio type. All the forms I have to create are based on the same model. 8 questions with 5 answers possible. Each answer give points to the user.

    After I submitted my form, what I would like to do is redirect to a page where I could use PHP to count the number of points and according to this result, redirect to an other page.

    I tried to check how to get the values sent after submission but didn't really find how to.
    So i've tried to find an other solution, I was thinking about passing the entry_id using query string after submission to the redirection page and from there retrieve the data from the database. Is there any built-in function doing that already or the only way is to use SQL ?

    I've checked the documentation and tried search on the forum but didn't find what I was looking for.

    Thank you for your help !

    Posted 10 years ago on Thursday April 25, 2013 | Permalink