HI Billy,
1. The plugin integration with CF7 was made just for Subscribing and not to integrate with other form, however I will look into and let you know.
2. Can you give your exact CF7 form code ?
Hi
Added Option to Enable/Disable Skip Mail Feature.
You can find it under Settings.
Hello and sorry for the late reply.
(notifications of your replies were caught by the spamfilter).
The code i used for the CF7-Form was:
<div class="column one-second">[text* ts_name placeholder "Your name *"] </div>
<div class="column one-second">[text your-company placeholder "Company"] </div>
<div class="column one-second">[email* ts_email placeholder "Your e-mail *"] </div>
<div class="column one-second">[tel tel-342 placeholder "Phone number"]</div>
<div class="column one-fourth" align="left">You are interested in: *</div>
<div class="column one-fourth">[select* interest include_blank "BUYING" "RENTING"]</div>
<div class="column one-fourth" align="left">Choose a size: *</div>
<div class="column one-fourth">[select* size include_blank "55 INCH" "32 INCH" "BOTH"]</div>
<div class="column one">[text* your-subject placeholder "Subject *"] </div>
<div class="column one">[textarea your-message x6 placeholder "Message"]</div>
[hidden ts_sendy_hidden "true"]
<div class="column one">[tssendy listID="3818"]</div>
<div class="column one">[submit "SEND NOW"]</div>
<div class="column one" align="right"><h6>* required field</h6></div>
Since I have found a different solution the next day, I haven´t tried your updated version. What does the “enable/skip mail” feature do? – Would it solve my problem of the emails not being sent anymore?
Thanks!
Different Solution:
I´ve found another solution in the meantime which uses a free contactus.com account and their CF7 integrations plugin + sendy integration within the contactus.com account.
It seems a bit cumbersome but for now it does exactly what I need.
Hello,
If you set the “Enable/Skip Mail” to NO, it will solve your problem of mail not being sent.