[Plugin: Contact Form 7] Adding Custom Form Elements, Not Emailing
-
With the lack of custom textarea handling I’ve been seeking a way to stay within C7 but allow for the flexibility of some added JS.
In my page I have a textlimiting JS script.
In my contact form I have:
Your name: [text text-561]<br /> Your customization:<br /> <textarea name="custom1" cols="50" rows="10" onKeyDown="limitText(this.form.custom1,this.form.countdown,500);" onKeyUp="limitText(this.form.custom1,this.form.countdown,500);"> </textarea><br /> <font size="1">(Maximum characters: 500)<br /> You have <input readonly type="text" name="countdown" size="3" value="500"> characters left.</font> <br />[submit "Submit Customization"]
I thought that a form being what it is would allow me to faux use [custom1] as the label and have it show up in email but it will not.
The question is, am I close or is this just something that is not possible.. to merge part of C7’s form fields with that of actual form fields and have it all dump into a corresponding email?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Contact Form 7] Adding Custom Form Elements, Not Emailing’ is closed to new replies.