suite8
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Contact Form 7] How to add non selectable fields in a drop-downI solved the problem myself if anyone has the same issue
I used JQuery and gave the options I wanted to make non-selectable an empty value.
$("option:nth-child(1), option:nth-child(1)").val(""); $("option:nth-child(1), option:nth-child(53)").val(""); });I really need some help with this guys. Anyone who could help me to where my form will put up an error message if an e-mail address is ALREADY in the database? Anyone?
Can you tell me exactley how I need to edit classes.php and functions.php to achieve what you achieved. I’m no php expert so can you please post a pastebin link?
Thanks
Forum: Fixing WordPress
In reply to: Need to get Contact Form 7 to write to an external databaseThat’s the thing, I don’t even know where to begin. I know some PHP, but mySQL might as well be black magic to me.
Forum: Fixing WordPress
In reply to: Site looks great except in firefoxnevermind i fixed it.
Viewing 5 replies - 1 through 5 (of 5 total)