Support

Account

Home Forums Add-ons Repeater Field Update field in Repeater field Reply To: Update field in Repeater field

  • Are you actually trying to get the values immediately after updating?

    Is this in your template file? If it is your first if

    
    if(isset($_POST['submit'])){
    

    should never run since this value should not be set when the template file is loading.