Add form after woocommerce admin order edit
I need to add a form after closing form tag in woocommerce admin order edit page. I need to do this because the action of this form points to an iframe…
ex:
<form action='someurl.com' target='myiframe'>
<input type='hidden' value='myvalue' />
</form>
<iframe id='myiframe' src='someurl.com'></iframe>
I need to put anywhere in order details admin page… I researching by two days.. the only way i found is in the admin_footer, but the layout breaks.
with admin_footer hook the there are two or three div.clear between the default form and my form…
I’m asking this here because i think it is just a custom post type… if doesn’t i’m sorry for that.
I’m thinking in place this form in order list admin page!!! anyone can help me?
thanks for helping!
Leave an answer