NO BUG: WPML Translation Fail - Forms select options in one row

Hi everyone,
I’m currently translating a website into English. This is progressing well so far.
However, I have a big problem:

I use around 10 extensive forms, each containing 2 select fields.

After I have translated the options, they are displayed in a row and not one below the other. The series of options is one value.

How can I solve the problem? Does anyone have similar problems?

Thank you.
Best Regards.
Jens



**Sourcecode German**
<div class="form-group" role="group">
	<label for="form-field-071c04">Welche Zimmerkategorie</label>				
		<select id="form-field-071c04" name="form-field-rnrxfg">
					<option value="" class="placeholder">Bitte wählen Sie:</option>					
					<option value="Einzelzimmer" >Einzelzimmer</option>					
					<option value="Doppelzimmer ohne Balkon" >Doppelzimmer ohne Balkon</option>					
					<option value="Doppelzimmer mit Balkon" >Doppelzimmer mit Balkon</option>					
					<option value="Fontane Suite" >Fontane Suite</option>
									</select>				
							</div>


**Sourcecode English**
<div class="form-group" role="group">
	<label for="form-field-cb29f8">Which room category</label>				
		<select id="form-field-cb29f8" name="form-field-rnrxfg">
					<option value="" class="placeholder">Please select:</option>					
					<option value="EinzelzimmerDoppelzimmer ohne BalkonDoppelzimmer mit BalkonFontane Suite" >EinzelzimmerDoppelzimmer ohne BalkonDoppelzimmer mit BalkonFontane Suite</option>
		</select>				
</div>

To provide an update: @jensmac got in touch through tickets and was able to resolve the issue :slight_smile:

1 Like