Adding dropdown options

Hello,

I am looking for some assistance on adding options to an already existing dropdown (see image).

The code for the existing options is as follows:

<td class="bold">~[text:psx.html.admin_seop.careerpathways.primary_pathway]</td>
<td><select name="[01]Primary_Pathway"><option><option value=Technical>~[text:psx.html.admin_seop.careerpathways.technical]<option value=Scientific>~[text:psx.html.admin_seop.careerpathways.scientific]<option value=Artistic>~[text:psx.html.admin_seop.careerpathways.artistic]<option value="Social Humanitarian">~[text:psx.html.admin_seop.careerpathways.social_humanitarian]<option value="Bus. and Marketing Mgt.">~[text:psx.html.admin_seop.careerpathways.bus_and_marketing_mgt]<option value="Business Information">~[text:psx.html.admin_seop.careerpathways.business_information]<option value=Agriculture>~[text:psx.html.admin_seop.careerpathways.agriculture]</select></td>

How would I go about creating additional options?

Thanks so much for your time and input!

First thing I would try would be duplicating one of the current options and changing the text. That is assuming the options are not generated via a CMS.
Also if the options are validated in the next step it could cause problems.

Thank you for the reply.

I tried changing just the text and I received the first entry in the above image “String key was not found!”.

I am using a platform called PowerSchool.

I am having problems understanding what powerschool actually is.

Anyway I assume you are using a CMS ( content management system ) for the site and if that is the case you must have an administration section. I would guess you need to setup the dropdown options in there. The CMS will then generate the links and sort out any validation etc, when you set it up.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.