Passing the form variables to a thank you page.

Hi all

I have put code in place so my survey form transmitting data hidden on a confirmation page and displays the appropriate data. for example

tag_reportid = 222776

tag_displayname = Point 26



My form script is:

" < form name ="catwebformform3235"method ="post"onsubmit ="return checkWholeForm3235 (this)"enctype =" multipart/form-data"action =" https://BAFs.worldsecuresystems.com/FormProcessv2.aspx?WebFormID=72629 & pageid = %2thankyou.htm? name = {tag_reportid} & amp; titlename = {tag_displayname} & amp; OID = {module_oid} & amp; OTYPE = {module_otype} & amp; EID = {module_eid} & amp; CID = {module_cid} & amp; CC = {module_urlcountrycode} & amp; Sponsor = {module_siteurl, true, true} ">"

What I see on the receipt/thank you page, is that only the name field has been spent... thankyou.htm? name = 222776,... then it is not passing the titlename field.

In fact, it seems that it won't any variable after this first field 'name '.

How can I get the form to send any variable I need more on page of thanks? Thanks in advance.

Sure thing if your not comfortable with javascript, I created this one liner for you and an example of work (I wrapped the shape with a border of style so that you can see on the page, obviously to remove when you want to go live). I coded only the first two points, if you find that you do others (of course), and then wrap them also.

Form here

Example:

https://jsfiddle.NET/rsy9bxyp/1/

Tags: Business Catalyst

Similar Questions

Maybe you are looking for