When setting up an email handler, my email field (question from the yaml form) doesn't show in the dropdown, I believe this has to do with the number of fields I currently have. My form has somewhere near 90 fields and the email field is one of the last ones. In terms of what is missing, it looks like the last 5-10 fields are missing. Attached is my export form. Would this be better as entity_reference autocomplete?

Also, I am using a form_alter to skip some of the wizard pages if the user doesn't meet the survey criteria. This means that not all users will have an email field value. Is there a way to only fire an email if they have a certain value?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

robpowell created an issue. See original summary.

jrockowitz’s picture

Status: Active » Needs review
FileSize
1.12 KB

The email confirmation element was missing from the select menu options.

As soon as the attached patch passes all tests, I will commit it to the dev branch.

jrockowitz’s picture

@robpowell Please create a new ticket for "Is there a way to only fire an email if they have a certain value?"

Can you also use this template when creating the new ticket.

robpowell’s picture

  • jrockowitz committed 1d88277 on 8.x-1.x
    Issue #2808641 by jrockowitz, robpowell: email handler limits the number...
jrockowitz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.