Hi,
I know in new version of PHPRunner, there is Label Editor for add placeholders; however, for old versions, suggested this code:
Go to "Javascript onload Event" and add this syntax:
$( "#value_ContactName_1" ).attr("placeholder", "Please Enter Your Full Name");
How I can use this code for multi language? (english & Germany)
I know in new version of PHPRunner, there is Label Editor for add placeholders; however, for old versions, suggested this code:
Go to "Javascript onload Event" and add this syntax:
$( "#value_ContactName_1" ).attr("placeholder", "Please Enter Your Full Name");
How I can use this code for multi language? (english & Germany)