• Eiman

    (@eimanam)


    hello

    I wanted to display only specific categories in a form created with JetFormBuilder. When I set the “Fill options from” setting in the Select Field to “Terms” and choose a taxonomy like categories, it displays all of them. But I don’t want all of them to be shown — I only want to display certain categories. Is that possible to do?

    Thanks

    • This topic was modified 9 months ago by Eiman.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Eiman

    (@eimanam)

    Guys Thanks I found the solution

    Steps to Add a Hidden Field in JetFormBuilder:

    1. Open Your Form:
      Go to JetFormBuilder > Forms and edit the form you’ve created.
    2. Add a New Field:
      Click on Add Field.

    Set the field type to Hidden Field.

    1. Field Settings:
      Under “General”:
      Field Name: For example, use category

    Default Value:

    If you want to store the category ID, enter something like: 15

    If you prefer the slug, enter: news

    Under “Advanced”:
    Optionally, you can assign a custom CSS class for styling or identification, but it’s not required.

    🎯 Result:
    This will store your selected category (e.g., news) as part of the form data.

    Users won’t see it or be able to change it.

    The value will be submitted alongside the rest of the form fields.

Viewing 1 replies (of 1 total)

The topic ‘Select custom terms categories on Select Field’ is closed to new replies.