• 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 |[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]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mário Valney

    (@mariovalney)

    Hi. We already support pipe since 1.2.

    https://github.com/mariovalney/cf7-to-zapier/blob/master/modules/cf7/class-module-cf7.php#L324

    I’m going to check something changed in CF to break pipe support. For now, please remove the spaces from “|” (just to be sure).

    Thread Starter pirsumnekuda

    (@pirsumnekuda)

    hi
    thanks for the replay ??
    i remove the spaces – but still i get the mail not the value – see pic

    Plugin Author Mário Valney

    (@mariovalney)

    Oh.. I misunderstood the question.

    Mails are the values in pipe.

    I never tried, but to get the labels (names) you may try use the RAW value tag (as in documentation):

    To get the value after pipe character, put the usual mail-tag corresponding to the form-tag ([your-recipient]?in the case of the preceding example) in the?mail templates. To get value before pipe, you can use?[_raw_{field name}]?([_raw_your-recipient]?in the case of the preceding example).

    (In special mail tag option)

    Thread Starter pirsumnekuda

    (@pirsumnekuda)

    That’s exactly what I did
    You can see in the picture
    But it doesn’t send the label to Webhook
    The label is sent to this email
    That’s what’s weird

    Thread Starter pirsumnekuda

    (@pirsumnekuda)

    olso
    [_raw_your-recipient]
    dont send the lable

    Plugin Author Mário Valney

    (@mariovalney)

    I see. So we don’t support to send label in pipes.

    Thank you for inform this.

    Plugin Author Mário Valney

    (@mariovalney)

    Hi!

    New version was shipped and since 2.4.0 we support sending labels in PIPES.

    Just add [_raw_chosen_estate] in special mail tags settings.

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