Edit Page - Custom text against field

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
johnberman
User
Posts: 210

Edit Page - Custom text against field

Post by johnberman »

Hi

On my edit page for a user there is a field call Longitude - typically this would have a value of say -0.083533

I would like to add text after the field input to say this is only show to 2 decimal places

Im sure its obvious ?

Regards
John B


mobhar
User
Posts: 11660

Post by mobhar »

Just inspect the element id of the Textbox from your browser, and then use Startup Script section under Client Scripts to write your jQuery code to append your own text next to that Textbox control.


Post Reply