Any news about availability ?
thanks a lot
I found what i need. I used the ID blog like this
<?php
global $current_blog;
if($current_blog-> blog_id == 2){
echo 'my form US';
} else {
echo 'my form fr';
}
?>
Maybe helful.
I’d like to change a form between US & fr.
But the form must be in my template.