Netsuite: Online form validation – native netsuite validation is messing with my css

Issue

This Content is from Stack Overflow. Question asked by penone

I have an online form with a custom html. If I make the field mandatory using the UI in the custom record the html for that field is no longer used and is replaced by the default Netsuite one. For example: On my html the label is on top of the field:

Enter Your Name
field goes here

When I make the field mandatory I know get this:

  • Enter your Name field goes here

No matter what I do with the css I cannot seem to get it to do what the other fields do.

Any ideas on how I can overcome this?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?