Support

Account

Home Forums Front-end Issues Trying to check if a field exists inside an if-loop and then return Reply To: Trying to check if a field exists inside an if-loop and then return

  • Try altering your if syntax to use if (){...} else {...} instead of if():... else:... endif;