Is there a possibility to make the grey word "Information" not appear when the form "form" is called by form[]?
Clear[form];
form = FormFunction[
"Information" ->
RepeatingElement[
CompoundElement[
<|
{"Property", Style["Property", 16, Black, Bold]} ->
"String",
{"Unit", Style["Unit", 16, Black, Bold]} -> "String"
|>
]
],
AppearanceRules ->
<|
"Title" -> " ",
"Description" ->
Column[{Style["Enter your information", Bold, 20, Red]}]
|>
];
form[]
Regards.
Gianni Mocellin
Attachments: