• Resolved pirsumnekuda

    (@pirsumnekuda)


    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 |matar@saban.marketing" "rishonim |matar@saban.marketing" "zahala| matar@saban.marketing" "poleg|matar@saban.marketing" "givatiim|matar@saban.marketing" "holon|ponpon71@gmail.com"]
    
    [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]

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘dropdown menu value’ is closed to new replies.