Skip Navigation

CRED Parent Post Selector is not populated correctly if Parent Post ID is passed in URL parameter “parent_post_id”

Resolved

Reported for: Toolset Forms 1.9.3.1

Resolved in: Toolset CRED 1.9.4

Topic Tags: Toolset Forms

Symptoms

If you use the shortcode

[cred_child_link_form]

in a CRED Child Form with Select2 (more than 15 parent posts), and that ShortCode is populated with the URL parameter /?parent_post_id= the CRED Parent selector is not populated.

Workaround

This issue will be fixed in the next version of CRED.

In the meantime, this patch can be applied by unzipping it and uploading the files it contains to replace the one with the same name. The files are:

  • field.php in cred-frontend-editor/application/models/field/

2 thought on CRED Parent Post Selector is not populated correctly if Parent Post ID is passed in URL parameter "parent_post_id"

    • Hi Kane

      To disable select2 in the post parent selector, just add use_select2="never" as an attribute to the shortcode generating that field.

      Hope it helps.

Comments are closed