ckanext-scheming
ckanext-scheming copied to clipboard
Option to display help_text before the form input block
Hi! Sometimes it would be preferable to show the help text before the form input, so that the user can read the help text before filling out the form input, instead of doing that after. This is useful when using text areas or multiple checkboxes and similar tall inputs.
there's a "help_inline" option that tries to display the help text beside the input. If that doesn't work we could consider adding a "help_position" option that covers the inline case too.
Thanks for the quick reply. It does not work in my case:
I can propose a patch for help_position.