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.

Form notification showing all fields

  1. I receive a copy of the completed form with only the fields which have been submitted showing. I want the form sent to me also showing the fields which were not submitted (in the order shown on the form) so I can forward this to another company. How can I do this easily?

    Posted 12 years ago on Wednesday July 20, 2011 | Permalink
  2. There is another merge tag you can use to return ALL fields. including empty fields.

    Instead of using:
    {all_fields}

    You can use:
    {all_fields_display_empty}

    Posted 12 years ago on Wednesday July 20, 2011 | Permalink
  3. Superb! Thank you Carl
    Dean

    Posted 12 years ago on Thursday July 21, 2011 | Permalink
  4. HI,

    Is there also a way of showing all of the unanswered questions aswell as the headings? I want to show the companies we are sending the information too what questions/options a client had and which answers they selected out of the choices offered.

    Posted 12 years ago on Thursday July 21, 2011 | Permalink
  5. The {all_fields_display_empty} merge tag should show the field name and the field value, including empty fields. So it would show the field name of empty fields, which should be the question that you asked and the value would be the selected value the user picked.

    Posted 12 years ago on Thursday July 21, 2011 | Permalink