W
|
wehaye 1/8/2017 |
In PHPRunner i want to use placeholders instead of tooltips. Using bootstrap, it is easy to add a placeholder in a text field (just add placeholder="some text here") but i have no idea how to add this in phprunner project As you see in the following screenshot, i add placeholder in firefox Inspect element and it worked perfecly in phprunner generated form. Where to add placeholder in phprunner project?
$( "#value_ContactName_1" ).attr("placeholder", "Please Enter Your Full Name");
|
![]() |
jadachDevClub member 1/8/2017 |
Thanks root@panel! |
![]() |
romaldus author 1/8/2017 |
Thank you very much my friend. Perfect. |
W
|
wehaye 1/8/2017 |
Thank you very much my friend. Perfect.
|
![]() |
jadachDevClub member 1/8/2017 |
root@panel, you should add this to tips and tricks in all 3 forums. |