in functions.php

new GWEmailDomainControl(array(
    'form_id' => 152,
    'field_id' => 9, // multiple field IDs can be passed as an array: array(8,9)
    'domains' => array('gmail.com', 'hotmail.com', 'test.com'),
    'validation_message' => __('Oh no! <strong>%s</strong> email accounts are not eligible for this form.'),
    'mode' => 'ban' // also accepts "limit"
    ));

 

Geef een reactie 0