ponko2
Forum Replies Created
-
I got it. thank you.
I’ve tried two things.
- 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.- 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.thank you for your reply. This page is the target.
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Variables are displayed in sent emailsthank you!
understood.
It certainly seems to be affected by cookies, and we have confirmed that if the number of characters is large, it cannot be entered into the variable.We will take measures such as increasing the limit on the number of input characters.
thank you very much.Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Variables are displayed in sent emailsThank you for your reply.
The form is multi-step,I’m creating it in the following way:
- Input screen (Form1)
- Confirmation screen (Form2)
- Email sending
- Thank you screen
There was indeed a checkbox in Form1, so I tried putting [hidden checkbox-field-name] in Form2 based on the information you provided, but it didn’t solve the problem.
As long as I check it in the normal way here, it never reoccurs, but by chance, it reoccurred when I deleted the following description of the multi-step.
Is this phenomenon related?[Confirmation screen]
[multistep multistep-139 last_step send_email “contact/confirm/thanks/”]I would also appreciate it if you could let me know if you can think of any other possible causes.