art27
Forum Replies Created
-
Just one small problem ….
I just checked my page markup on
and it throws up an error because the placeholder error is empty. This is odd because I never got an error on any other forms when the field was empty like this.
The error says
Error: Element option without attribute label must not be empty.
From line 13, column 4960; to line 13, column 4968
selected’></option><optio
and when I view the source it is referring to this
<option value="" class="placeholder" disabled selected='selected'></option>Thanks Ethan
Hi Ethan
Yes thats just what I was after.
Thanks for that
Alan
- This reply was modified 6 years, 8 months ago by art27.
Hi Ethan
So is there no way of just leaving the box totally blank like I have on my existing forms? Otherwise am I able to target the font color of the placeholder and make it white?
Thanks very much,
Alan
Hi Ethan
Thanks for getting back to me. I tried your solution but it didnt seem to increase the height of the boxes. I did find a solution that does seem to work but I have no idea if it is the correct way of fixing the problem without causing another problem elsewhere. I used this code.
div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form select { height:46px; }Is this solution ok or will it cause a problem elsewhere?
Can anyone help me with this?
Hi Tokkonopapa
Thanks very much. That does seem to have solved the problem. I have totally removed that plugin
Thank you