1

I was trying to create a form using Google app maker. And I created a field textbox. I created a box using CSS. But the problem I'm facing is the Label of the box is floating. Like when I first enter in the form the label for the textbox "Enter your name" is inside the box. what I have right now is this Before Focus enter image description here

after focus : enter image description here

But when user start to type it it goes up. But I want to have a fix position for it. Something Like this. enter image description here so far I only have this CSS styles:

.app-Email-Name {
  border-style: solid;
  border-width: 0.75px 0.75px 0.75px 0.75px;
  border-color: gray;
  border-radius: 5px;

}
rrrrrrrrr
  • 222
  • 3
  • 9
  • 2
    If you want to have a fixed label, then don't use the label field of the TextBox widget, instead, just add a label above the widget and set the text value to whatever you need. – Morfinismo Nov 06 '19 at 19:24
  • 1
    Fixed the problem By using Position of the label as "static" to override the app maker's default absolute – rrrrrrrrr Nov 06 '19 at 19:59

0 Answers0