carlitoswp
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to Thank you page on submitI answered my own question:
on_sent_ok: window.open(‘http://dude.org’, ‘_blank’);
I answered my own question:
on_sent_ok: window.open(‘http://dude.org’, ‘_blank’);
I was wondering if there was a way to make the page a _blank page. In other words to open up a new page instead of redirecting.
Thanks!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to Thank you page on submitI got mine to work. I was wondering if there was a way to make the page an _blank page. In other words to open up a new page instead of redirecting.
Thanks!
Forum: Plugins
In reply to: Contact Form 7 Dropdown Menu Width?Anyone know what it is or where to find it in the .php or .js files of CF7?
I want to see if I can modify it.Forum: Plugins
In reply to: [Plugin: Contact Form 7] Full country list as drop-down menuThanks!
I needed on for states so here’s my contribution:[select StatesDropDown “AL” “AK” “AS” “AZ” “AR” “CA” “CO” “CT” “DE” “DC” “FM” “FL” “GA” “GU” “HI” “ID” “IL” “IN” “IA” “KS” “KY” “LA” “ME” “MH” “MD” “MA” “MI” “MN” “MS” “MO” “MT” “NE” “NV” “NH” “NJ” “NM” “NY” “NC” “ND” “MP” “OH” “OK” “OR” “PW” “PA” “PR” “RI” “SC” “SD” “TN” “TX” “UT” “VT” “VI” “VA” “WA” “WV” “WI” “WY”]
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Set Width of Drop DownForum: Plugins
In reply to: Contact Form 7 Dropdown Menu Width?Bump…
also, I’m a noob with conditional comment CSS :SForum: Plugins
In reply to: [Plugin: Contact Form 7] Cascading Drop Down Forms?look for your theme editor on wordpress
Left hand side “Appearance” > “Editor”you should find a header.php
be careful what you do with it tho!