Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




"Screen tooltip" Custom field

custom-fields

Hello

I have created a custom (text) field, that should be filled out in a certain way, because the input in the field later will be used in an API. In the text field it is important, that the user writes "E-mail|Name;". My problem is this: I would like to write an explanation to the user, that shows the necessary format. When you create a custom field, there is a field where you can write "Screen tooltip" and I would think that that would solve my problem, but somehow I can't get it to work? Does anyone have a solution to this problem?

Thank you Kathrine

Capture.PNG ]
Kathrine
· 1
Kathrine
Replies (3)
helpful
1
not helpful

That should do it, when the user hovers over the field it should show the tool tip. Also, suggest you use a regular expression to validate the input is in the format you expect.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

You are right - It does work:)

How do I use the Regular Expression Validation field? My format is this:

xxxx@xxxx.com|Name surname;


Kathrine
· 1
Kathrine
helpful
0
not helpful

Somethin like: ^([a-zA-Z0-9_.-])+\@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+\|([a-zA-Z0-9]{1})+\s([a-zA-Z0-9]{1})+;$


Mark Wing
· 9108
Mark Wing