When verification is active CF7 doesn’t send email address
-
Hi there,
the verification works fine, i.e. when trying a false code the form can’t be submit and when using the correct code that is sent to the email address that has been filled in the email input field the form can be sent.
However, when the verification is active, the email address that has been filled in the email input field won’t get sent by CF7 to site admin, instead I get this (without the quotes):
“<your-email>”
See the two example forms below. Any ideas?
This works (verification not active):
CF7 Form tab: <label>First- and Last Name [text* your-name 40/ autocomplete:name placeholder "Please enter First- and Last Name"] </label> <label>E-Mail-Address [email* your-email 40/ autocomplete:email placeholder “Please enter your E-Mail-Address"] </label> [submit “Send”] CF7 E-Mail tab: First- and Last Name: [your-name] E-Mail-Address: [your-email]
I get this from CF7 via email to site admin:
First- and Last Name: John Doe E-Mail-Address: [email protected]
The following does not work (verification active):
CF7 Form tab: <label> First- and Last Name [text* your-name 40/ autocomplete:name placeholder "Please enter First- and Last Name"] </label> <label> E-Mail-Address [email* your-email 40/ autocomplete:email placeholder “Please enter your E-Mail-Address"] </label> [email* verification] [text* verification-otp placeholder “Please insert the verification code“] [submit “Send”] CF7 E-Mail tab: First- and Last Name: [your-name] E-Mail-Address: [your-email]
I get this from CF7 via email to site admin, i.e. the email address “[email protected]” won’t be submit.
First- and Last Name: John Doe E-Mail-Address: <your-email>
- The topic ‘When verification is active CF7 doesn’t send email address’ is closed to new replies.