How to insert <form method="post"> into display element in list

Hello guys, how to insert this external form script into display element correctly? I need to have this element in list view at the end of each record (line), but if I insert it as below, the script does not work because is included under list form.

<form method="post" action="https://external-link">
<input type="hidden" name="mrsid" value="2" />
<button type="submit">Buy</button>
</form>
 
Unfortunately you can't have <form> inside another <form> tag. This in not Fabrik's problem, but general HTML related restriction.
You would have to make up some workaround, e.g. passing data with a link in url querystring etc.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top