Thread Starter
keldn
(@keldn)
Sorry – but dosn’t find any solution this way
Please describe your problem in more detail. See http://codex.wordpress.org/Forum_Welcome for some guidance.
If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.
Thread Starter
keldn
(@keldn)
Okay – trying π
When the contact form is in Firefox, I can’t type anything into the form.
The contact form does not show any characters.
Thread Starter
keldn
(@keldn)
Some more information:
It look like an CSS problem – the text is not showing, but it do’s work.
I have some problems to find the input css, looks for me that it should be: ‘wysija-input’
Any help ?
BTW, what you’re using is not Contact Form 7. You’d better post this to the right forum.
Thread Starter
keldn
(@keldn)
Form at http://fotomuseum.dk/om-museet/ is definitely not a Contact Form 7 form.
β
The following code clearly shows this:βββ
<form id="form-wysija-shortcode5556d24d83a4e-1" class="widget_wysija shortcode_wysija" action="#wysija" method="post">ββ
β
Form at http://fotomuseum.dk/venneforening/ is a Contact Form 7 form.
β
The following code confirms this:
<form class="wpcf7-form" novalidate="novalidate" method="post" action="/venneforening/#wpcf7-f500-p495-o1" name="">βββ
This form does show the problem you describe.
ββββIt looks like you may have some JavaScript running on this page which is controling your input fields.β
Thread Starter
keldn
(@keldn)
Hi
On the first form ‘om-museet’ I have use this extra plugin: Mailpoet – Contact Form 7 Integration.
I have try to delete it – but the problem is still there.
I must try another contactform – I do normal like Contact Form 7 very mutch!
Thread Starter
keldn
(@keldn)
Hi
Found the ‘error’ – it was in the CSS:
Remove this – and now it works π
input[type=”text”],input[type=”email”]
{
height: 10px;
}