Page 1 of 1

Text next to field

Posted: 22 Oct 2020
by TWendt
Hi all,

is it possible to add a text next to the field? For example
InEuro.jpg
InEuro.jpg (2.84 KiB) Viewed 7899 times
Best wishes
Tom

Re: Text next to field

Posted: 23 Oct 2020
by mnikitina
Hello Tom,

You can text net to the input using jQuery. Add a CSS class to the field, e.g. 'add-text'
Capture.PNG
Capture.PNG (4.49 KiB) Viewed 7886 times
And use this code to add text:

Code: Select all

$('.add-text').find('input').after( "Some Text" )