PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

showing admin only fields in email notification

  1. Hi

    I have a form with a number of fields that are getting populated dynamically. I do not wish to show these fields to the user on the form. I do however wish to show them to the user and admin on the email notification.

    I have tried admin only, and hiding the fields with conditional logic, neither seems to work for me.

    Any help much appreciated.

    Thanks

    mark

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  2. David Peralty

    You could hide the fields using css display: none.

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  3. Hi

    Did not work for me,

    Still showing on form

    Mark

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  4. David Peralty

    Can you link to your form please?

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  5. hi

    https://demo.menupot.com/order-2/

    you need to add a product, like a coke

    Thanks

    mark

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  6. and then go to the basket to see the form

    Mark

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  7. David Peralty

    So what exactly are you trying to hide? I used Chrome to add in some CSS and was able to hide any element through display: none;

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  8. the order_table

    Mark

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink
  9. David Peralty

    Can you put this code in your CSS?

    .order_table {
    display:none;
    }
    Posted 11 years ago on Tuesday June 26, 2012 | Permalink