Hello!
is it possible to set a dynamic placeholder in /plugins/vmcustom/textinput/textinput/tmpl/default.php
<input class="<?php echo $class ?>"
type="text" value=""
size="<?php echo $params->custom_size ?>"
name="<?php echo $name?>"
><br />
Thank you =)
you can made a template override for this file and add your placeholder there
templates/your_template/html/vmcustom/textinput/default.php
Thats right but if i have more than one textinput?
It will be the same for every fields
you can use title, description, default value etc as placeholder inside your override