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.

bug report: required form fields in notification mail

  1. STB
    Member

    dont see a special bugreport section, so posting it in general support forum.

    bugreport in common.php, line 212

    <option value='' class='option_header'><?php _e("Required form fields", "gravityforms"); ?></option>

    missing value there

    resulting in, field not being inserted in notifcation mails

    Posted 14 years ago on Monday September 13, 2010 | Permalink
  2. Are you referring to the "Required Form Fields" heading that appears in the insert form fields drop down for form field variables in notifications, etc.?

    If so this is not meant to be selected. It's a visual aid to group the fields in the drop down. It isn't supposed to insert a variable. It is supposed to act like an optgroup, although it wasn't implemented with optgroup at the time.

    Posted 14 years ago on Tuesday September 14, 2010 | Permalink
  3. STB
    Member

    I see what you mean... it should have been an optgroup tag.

    I think the same goes true for optional/other fields some lines further down.

    Posted 14 years ago on Tuesday September 14, 2010 | Permalink
  4. Yes, we will be making them optgroups. They weren't created as such when that functionality was originally implemented. But that is what they are supposed to be.

    Posted 14 years ago on Tuesday September 14, 2010 | Permalink