Resolved
Reported for: Toolset Forms 1.9.3.1
Resolved in: Toolset CRED 1.9.4
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.
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/
This patch does not work for me. How do i disable the select2?
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.