Home › Forums › WoodMart support forum › Kontaktformular
Kontaktformular
- This topic has 12 replies, 2 voices, and was last updated 4 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
August 10, 2020 at 4:24 pm #217680
TwoCo-Clothing2015ParticipantCan you please help me why the form is not displayed correctly?
In the appendix you will find the HTML, CSS and images as it should look in the PDF formart.
Attachments:
You must be logged in to view attached files.August 11, 2020 at 5:09 am #217758
Elise NoromitMemberHello,
I cannot log in to your site. You need to exchange the blocks from left to right and use this selector for the style:
input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea { padding: 0 15px; max-width: 100%; width: 100%; height: 42px; border: 2px solid rgba(129,129,129,.2); border-radius: 0; background-color: transparent; box-shadow: none; vertical-align: middle; font-size: 14px; transition: border-color .5s ease; } input.wpcf7-submit { width: 100%; color: #000000; background-color: red; } .wpcf7-form textarea { height: 160px; Width: 100%; }
Best Regards
August 12, 2020 at 12:38 pm #218179
TwoCo-Clothing2015Participantwhat should I please change the code please?
I think I should swap the columns.
August 12, 2020 at 12:40 pm #218180
TwoCo-Clothing2015Participantwhat should I please change the code please?
I think I should swap the columns.
Attachments:
You must be logged in to view attached files.August 13, 2020 at 6:28 am #218353
Elise NoromitMemberHello,
You need to enter the form and build the form by means of rows and columns as shown https://prnt.sc/tysd4f
Then add the provided code to the Custom CSS and set the colors as per your needs.
Best Regards
December 5, 2020 at 2:37 pm #248109
TwoCo-Clothing2015ParticipantI’ve tried it but can’t do it, can you bed help.
I’m a bit desperate.
I would be very happy about your help.
December 6, 2020 at 12:52 pm #248271
Elise NoromitMemberHello,
Please update your site access for me.
Best Regards
December 6, 2020 at 11:07 pm #248413
TwoCo-Clothing2015ParticipantOKAY
December 7, 2020 at 9:54 am #248511
Elise NoromitMemberHello,
Please replace the code with this one:
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-forminput[type=number], .wpcf7-form input[type=url], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form select, textarea { padding: 0 15px; max-width: 100%; width: 100%; height: 42px; border: 2px solid rgba(129,129,129,.4); border-radius: 0; background-color: #cecece; box-shadow: none; vertical-align: middle; font-size: 14px; transition: border-color .5s ease; } input.wpcf7-submit { width: 100%; color:white; background-color: #444444; } .wpcf7-form textarea { height: 160px; Width: 100%; background-color: #cecece; }
You would get a result like this: https://prnt.sc/vxd76z
Best Regards
December 8, 2020 at 1:25 am #248752
TwoCo-Clothing2015ParticipantNow, if nothing has been entered, there is no red frame around the mandatory field in the mandatory fields.
Attachments:
You must be logged in to view attached files.December 8, 2020 at 2:30 pm #248904
Elise NoromitMemberHello,
This plugin has no such options and our theme does not have either.
Best Regards
December 8, 2020 at 3:13 pm #248924
TwoCo-Clothing2015Participantthat was also in CSS beforehand
Attachments:
You must be logged in to view attached files.December 8, 2020 at 11:21 pm #249024
Elise NoromitMemberHello,
Try to add this code:
.wpcf7-validates-as-required{ border: 2px solid red!important; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register