Regex Tooltip

Robichaud

New Member
It is not really a bug but I put validation on my forms for my phone numbers and the tooltip comes up with.

This is a required field
PLG_VALIDATIONRULE_REGEX_LABEL

http://eastcoastpos.ca/index.php/contact-us/request-quote

It would be great to either be able to hide the PLG tooltip, or be able to rename it.

Other usefull features to have the abillity to hide a field without using the custom_css.php for spam bot validation.

To have a example label under the elements to show users on how to fill out the field properly. Without creating another element.

Now this request is not really pressing, have a few more choices of required field star graphics and to be able to flag on a label:
* "These fields are required"
On top of the form.
 
PLG_VALIDATIONRULE_REGEX_LABEL
I think an update from github would enable the translation of this string.

Other usefull features to have the abillity to hide a field without using the custom_css.php for spam bot validation.
Depending on the element type it may have a hidden property which you can set

To have a example label under the elements to show users on how to fill out the field properly. Without creating another element.
Edit your form under the 'options' tab there's a dropdown which was labelled 'location' (if you update from github I've relabelled that to 'Tip location') where you can define where the element tip will be shown. St it to 'under'
Then edit your element and under publishing->tips enter some text in the 'tips' checkbox. This text will now appear beneath the element

You should be able to override the star graphic using the image override system we have (see this wiki page http://fabrikar.com/forums/index.php?wiki/image-overrides/)
-Rob
 

Members online

No members online now.
Back
Top