URL: http://www.netadventures.biz
Form URL: http://www.netadventures.biz/contactz
The form has a checkbox on it. If they wish a certain white paper, they checked the box. On the old HTML form, I used a hidden “redirect” field to switch the user to the page thanksseo.html on Submit. On that page, there was a normal download link for a white paper. They got that page whether they checked the checkbox or not. Nothing fancy there.
The new gravity form at contactz should do a little better. I tried to add a hidden redirect field that would to a redirect to that thanksseo.html page like before. The basic form works, but there is no redirect. It seems to return to itself with a confirmation message displayed defined by the notification page. The source code for the gravity form looks good – I can see the hidden field in it and it looks right from what I can tell. Why does it do the redirect?
As a second part to this question, can I sense a checkbox option on the Gravity form and only do the redirect only if it is checked?