Hello
Is there an easy way to change the "js validation theme" to a personal one.
I tried to dublicate the directory - as example 'com_chronoforms/theme/blue' - to 'example', in the hope, I could select it in the form settings.
But this is not possible.
Now I don't want to manipulate an existing theme, since I regular update your component and I'm scared that I will loose my manipulations.
Any advise how I can create my own 'js validation theme'?
Thanks and greetings
Pawel
Is there an easy way to change the "js validation theme" to a personal one.
I tried to dublicate the directory - as example 'com_chronoforms/theme/blue' - to 'example', in the hope, I could select it in the form settings.
But this is not possible.
Now I don't want to manipulate an existing theme, since I regular update your component and I'm scared that I will loose my manipulations.
Any advise how I can create my own 'js validation theme'?
Thanks and greetings
Pawel
Hi Pawel,
There is no built-in way to do this, you can create your own theme and give it a new name - but to make is selectable you'd need to edit the ChronoForms code that creates the drop-down which is around line 106 of administrator/components/com_chronoforms/views/edit.php
You would need to re-edit this after any upgrade.
Alternatively you can use custom CSS in a Load CSS box to over-write the default validation CSS.
Bob
There is no built-in way to do this, you can create your own theme and give it a new name - but to make is selectable you'd need to edit the ChronoForms code that creates the drop-down which is around line 106 of administrator/components/com_chronoforms/views/edit.php
You would need to re-edit this after any upgrade.
Alternatively you can use custom CSS in a Load CSS box to over-write the default validation CSS.
Bob
This topic is locked and no more replies can be posted.