PD form functionality
continuous-integration/drone/push Build is passing

if a other rate was added in the PD form, check the radio button automatically to use the other rate.
This commit is contained in:
2025-07-07 15:10:01 +02:00
parent db16847fe8
commit a0c19b1833
+2 -2
View File
@@ -95,9 +95,9 @@
<input type="radio" name="dest" value="44/66" /> Sweden
</label>
<label class="radio-inline">
<input type="radio" name="dest" value="other" /> Other
<input type="radio" name="dest" value="other" id="destOther" /> Other
</label>
<input type="text" name="dest_other" placeholder="14/28" />
<input type="text" name="dest_other" placeholder="14/28" onchange="document.getElementById('destOther').checked='checked'" />
<p>(Other: per diem travel/full (e.g. "14/28" for Germany -> Germany). <a href="https://www.bundesfinanzministerium.de/Content/DE/Downloads/BMF_Schreiben/Steuerarten/Lohnsteuer/2024-12-02-steuerliche-behandlung-reisekosten-2025.pdf?__blob=publicationFile&amp;v=12">(See the different rates per country.)</a> [PDF]</p>
</div>