How to add mark (like € or %) into a text field ?

1
0
-1

Hi,

I have to create som forms for our sales departement (with BOS 6.2.6). I need to add in some text fields marks like currency symbol (€)or percent (%) . These symbols can't be modified by the user when he fills the field. Have you any idea to do this action ?

Many thanks

DPE

1 answer

1
0
-1

Hi,

I see 3 possibilities:

  • Use a custom form validator that will check that the mark is still present and provide an error message indicating that the mark is mandatory

  • Use another non editable field just beside the editable text field. It will contain only the mark. You will need to modify css in order to have it always stuck to the text field

  • Use a custom HTML code by using the HTML widget

Regards,

Notifications