Drop down options
-
Hi, I am trying to send an email to the recipient in a dropdown select as per this page: https://contactform7.com/selectable-recipient-with-pipes/
BUT the dropdown is not including the options…
If I use this:
[select your-recipient "CEO|ceo@example.com" "Sales|sales@example.com" "Support|support@example.com"]
The site is showing:
<select name="your-recipient" class="wpcf7-form-control wpcf7-select" aria-invalid="false"><option value="CEO">CEO</option><option value="Sales">Sales</option><option value="Support">Support</option></select>
How do I get the dropdown to use the options as per the content ie
<select name="your-recipient" class="wpcf7-form-control wpcf7-select" aria-invalid="false"><option value="ceo@example.com">CEO</option><option value="sales@example.com">Sales</option><option value="support@example.com">Support</option></select>
or is there a better way to choose a recipient based on the dropdown selection?
I have added define( ‘WPCF7_USE_PIPE’, true ); in the functions file, no change!
Thanks
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Drop down options’ is closed to new replies.