Group Abstract Group Abstract

Message Boards Message Boards

0
|
5K Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How to hide the label in FormFunction?

Posted 3 years ago

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:
POSTED BY: Gianni Mocellin
3 Replies
Posted 3 years ago
POSTED BY: Rohit Namjoshi
POSTED BY: Gianni Mocellin
Posted 3 years ago
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard