Support

Account

Home Forums General Issues Link repeater on another page? Reply To: Link repeater on another page?

  • You cannot select specific fields, repeater or otherwise, but especially repeaters, to display on another post, at least not without a lot of custom coding.

    The issue is that you are selecting a page and I am assuming by reading your description that every page can have a different repeater. In this case you would need to have at least 2 field. One where you select the related page and a second where you select the rows of the repeater you want to so. To do this you would need to build custom JavaScript that is fired when the first field is changed that then does an AJAX query and populates the possible values in the second field.

    An alternate, easier option would be to add a true/false field to the repeater to select which rows to show when they are shown on the product page.

    Unless this repeater is on an options page and that would require something completely different.