1 2 3 4 5
<?php new ContactMethod('sms' , 'phone' , 'text message', 'cell number' ); new ContactMethod('email' , 'email' , 'email' , 'email address');