-
1. Re: Web form action
Liam Dilley Jan 22, 2013 5:46 PM (in response to M. Henriksen)You have no variable set for that url you are using, you just said &thelink
You need to say &returnlink=thelink
But if your trying to submit two forms through this you can not do so like this. You have to use ajax.
-
2. Re: Web form action
M. Henriksen Jan 22, 2013 11:21 PM (in response to Liam Dilley)Ok. I wrote it like that because the default code is:
form name="catwebformform32014" method="post" onsubmit="return checkWholeForm32014(this)" enctype="multipart/form-data"
action="http://mysite.businesscatalyst.com/FormProcessv2.aspx?WebFormID=58349&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}"Now I tried like this - like you suggested:
form name="catwebformform57328" method="post" onsubmit="return checkWholeForm57328(this)" enctype="multipart/form-data"
action="/Default.aspx?A=Form&Email={tag_epostkreativutvikling}&Subject=Gratis_testsamtale& EmailFrom={tag_epostkreativutvikling}&PageID={tag_itemurl_nolink}&returnlink=http://mysite.businesscatalyst.com/FormProcessv2.aspx?WebFormID=58349&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}".But still it doesn't show up in crm, and no workflow notifications are recieved.
The email-bit works fine.And by the way, it's just one form.
-
3. Re: Web form action
Liam Dilley Jan 22, 2013 11:51 PM (in response to M. Henriksen)It wont because it thinks other things are paramaters and you can not run the form submission as your trying to do.
Simply wont work as your trying.


