Home › Forums › Add-ons › Repeater Field › Link image repeater field › Reply To: Link image repeater field
Hi @krislynn
I think the issue is you are assuming the wrong variables.
You have saved the link data as:
$textfield_1 = $rows[$random_1]['link'];
You should echo the link like this:
<?php echo $textfield_1; ?>
not,
<?php echo $textfield_1['link']; ?>
Please debug your variables before posting back a reply.
Thanks
Elliot
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.