ckanext-scheming icon indicating copy to clipboard operation
ckanext-scheming copied to clipboard

Option to display help_text before the form input block

Open frafra opened this issue 2 years ago • 2 comments

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.

frafra avatar Aug 06 '23 17:08 frafra

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.

wardi avatar Aug 06 '23 17:08 wardi

Thanks for the quick reply. It does not work in my case:

image

image

I can propose a patch for help_position.

frafra avatar Aug 06 '23 20:08 frafra