Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
<?php
if($_POST){
$filename = 'card.vcf';
Header("Content-Disposition: attachment; filename=$filename");
Header("Connection: close");
Header("Content-Type: text/x-vCard; name=$filename");
// continue to process the form
}
?>1 to 5 of 5