Menu

Hiding unused fields

Help
John Aikin
2009-03-31
2013-06-03
  • John Aikin

    John Aikin - 2009-03-31

    I have a form set up with multiple file upload fields. Those fields are not required.

    Is there any way to hide those fields in the email if they are not used?

     
    • TNTEverett

      TNTEverett - 2009-04-01

      Without seeing your processor file I can not make specific suggestions but the basics are:

      if($filename) {
      //do something
      } else {
      //do nothing
      }

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.