[ad_1]
Hello @dhevilz
Thank you very much for using our plugin. You can assign a custom class name to the field, for example, sticky
The class names are assigned to the fields through their attributes “Add CSS Layout Keywords”.
And then, enter the style definition through the “Customize Form Design” attribute in the “Form Settings” tab )
#fbuilder .cff-number-field{
position: sticky !important;
top: 52px !important;
z-index: 9999 !important;
}
Best regards.
