CMS MADE SIMPLE FORGE

CGBetterForms

 

[#12034] Handler: Send the results via email based on the value of a multi-option field - not working

avatar
Created By: Phil Scoltock (mantapro)
Date Submitted: Tue May 07 06:05:49 -0400 2019

Assigned To: Robert Campbell (calguy1000)
Version: 1.9.5
CMSMS Version: 2.2.10
Severity: Major
Resolution: None
State: Open
Summary:
Handler: Send the results via email based on the value of a multi-option field - not working
Detailed Description:
When the "Send the results via email based on the value of a multi-option field"
handler is selected; the select drop down isn't being populated with any and all
of the possible mutli-option field in the form template

Form template scans cleanly - field is visible in the "fields" tab

Extract from for template

  <div class="uk-margin-small">
<label class="uk-form-label" for="dest" data-cgbf-label>Select the
committee to send your message to:</label>
     <div class="uk-form-controls">
<select id="dest" name="dest" data-cgbf-required
data-cgbf-selected="admin" multiple>
<option value="build" data-cgbf-human="Construction
Committee">Construction Committee - re. House Build</option>
<option value="admin" data-cgbf-human="Admin Committee">Admin
Committee - re. everything else</option>
        </select> 
     </div>
  </div>


History