Text next to field

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
TWendt
Posts: 109
Joined: Mon Sep 08, 2014

22 Oct 2020

Hi all,

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

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

23 Oct 2020

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 7868 times
And use this code to add text:

Code: Select all

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

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests