luispulido9
New member
I have this code in mi html page node
<xf:form action="{{ link('paginas/tienda') }}" method="post">
<xf:button icon="preview" name="buy">Buy</xf:button>
</xf:form>
how can i call a php function when i click that button?
<xf:form action="{{ link('paginas/tienda') }}" method="post">
<xf:button icon="preview" name="buy">Buy</xf:button>
</xf:form>
how can i call a php function when i click that button?