francisco 4 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>
comment
ramadan22 4 years ago
that is good, thanks
reply