iforester
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Different checkbox-value-sting on Email2Do you think the article:
https://contactform7.com/2009/11/26/selectable-recipient-with-pipes/
can solve the issue by a tricky way??FORM:
[checkbox checkbox-601 "Value-1 (C10)|C10"]
Mail 2 – I think will OK for this:
User selected: [checkbox-601]
And, I hope, my friend recive in mail: C10But how I can send the Value iin Mail-1?
You selected: Value-1 (C10)Forum: Plugins
In reply to: [Plugin: Contact Form 7] Landing PageHello, @momossy
Try this feature (on_sent_ok: “location.href(‘htt://www.yourthankypage.com’);”), I have a little idea:
Copy your forms before!
And then, you can modify the thank you location by forms…:
FORM1 -> redirect1
FORM2 -> redirect2
(…)
FORM-n -> redirect-nwhat do you think about?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Create a page with content submitted by formI think you must write a new php function:
– select from wp_database — contact form7 table, get last massage -> make a new ajax-based window with an user data…Maybe, somebody can write this plugin, but I don’t.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] How Do you enter a Phone Number FieldHello, I have a (little) idea.
See thic article:
https://contactform7.com/2009/11/26/selectable-recipient-with-pipes/You can use this function to help user select
… Country code and Mobile company.Mobile Phone number primitive:
(COUMTRY_CODE) [MOBILE_COMPANY] <YOUR_NUMBER>See this picture:
https://cacoo.com/diagrams/oED82lNSzqKHZTMb-96418.pngAnd the code example – to select Mobile Company:
[select your-mobile-company “20|telenor”
“30|vodafone”
“60|t-mobile”]I know, not a big idea, but better than nothing…
But I have no idea to Number validation… sorry.