Where to edit select options for external form?

Permalink
Hi, we had a website made on Concrete5 - i'm not that familiar and finding it hard to see where i can edit this option. Hoping one of you could help please!

We have a particular form on our website which has dropdown selections. I need to add some extra options in the select drop down.

The form is added as an external form and i see this code in the file:

<!-- help -->
<div class="field help">
<div class="select">
<select name="help">
<?php echo $bh->optionsFromTextAttribute('how_can_we_make_you_smile', 'How Can We Make You Smile'); ?>
</select>
<?php echo $bh->svg('chevron-down'); ?>
</div>
</div>

Where is that pulling the list of dropdown options from? Would it be in the database? How could i find that place and adjust the drop down select options?

Thanks, bare with me if some wording is not technically right, i'm not too familiar with this!

 
mnakalay replied on at Permalink Reply
mnakalay
That doesn't seem to be part of Concrete5. the function optionsFromTextAttribute is not a Concrete5 function. so you would have to know where that $bh variable comes from and that's probably where it happens
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Can you post the URL to that page.