diff --git a/lib/NGCP/Panel/Form/Faxserver/API.pm b/lib/NGCP/Panel/Form/Faxserver/API.pm index 8d9af49317..03f72260da 100644 --- a/lib/NGCP/Panel/Form/Faxserver/API.pm +++ b/lib/NGCP/Panel/Form/Faxserver/API.pm @@ -43,7 +43,7 @@ has_field 'destinations' => ( ); has_field 'destinations.destination' => ( - type => 'Email', + type => 'Text', label => 'Destination Email', required => 1, ); diff --git a/lib/NGCP/Panel/Form/Faxserver/Destination.pm b/lib/NGCP/Panel/Form/Faxserver/Destination.pm index d263ea471f..cfabbac69e 100644 --- a/lib/NGCP/Panel/Form/Faxserver/Destination.pm +++ b/lib/NGCP/Panel/Form/Faxserver/Destination.pm @@ -28,7 +28,7 @@ has_field 'destination.id' => ( ); has_field 'destination.destination' => ( - type => 'Email', + type => 'Text', label => 'Destination Email', required => 1, wrapper_class => [qw/hfh-rep-field/],