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 !