In the contact form I have changed the values in the html but when the contact form is sent, I only see the values that where entered previously. This is the line of code I refer to:
<div class="col-md-4 form-group">
<label for="template-contactform-service">Services</label>
<select id="template-contactform-service" name="template-contactform-service" class="sm-form-control">
<option value="">-- Select One --</option>
<option value="Planning Applications and Appeals">Planning Applications and Appeals</option>
<option value="Development Plan Representation">Development Plan Representation</option>
<option value="Neighbourhood Plans">Neighbourhood Plans</option>
<option value="Masterplanning and Urban Design">Masterplanning and Urban Design</option>
<option value="Site Feasibility and Appraisal">Site Feasibility and Appraisal</option>
<option value="Urban Network Analysis">Urban Network Analysis</option>
<option value="Modeling and Simulation">Modeling and Simulation</option>
<option value="GIS and Mapping">GIS and Mapping</option>
<option value="Consultation and Engagement">Consultation and Engagement</option>
