Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It seems that for a two column form that this solution doesnt work quite right since the row is getting the data attribute data-zi-managed applied to it but for example, the first row contains 2 columns with email and company. so the email column inside the row gets hidden right off the bat.
Hi - email.domain.com -> domain.com counts as direct traffic in Google Analytics. Need to find a way to have subdomain referral traffic have its source/medium be email. So far had no luck using google analytics filters. It would be a shame to have to use a different domain name as the tracking doma...
I took a look myself and see the class applied to checkbox as well as select as well as input elements? So i dont see a way to target the specific labels with a css only solution?
Hi Dave - good catch there about the label class, I definitely did not catch that distinction on the radio/checkbox vs everything else! For organization it would be nice if the element wrappers came with the type in a class. I did actually want to do different label styling for labels of select elem...
it sure does and it works! Thank you!
Hi! Thank you very much for the help, that is a nice little script to have, will be using that across my whole webiste!Would you mind pointing out to me how it targets the new conditional elements once they appear? Ive tried to use it to remove inline styles of newly added fields after conditional l...
If there a function available to detect when say a new conditional select element or input has been added to a form? I am using the functions found here to strip all styles from the form but these dont apply to conditional elements added later. I also have some javascript on the form to add a class ...