My Stuff

3948554 Newbie

Comments

  • This is kinda of a weird way to go about the iframe. But I created a form and called it "Thank You." All of the fields are hidden, so all the customer sees is the title and a submit and reset button. Then I made it so that then you hit submit on this thank you form, that it takes you back to the original custom form. This…
  • However, by redirecting to the form you miss out on a "thank you" message. I instead just made a basic html page and put in the the file cabinet, and the redirected to that URL.
  • What were the url's of the pages that you set for the steps? Are they all set to head match?
  • I am having the same problem. Can someone outline the steps that I should take in order to make this form embedded? https://forms.netsuite.com/app/site/crm/externalleadpage.nl?compid=715563&formid=10&h=5da9f10efdb95fceaa69**
  • I actually ended up using an iFrame, but i made sure to convert the form into a promotional URL first. Then added a little more code. <iframe src ="promotional URL" width="100%" height="600" frameborder="0"> </iframe>
  • Has anyone made any progress on this?
  • Has anyone specifically used commission junction or avant link? If so, which one works better with commission junction, or just best in general? We have had troubles with cj in the past, due to poor management mostly, but we encountered much fraud. Any thoughts?
  • The problem is that the cookie which identifies the visitor, referral and session is associated with the web domain of your store, and don't get transferred to checkout where the order is completed and placed. In Version 2009.1 there is some new functionality to assist with implementing cross-domain handling for google…
  • Yes, see here: http://www.google.com/support/googleanalytics/bin/answer.py?answer=55532&topic=10982 Follow those instructions with regard to your tracking code. Then, in the Analytics Click Attributes field, you would put: onclick="pageTracker._link(this.href); return false;" In the Analytics Submit Attributes field,…