Hi, I have a couple of mistakes and I have not found how to solve them:
1 - The contact section shows this error when a form is sent "Mailer Error: Could not instantiate mail function"
http://www.amaben.cr/tienda/contacto
If I sent a test mail through Joomla everything works, it is through form that does not work, on that same server a site uses ChronoForms v4 and it works well, where I have the error is in ChronoForms v5.
2 - The other problem is that this site uses Virtuemart, the client asked that below each product must be a form, so I change "...\productdetails\tmpl\default.php" to create a position where the form will appear.
http://www.amaben.cr/tienda/productos/view/productdetails/virtuemart_product_id/22/virtuemart_category_id/1
But if someone uses the form and press send, the product will double up.
1 - The contact section shows this error when a form is sent "Mailer Error: Could not instantiate mail function"
http://www.amaben.cr/tienda/contacto
If I sent a test mail through Joomla everything works, it is through form that does not work, on that same server a site uses ChronoForms v4 and it works well, where I have the error is in ChronoForms v5.
2 - The other problem is that this site uses Virtuemart, the client asked that below each product must be a form, so I change "...\productdetails\tmpl\default.php" to create a position where the form will appear.
"$ Modules = & JModuleHelper :: getModules ( 'form');
foreach ($ modules as $ module)
{
Echo JModuleHelper :: renderModule ($ module);
} "
http://www.amaben.cr/tienda/productos/view/productdetails/virtuemart_product_id/22/virtuemart_category_id/1
But if someone uses the form and press send, the product will double up.