• Resolved xxdenxx

    (@xxdenxx)


    Hi,

    How do i get the custom field from CF7 in the mail to admin and consumer?
    Other one from your works with #test_test

    But this dos not work with the field from CF7

    Greets

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Webba Appointment Booking

    (@webba-agency)

    Hi,

    The placeholder for custom field is
    #field_ + field id. For example: if the id of your field is myfield, the placeholder will be #field_myfield .

    Thread Starter xxdenxx

    (@xxdenxx)

    Ok thx. And with a dropdow and checkbox?
    I need that information to in the mail.

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Here is one more example:

    Form:

    <p><label for="custom-field2">Custom field 2</label>[select custom-field2 id:custom-field2 class:wbk-select "option 1" "option 2" "option 3"]</p>
    <p><label for="custom-field3">Custom field 3</label>[checkbox custom-field3 class:wbk-checkbox-custom id:custom-field3 "option1" "option2" ]</p>

    Email template:

    #field_custom-field2
    #field_custom-field3

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom field in mail’ is closed to new replies.