Hello. Thank you for contacting the Toolset support.
1) The "normal standard " for a focused field in a form seems to be a coloured border...
i want to "switch that off", where can i find the code?
==>
Ok, I see that the following CSS apsplied on field focus:
2) I want to use Asterisk stars for required fields. What do I have to do, to make this happen.::
==>
To add the Asterisk stars you simply need to edit your form field and add * just before you field label.
Please check the following screenshot:
- hidden link
as there were 2 borders on focus, one is now gone
but the other is still there ...
I have intsalled the Inspector for webdesign, but i am unable to filter where this second focus is palced
concerning the asterisk...
i am looking for a solution for asterisks, that change the color, when a needed input is missing
sorry for coming back again
greetings from Austria
Eva
as there were 2 borders on focus, one is now gone
but the other is still there ...
I have intsalled the Inspector for webdesign, but i am unable to filter where this second focus is palced
===>
It still looks like the border coming from the box-shadow attribute of CSS. Can you please try to use the following CSS code:
concerning the asterisk...
i am looking for a solution for asterisks, that change the color, when a needed input is missing
===>
There is no such feature available as javascript validations will be fired automatically as its inbuild with the forms when you click on the submit button, it will display the error message above the field.
However, if you want to display asterisk in a different color then you should add the following code instead of asterisk just before your field name:
<span class="red-color">*</span>
and add the following code to your form's CSS box:
That is strange. Can you please send me admin access details so I can troubleshoot this issue further.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Regarding your other question about emails, as per our support policy, we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery. Please kindly open a new ticket with your every new question you may have