Tracking custom link click within multi step form in iframe
Hello,
I want to place floodlight tag on last step of form in an iframe( say 4 steps ). On last step when you click submit I need to place floodlight tag for which i have code. And i can access buttons using iframe.content but button is on last step. There is rule which fires on domready of this page, hence i cant access that element on DOM ready and i need to write code in same rule.
Any idea about js script to solve this.