SOLVED

Re: Custom page template marks form field as required

Go to solution
SanfordWhiteman
Level 10 - Community Moderator

Re: Custom page template marks form field as required

Yep, but it's not JS, just CSS. The <div> always exists in the DOM even for non-required fields. There's custom CSS unhiding it.

pastedImage_1.png

Jessie_Johnson
Level 2

Re: Custom page template marks form field as required

Aha! I removed this, changed to float, and all is well again. Thank you all!

SanfordWhiteman
Level 10 - Community Moderator

Re: Custom page template marks form field as required

Jessie Johnson please return to the thread and mark my answer as Correct. As you can see, the cause is in your custom CSS stylesheet, not Marketo.