Description
Instead of disabling the submit buttons, hide them.
Why?
To prevent web crawlers from accessing the URLs and causing NullPointerExceptions:
Request(GET http://tha.elimu.ai/content/word/edit/210)@14920dae: class java.lang.NullPointerException: Cannot invoke "ai.elimu.entity.content.Word.getLetterSounds()" because "word" is null
elimu.ai's mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢 within 6 months.
Description
Instead of disabling the submit buttons, hide them.
Why?
To prevent web crawlers from accessing the URLs and causing NullPointerExceptions: