Make Listing Description Optional

This topic contains 3 replies, has 3 voices, and was last updated by  Paolo 8 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #55555

    alex5252
    Buyer
    Post count: 49

    Is it possible to make the Listing Description field not required? I only want to require the Listing Title required on the submission form.

    #55562

    Guust
    Moderator
    Post count: 29970

    Description is a wordpress required field for posts, it cannot be made optional.

    #55597

    alex5252
    Buyer
    Post count: 49

    How come on the backend it will requires me to enter a title and if I leave the description field blank it still creates the post?

    #55624

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    description is more a GeoDirectory mandatory field. A listing without description doesn’t make much sense.

    If you need to provide this option you can add a default text with jQuery:

    Something like this in GeoDirectory >> Design >> Scripts >> Footer script code

    
    
    <script type="text/javascript">
    jQuery('#post_desc').val('Description not provided');</script>

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket