options['collection_id'] ) ): ?>
diff --git a/src/classes/field-types/textarea/class-tainacan-textarea.php b/src/classes/field-types/textarea/class-tainacan-textarea.php
index e2ba06c69..8755c2852 100644
--- a/src/classes/field-types/textarea/class-tainacan-textarea.php
+++ b/src/classes/field-types/textarea/class-tainacan-textarea.php
@@ -23,4 +23,11 @@ class Textarea extends Field_Type {
public function render( $metadata ){
return '';
}
+
+ /**
+ * generate the fields for this field type
+ */
+ public function form(){
+
+ }
}
\ No newline at end of file
diff --git a/src/helpers/class-tainacan-helpers-html.php b/src/helpers/class-tainacan-helpers-html.php
index a75337c67..6c4a06fd3 100644
--- a/src/helpers/class-tainacan-helpers-html.php
+++ b/src/helpers/class-tainacan-helpers-html.php
@@ -56,7 +56,7 @@ use Tainacan\Entities;
$metadata = $Tainacan_Metadatas->fetch_by_collection( $collection, $args, 'OBJECT');
?>