Tell us what you are trying to do? I want to add company name as dynamic custom field and be able to add a link to company website that will also be added in backend
Is there any documentation that you are following? yes toolset documentation
Is there a similar example that we can see? cant find one
What is the link to your site? hidden link username demo pswd demo12 to access site
The above code would be for if the company name is stored as the post title. If the company name is stored in another custom field, you will use the example below.
You will notice that I used a mixture of single and double quotes. The single quotes are used within the types shortcode and the double quotes wrap around them in the href attribute.
Try updating your code to match this formatting and let me know if the issue still remains.