Form Pre-Fill Stops Working When Using This Custom Code
Hi all,
Whenever I use the following code (in orange) on one of my forms I notice that the form will not pre-fill even when the form pre-fill functionality is enabled.
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField{
border-radius: 6px !important;
border: .5px solid #414141 !important;
height: 30px !important;
}
Has this happened to anybody before? I appreciate any feedback.
Thanks,
Tom