Text next to field
Posted: 22 Oct 2020
Hi all,
is it possible to add a text next to the field? For example
Best wishes
Tom
is it possible to add a text next to the field? For example
Best wishes
Tom
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
$('.add-text').find('input').after( "Some Text" )