Home › Forums › General Issues › Use selected checkbox values in a URL › Reply To: Use selected checkbox values in a URL
Hi @lerq
Can you give some examples of expected results for both 1 value checked and 3 values checked?
Will there ever be multiple values checked? Does each checked value create a new link? Or does it add to the 1 link url?
Perhaps all you are missing is the correct PHP syntax:
echo ' <a href="http://test/inhouse/' . $value . '">$value</a>';
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.