A
|
ann 7/21/2010 |
Hi, <input type=text value="" name=custominput id=custominput>
$value = postvalue("custominput"); |
S
|
Seraph author 7/21/2010 |
Hi, proceed to the Visual Editor tab, switch to the HTML mode and insert the following code to create text field: <input type=text value="" name=custominput id=custominput>
$value = postvalue("custominput");
|