Creating Links
-
Hello,
I share my forms through iframes with other sites. I would like to do the following: I want to create a link within the form that directs to https://www.xxx.com with the text “abc”.
However, when someone embeds the iframe code and loads the form on their site, I want the link to be created outside the form on the host site’s page. In other words, I want to create a nofollow, external link on the host site that is independent of the iframe form, not a link visible within the iframe itself.
Thank you.
<iframe id="xxx" src="https://www.xxx.com/?cff-form=15" style="width: 100%; height: 2581px; overflow: hidden; border: none;" scrolling="no"></iframe>
Notes: The code for creating a form is not the iframe code I shared.
For example, I uploaded the iframe code to the ABCD site. When the form is loaded onto the ABCD site, it should create an additional nofollow link on the ABCD site outside of the form. However, this rule must be implemented directly within the form using JavaScript code, not through the iframe.
- The topic ‘Creating Links’ is closed to new replies.