I want to pass the custom fields “Part Number” and “Manufacturer Brand” from a product page to a CRED form on a separate page via URL parameters so they auto-fill in the form, but the values are not being passed correctly.
Solution:
Follow the steps in the documentation to pre-fill content in a Toolset form using URL parameters.
I added the shortcode [pmb_print_buttons] from the “Print My Blog” plugin to a Toolset Content Template, but it doesn’t work there while it works on regular pages; I’m asking if this is due to the Content Template, the plugin, or if there’s a workaround or alternative.
Solution:
Toolset has no integration with that plugin and cannot comment on it; front-end print triggers (e.g., a print button) shouldn’t depend on whether a Content Template is used, and general print/PDF behavior should follow standard browser print—see the print styling resources below; Toolset cannot recommend plugins.
I want to auto-fill the post title for my “summit” posts from custom fields (year, organization, city, country) so it reads like “G6 2025 Xanadu Summit (Argentina)”, but my PHP attempts aren’t working.
Solution:
Add a cred_save_data hook that reads wpcf-summit-year, wpcf-summit-organization, wpcf-summit-host-city, and wpcf-summit-host-country, concatenates them into the desired string, and updates post_title and post_name; optionally restrict by form ID and post type.