ramadan22 2 years ago |
@mario
i need little help please, i have apage its iframed in anthor, this page is has a creat api form, the problem is when user click the button to subit he must redirect to url not in the frame but in the pattern page.
can you help in that?
comment |
Recent Comments (3)
francisco | 2 years ago |
Hello, I missed the part where you said it's a API Data Creator form. Since it's not possible to change the form target directly there, add the following code to the page where your form is, right below it (remove the stars *):
<*script>
document.forms[0].target = "_parent";
<*/script>
reply |