Replies: 0
I just sign up for an account on WordPress but the newer one doesn’t allow free plugin or theme like before. My contact form 7 doesn’t allow me to create an attachment field. I tried to insert the following to the form body html but nothing shows up. Please help.
I copy the following code:
[file your-file filetypes:pdf|txt limit:2mb]
and paste it to the body of the htlm:
[contact-form][contact-field label=”Name” type=”name” required=”1″ /][contact-field label=”Email” type=”email” required=”1″ /][contact-field label=”Website” type=”url” /][contact-field label=”Comment” type=”textarea” required=”1″ /][contact-field label=”Text” type=”text” required=”1″ /][file your-file filetypes:pdf|txt limit:2mb]
[/contact-form]
and it still show normal with no attachment field.