Home › Forums › All Other Themes › Short Code Contact Form
- This topic has 13 replies, 3 voices, and was last updated 8 years, 1 month ago by Adrian.
-
AuthorPosts
-
September 23, 2016 at 3:33 pm #47418
Hi,
I want to change the name of the fields in the contact form which is given via the Short Codes on Appearance > Theme Options
Change the field “website” and replace with “Your postcode”. In addition, I would like to add an additional field “Where did you hear about us?”
Can you help? URL is www.cvtutor.com
September 26, 2016 at 5:00 am #47521Hi Adrian,
Kindly use plugin Contact Form 7 and create your own form and then copy the shortcode of Contact Form 7 and use in the contact page.
Regards,
DaveOctober 10, 2016 at 1:56 pm #49076Hi,
I have set this up (not live) but I don’t like the placement of the send button, it’s to the right of the form, rather than below.
How can I adjust this, as I tried a line break but nothing came up.
thanks
adrianOctober 12, 2016 at 10:02 am #49253Hi Adrian,
Kindly make it live so that we can send you the css instruction on this issue.
Regards,
DaveOctober 14, 2016 at 1:18 pm #49662This is a page with the new contact form. But the send / submit box is on the right and not underneath.
http://cvtutor.com/english/
October 14, 2016 at 1:27 pm #49664Hi Adrian,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea{ float:none !important; width:85.3% !important;}
Regards,
DaveOctober 14, 2016 at 2:54 pm #49671Hi,
Unfortunately this hasn’t worked.
Adrian
October 14, 2016 at 4:08 pm #49677Can you please advise a possible way of getting the “send” or “submit” button below the form.
October 17, 2016 at 10:22 am #49868Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#contactform_main input[type=”submit”], .wpcf7 form input[type=”submit”] { float:left;}
#contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea { width:44.60%;}Regards,
ShriOctober 17, 2016 at 10:23 am #49870#contactform_main textarea, .wpcf7 form textarea { width:99%; box-sizing:border-box;}
October 17, 2016 at 12:59 pm #49896Hi,
I have put both of them in, but it hasn’t changed the location of the “send/submit” button.
Any new ideas please?
Thanks
October 17, 2016 at 1:21 pm #49900Kindly send us WordPress admin details via sktthemes.net/contact
Regards,
ShriOctober 19, 2016 at 10:03 am #50151Hi Adrian,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveOctober 19, 2016 at 10:33 am #50154Thanks. The form is not sending but I can’t see what I’ve done wrong.
Could you help please
Thanks -
AuthorPosts
- You must be logged in to reply to this topic.