Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi there.
I have a little problem with a process.
I'm using CSS in a Form and it work's well, but the problem starts when I add this Form as a Subform because the CSS doesn't work. what can I do in this case or an advise.
I hope you can helpme.
3 Comments
Hugo
Hi there,
Check on the CSS element identifier and overriding/precedence of your custom CSS. The div/elements identifier may have changed when it is positioned under different elements.
Cheers
dark devil
Hi Hugo.
In my form I have in a custom HTML the next css
Now in other Form in the section1 I have a subform but this search the section #data and doesn´t find it because the #data section belongs to other form.
what should I do.
I hope you understand me and help me.
thansk a regards.
Hugo
Hi there,
I may not understand on how your form structure would look like, you may need to inspect your structure and implement the CSS accordingly. You may try to read on this article if you need further reading on this topic. http://24ways.org/2005/debugging-css-with-the-dom-inspector/
Good luck.