Skip Navigation

[Resolved] Posttype not showing in CRED form when "public_searchable" is not selected

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by Shane 5 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#1237787
Schermafbeelding 2019-04-30 om 15.08.33.png
Schermafbeelding 2019-04-30 om 16.05.57.png

I am trying to: edit and save an existing CRED form

Link to a page where the issue can be seen: the post-type to create/edit in de settings

I expected to see: the post-type in the settings

Instead, I got: a blank screen, not possible to select the existing post-type

I think i know what's causing the issue, i deselected the option "public_searchable" in the Post type settings, because some of the filled in data in the forms was visible on the front end (client names etc.) if i select this option i CAN edit/save the posttype in question. However, iIt should be editable either way....

#1237839

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

The publicly_queryable setting determines Whether post_type queries can be performed from the front end. Since our Forms plugin is using Frontend queries, if a post isn't publicly_queryable then it won't show up on our Forms to be selected.

Thats just how this setting is meant to work.

Thanks,
Shane

#1240325

Hi Shane,

Okay, i have to take that in account when i want to edit the form in question....

Am i correct that with the option publicly_queryable not selected the data entered in the form will absolutely not be visible by any other visitor on the front end directly or by a Google search?

#1240436

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Am i correct that with the option publicly_queryable not selected the data entered in the form will absolutely not be visible by any other visitor on the front end directly or by a Google search?

Yes that is correct.

Thanks,
Shane

#1240437

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

It should be notice that having the setting disabled will disable all frontend actions that can be done on the post type.