Thread Starter
Lo
(@lowe321)
Dear Lo,
Please add the following code to the CSS of your form’s theme:
input[type="button"], input[type="reset"], input[type="submit"] {
box-shadow: 0px 5px 0px !important;
}
Thank you.
Thread Starter
Lo
(@lowe321)
I added this code to the beginning of the css and it did not work and then I moved it to the end and it did not work. Does it matter where I put the code in css?
Dear Lo,
Yes, it does, since the element is taking the last style, that is being assigned.
Thank you.
Hi
I have added a Text input field using the Number selection.
Is it possible tto have a situation that when a certain number is entered into this field a text area field is visible with some text in.
Many thanks