navanitachora
Forum Replies Created
-
Thanks for the code above as you said this will solve the problem for now.
??So the problem you are having has to do with friends-email is not being set when you recieve the data from the form?
I think what might be good is to create another email field anew remove the old friends-email field and change the name of this new field to friends-email. If you have already tried that then I am not sure what the problem is.
Let me know if that works.
nav
Hi charles_drumheller,
The configuration I am using for the form is below for your convenience:
<p>Your Name (required)<br /> [text* your-name 20/ akismet:author]</p> <p>Your Email (required)<br /> [email* your-email 20/ akismet:author_email]</p> <p>Friend's Email (required)<br /> [email* friends-email 20/]</p> <p>Subject (required)<br /> [text* your-subject 20/] </p> <p>Your Message<br /> [textarea your-message 20x5]</p> <p>[captchac captcha-107 size:m]</p> <p>[captchar captcha-107 20/]</p> [dynamichidden dynamichidden-288 "CF7_URL"] <p>[submit "Send"]</p>
and I just added the
[friends-email]
shortcode as I explained above.Do you have a specifif problem with using the plugin? Or is what I have given above helpful. I maybe able to assist you better if you post your configuration. Hope that helps.
nav
Thanks Takayuki I will take a look at doing what you have suggested.
Hi,
Thank you for reply.
Does contact form 7 have a field that takes one email address or a comma-separated list of email addresses. And also do email address validation.
I would like users to be able to send an invitation to more than one person by entering a list of email addresses with the one instance of the form.
I hope that explains what I am trying to achieve.
Thanks,
nav