Omit or relocate 'description'

Hi @Knode,

If you mean the default description field on the listing submission form, you can use the following code snippets to make the field non-required, and the other snippet will hide the field from the form.

These are both PHP snippets which you can add via the Code Snippets plugin for easy maintenance without having to dig through and remember which files/folders you added code to at a later date, should you need to for whatever reason.

Here’s some information on adding snippets, in case you’re unfamiliar with it.

Edit: The Code Snippets plugin automatically adds the <?php part, so you don’t need to add it again when copying over the snippets.

I hope this helps!

Cheers,
Chris :victory_hand: