• Resolved ponko2

    (@ponko2)


    Excuse me for asking a question.
    I am using Contact form 7 to create an inquiry page with the following transition.

    Inquiry input page ? Confirmation page ? Send email ? Thank you page

    The inquiry input page above has a select button that allows you to select the inquiry type.

    This time, I would like to change the email address sent after the transition to the confirmation screen depending on the selected type.

    I have tried using I (pipe) and hidden as the select value, but I am having trouble getting the value to be passed to the confirmation page.

    Is there a way to achieve this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter ponko2

    (@ponko2)

    thank you for your reply. This page is the target.

    https://staging-9a19-kcccojp.wpcomstaging.com/contact/

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What plugin do you use to achieve that transition?

    Thread Starter ponko2

    (@ponko2)

    I’ve tried two things.

    1. When using only “Contact form 7”, specify the address with a pipe in the options for the selection button.

    Example 1:
     [select* sample-1 “select1 | [email protected]” “select2 | [email protected]”]

    In the above, when “_raw_sample-1” was used as the option title and “sample-1” was used to carry over the email address to the confirmation page,
    “_raw_sample-1” became empty.

    1. Use “Conditional Fields Contact Form 7” to specify the email address in a conditional branch.

    Example 2:
     [select* sample-1 “select1 ” “select2”]
     [group group-1]
      [hidden your-email “[email protected]”]
     [/group]
     [group group-2]
      [hidden your-email “[email protected]”]
     [/group]

    “group-1” is when the option is “select1”,and “group-2” is when the option is “select2”.
    In this case, no matter what you choose in the options,the “[email protected]” group specified in the last option will be entered.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Ask it in the support forum for the “Conditional Fields for Contact Form 7” plugin then.

    Welcome to Support Forum — Please Read Before Posting

    Thread Starter ponko2

    (@ponko2)

    I got it. thank you.

    コミュニティ確認済みアイコン
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.