switch ($wish) {
case ‘contact_team’:
print ‘Send us a message through the contact form. We will reply asap.’;
break;
case ‘know_more_about’:
print ‘Meet the team‘;
break;
default:
print ‘Find some interesting articles‘;
}
[contact_form]