Support

Account

Home Forums General Issues If a field is empty (doesn\'t have any value), do something with plain Javascript Reply To: If a field is empty (doesn\'t have any value), do something with plain Javascript

  • I do not know what types of fields you are using, so it is very hard to give code. The basic idea is

    
    if (condition to check for videos) {
      // output heading field
      // output videos
    }