Support

Account

Home Forums Add-ons Repeater Field post content into repeater fields Reply To: post content into repeater fields

  • Because you run it on every page load. What you need to do is somehow record which ones you’ve already done and not do them again.

    Also, this can be a problem

    
    <?php foreach( $list as $list ): ?>
    

    these to variable names need to be different