bursnabby Posted May 21, 2020 Share Posted May 21, 2020 Всех приветствую! Борюсь над такой задачей: - при добавлении объявления в Classifieds System необходимо каждый раз заполнять поле "Стоимость" (либо ставить 0 либо свою цену) Вопрос в том, как сделать так, чтобы графа "Стоимость" была автоматически заполнена значением "0" по умолчанию. часть кода выглядет так: <div class='ipsColumn ipsColumn_fluid'> <ul class='ipsForm ipsForm_vertical'> {{foreach $elements as $collection}} {{foreach $collection as $inputName => $input}} {{if $inputName == 'cl_a_price'}} {$input|raw} {{endif}} {{endforeach}} {{endforeach}} </ul> </div> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.