Answer the question
In order to leave comments, you need to log in
How to change data dynamically in loaded script?
Hello! There is a script from the payment integrator "paymaster" that loads the payment form:
<script id="paymaster" type='text/javascript' src='https://paymaster.ru/ru-RU/widget/Basic/1?LMI_MERCHANT_ID=1111&LMI_PAYMENT_AMOUNT=100&'></script>
<form>
<select name="mesto">
<option value="Победитель (1 место)">1 место</option>
<option value="Победитель (2 место)">2 место</option>
<option value="Победитель (3 место)">3 место</option>
<option value="Участник">Участник</option>
</select>
<input type="submit" value="Оплатить">
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question