I want to use Confirmation Text so that upon a form being submitted, I can output some HTML fields (which I have hidden on the form itself) to the user. For example, if they choose option A, they'll see message A, but it they choose option B, they'll get message B.
I know how to do all of this, but...
I also want to take advantage of Google Analytics and know how many people are actually completing the form. To do this, I think I need a URL string. So they start at mywebsite.com/form/ and after they submit the form, they are taken to mywebsite.com/form?string=whatever
Is that possible?
Or if not, is there a way to have a redirect page (ie, they start on mywebsite.com/form/ and are redirected via the Settings to mywebsite.com/form/thanks/) show that information as well?
If there's any more info I can provide, or haven't been clear enough, please let me know!