Cannot edit a Drupal contact form

0

I have this site running Drupal 8.1.3 with a contact form I need to edit. The site was done by someone else, the form was used and Drupal won't let me edit it.

I need to edit a form field of the type "list". Currently, it is allowing the visitor to select from the following values (in /admin/structure/contact/manage/date_form/fields/contact_message.date_form.field_location/storage):

Las Vegas|Las Vegas

Los Angeles|Los Angeles

St. Gallen|St. Gallen

New York|New York

San Francisco|San Francisco

If I am not mistaken, this represents: value|label

This is how the form field looks like

I need to edit or remove the label on one of these entries (the label only):

St. Gallen|St. Gallen - coming soon

Does anyone know where this information is stored? How do I best fix it?

NightKnight on Cloudinsidr.com

Posted 2016-11-23T00:19:56.323

Reputation: 109

Please read the tags before posting your question. – DavidPostill – 2016-12-16T11:03:35.593

You are asking an off-topic question. Please read On-Topic, How do I ask a good question? and What types of questions should I avoid asking?

– DavidPostill – 2016-12-16T11:03:45.707

Answers

0

If form is done using webforms module: you need admin rights to access /admin/content/webforms select your form from the list and click 'edit' after that 'webform' tab and the webform fields will show up, ready to be edited. Find field you need and edit it.

If form is done by custom module, then you need to look inside that module code.

Vic Host

Posted 2016-11-23T00:19:56.323

Reputation: 1