When trying to insert the "Toolset" field into the A tag, the URL is not output
As shown below, in the original WordPress theme written in php, if you try to insert the "Toolset" field into the A tag, the URL will not be output, but a blank space will be output.
1. I Revised to single quotes for the type_render_field argument. But doesn't work...
2. Since Updated plugin, Field slug is changed to "wpcf-upload-pdf-01" including the 'wpcf-' prefix. I don't know the reason.
2. Since Updated plugin, Field slug is changed to "wpcf-upload-pdf-01" including the 'wpcf-' prefix. I don't know the reason.
====>
Toolset store the custom field value with "wpcf-" prefix since Types first version. So this is known and there is nothing new.
From your screenshot showing the raw custom field values in the editor it appears something is going wrong, with multiple wpcf- prefixes being added.
How are you adding content? I would not expect to see this if you were adding/editing content in the normal WordPress editor or submitting content via Toolset Forms, unless you are also using some custom code that is interfering in the normal process.
You are using PHP code for the templates outputting the data, are you also using any code when the data is being input?
You will have to share with me problem URL where I can see the anchor tag on frontend as well as admin access details and also share the information where you have added the code types_render_field().
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.