9 lines
307 B
PHP
9 lines
307 B
PHP
<input
|
|
type="text"
|
|
class="form-control"
|
|
name="wfitem_<?=$item->name?>"
|
|
id="wfitem_<?=$item->name?>_<?=$$wftype->id?>"
|
|
value="<?=$item->value->value_string?>"
|
|
placeholder="<?=$item->placeholder?>"
|
|
<?=($item->style) ? "style='".$item->style."'" : ""?>
|
|
>
|