using 'take photo' I need the photo filename removed when it is displayed on a devise.

  • crewpay
    Asked on October 13, 2017 at 1:50 PM

    using 'take photo' I need the photo filename removed when it is displayed on a devise.

    Which is located on the bottom of the picture  Photo_0d4e3b5.jpg
    How do I get rid of it. For my application I cant display this info.

    Thank you for your time......  Steve Chavez


  • aubreybourke
    Replied on October 13, 2017 at 2:47 PM

    You mean in your email right?

    I can see the picture with the filename under it.

    The only way to modify it like how you like is to change the text color of the label to white.

    Insert the yellow code in the HTML for your notification:

    <td id="value_3" class="valueColumn" style="color: white !important; padding: 5px !important;" bgcolor="white">{input3}</td>

    1507923310hideText Screenshot 10