dropdown menu value
-
I have a form that includes a dropdown menu each option sends?email to a specific user recipient, The recipient receives the name of the value in the email correctly, as well as the other fields. In addition, through "CF7 to Webhook", I"m sending the same data to Webhook All data is received correctly except for the value of the drop-down menu The user's email is received instead of the value. What can be done to fix it? i need "chosen_estate": "??????", to send ( kerem / rishonim / zahala /? ,,,,,) here is the code: [select* chosen_estate first_as_label "Which mansion are you interested in?" "kerem |[email protected]" "rishonim |[email protected]" "zahala| [email protected]" "poleg|[email protected]" "givatiim|[email protected]" "holon|[email protected]"] [group group-kerem clear_on_hide]
<span class="s1">[hidden selection-base "kerem"]</span>
<span class="s1">[/group] [group group-rishonim clear_on_hide][hidden selection-base "rishonim"][/group] [group group-zahala clear_on_hide][hidden selection-base "zahala"][/group] [group group-poleg clear_on_hide][hidden selection-base "poleg"][/group] [group group-givatiim clear_on_hide][hidden selection-base "givatiim"][/group] [group group-holon clear_on_hide][hidden selection-base "holon"][/group] [text* your-name placeholder "name"] [tel your-phone placeholder "tel"] [email your-email placeholder"email"] [textarea your-message placeholder"massage"] [checkbox terms_news default:1 use_label_element "approv massage"] [hidden sid] [hidden est-id] [submit "send"] Thanks</span>
The page I need help with: [log in to see the link]
- The topic ‘dropdown menu value’ is closed to new replies.